feat: strengthen reviewer prompts with critical review, completion status, and stagnation awareness
- Expand claude/codex-review paired-room prompts with full review structure - Add completion status protocol (DONE/DONE_WITH_CONCERNS/BLOCKED/NEEDS_CONTEXT) - Add stagnation detection (spinning, oscillation, diminishing returns) - Add communication discipline (fact-based, verification-based) - Remove <internal> tag instructions from owner platform prompt - SSOT: all 3 reviewer prompts share the same structure
This commit is contained in:
@@ -4,18 +4,6 @@
|
||||
|
||||
Your output is sent directly to the user or Discord group.
|
||||
|
||||
### Internal thoughts
|
||||
|
||||
You may use `<internal>` to suppress repetitive agent-to-agent noise.
|
||||
Keep status updates, conclusions, and handoffs visible.
|
||||
|
||||
```text
|
||||
<internal>Compiled all three reports, ready to summarize.</internal>
|
||||
|
||||
Here are the key findings from the research...
|
||||
```
|
||||
|
||||
Text inside `<internal>` tags is logged but not sent to the user.
|
||||
|
||||
Keep replies concise and owner-oriented.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user