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:
Eyejoker
2026-03-29 22:46:09 +09:00
parent 8049db0d47
commit 88fa0858ea
5 changed files with 244 additions and 38 deletions

View File

@@ -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.