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:
openhands 2026-03-21 00:39:58 +00:00
parent bfdc01202c
commit 52f7c4973e
2 changed files with 5 additions and 5 deletions

View file

@ -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"]