tea comment: Heredoc syntax causes command to fail silently #10
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
Discovered during auto-review of PR #9. The code-reviewer agent's comment was never posted.
Problem
When using heredoc syntax with
tea comment, the command gets automatically backgrounded and fails silently:Root Cause
The heredoc
$(cat <<'EOF'...EOF)syntax triggers the Bash tool to run in background mode. When backgrounded:$(...)doesn't execute properlySuggested Fix
Update
skills/gitea/SKILL.mdComments section to:tea commentAffected Files