fix template, remove okr, use casan.*

This commit is contained in:
thanhnv
2026-07-18 16:45:31 +07:00
parent 0dfd1742d3
commit 13fae3e6c3
249 changed files with 4881 additions and 5702 deletions
+4 -4
View File
@@ -9,7 +9,7 @@
| Key | Value |
|-----|-------|
| Agent | `okr.reviewspec` |
| Agent | `casan.reviewspec` |
| Model | `claude-sonnet-4-6` |
| Input | `spec.md`, `docs/output/ipa-docs/srs/srs-<MOD-ID>-<short-name>.md`, `constitution.md` |
| Report | `reports/05-review-spec-report.md` |
@@ -19,7 +19,7 @@
**Gate logic:**
- ✅/⚠️ → proceed to Step 6
- ❌ REJECTED → invoke `speckit.specify` to fix CRITICAL issues → re-invoke `okr.reviewspec` → repeat until pass or retry > 5
- ❌ REJECTED → invoke `speckit.specify` to fix CRITICAL issues → re-invoke `casan.reviewspec` → repeat until the bounded retry limit
- Escalation after 5 retries → continue to Step 6
> ⛔ **[REPORT GATE]** per `protocols/report-gate-protocol.md`
@@ -54,7 +54,7 @@ pipeline-context: docs/output/output_logs/<feature-id>/pipeline-context.yaml
| Key | Value |
|-----|-------|
| Agent | `okr.reviewplan` |
| Agent | `casan.reviewplan` |
| Model | `claude-sonnet-4-6` |
| Input | `plan.md`, `spec.md`, `data-model.md`, `docs/technical_architecture.md` |
| Report | `reports/07-review-plan-report.md` |
@@ -64,7 +64,7 @@ pipeline-context: docs/output/output_logs/<feature-id>/pipeline-context.yaml
**Gate logic:**
- ✅/⚠️ → proceed to Step 8
- ❌ REJECTED → invoke `speckit.plan` to fix → re-invoke `okr.reviewplan` → repeat
- ❌ REJECTED → invoke `speckit.plan` to fix → re-invoke `casan.reviewplan` within the bounded retry limit
- Escalation after 5 retries → continue to Step 8
> ⛔ **[REPORT GATE]** per `protocols/report-gate-protocol.md`