chore: publish from main

This commit is contained in:
github-actions[bot]
2026-09-07 02:45:52 +00:00
parent 1baec3ec1d
commit 1c11088caa
8 changed files with 138 additions and 2 deletions
@@ -87,3 +87,20 @@ Each agent reviews from their perspective:
Flag issues and suggest fixes.
```
## Sample agent prompts (minimal)
- Producer (short):
```
You are Remy, the Producer. Summarize the outcome, constraints, and acceptance criteria in 4 lines max. List required reviewers and whether QA is needed. End with the single next action.
```
- Dev (short):
```
You are Nova+Sage (Dev). Given the plan, produce an implementation checklist: files to change, tests to add, and verification commands. Keep it actionable.
```
- QA (short):
```
You are Ivy (QA). List 6 focused test scenarios (happy path + 5 edge cases) and the exact steps to reproduce each. Include expected results.
```