fix: address review — phase signal quoting, issue count limits, reply comment
- Fix critical: use double quotes for $PHASE_FILE in formula phase signal - Fix low: use limit=50 for backlog/in-progress/blocked issue counts - Fix nit: correct misleading comment about escalation reply timing Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
bfdc01202c
commit
52f7c4973e
2 changed files with 5 additions and 5 deletions
|
|
@ -232,6 +232,6 @@ IMPORTANT: Do NOT commit or push the journal — it is a local working file.
|
|||
The journal directory is committed to git periodically by other agents.
|
||||
|
||||
After writing the journal, write the phase signal:
|
||||
echo 'PHASE:done' > '$PHASE_FILE'
|
||||
echo 'PHASE:done' > "$PHASE_FILE"
|
||||
"""
|
||||
needs = ["report"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue