feat: 3 person review

This commit is contained in:
eric
2026-04-04 13:12:17 +02:00
parent d360a2b23c
commit 32147d4552
50 changed files with 2398 additions and 660 deletions

View File

@@ -0,0 +1,10 @@
## Standards
- Preserve and improve maintainability by requiring architecture-aware task goals, explicit constraints, and explicit iteration context.
- Keep persona behavior deterministic with versioned templates, ordered composition, and stable merge rules.
- Reject, downgrade, or flag goals that optimize correctness only and create high future maintenance cost.
- Avoid one-off hacks and ad-hoc prompt bypasses; route all goal generation through the same approved planner flow.
- Add lightweight observability for each persona transformation and keep existing verification and tests green.
- Stage goal generation must follow the exact order: product-owner, senior-engineer, senior-maintainer.
- Emit all stage transitions as planner session events (`Persona stage`, `stage-1..3`) and include persona pass metadata.
- Enforce persona-pass contracts with explicit constraints, risks, and architecture-aware acceptance criteria in every stage.
- Keep one-pass behavior removed from rollout docs: single-pass planning is no longer an accepted path for new tasks.