Standard production layout: the OKR app (was nested under AINative_OKR_CASAN5/) is now
the repository root. No more wrapper directory.
- Promote AINative_OKR_CASAN5/* -> repo root (backend/ frontend/ packages/ apps/
.specify/ docs/ infra/ nginx/ scripts/ + configs). Merge tool dirs: .gitea (kept the
active deploy ci.yml, added harness-ci.yml + runbooks), .claude (agents/commands +
launch.json), .github moved up.
- Remove redundant: 00_SUBMISSION_PACKAGE, scattered root notes (FPT_CASAN_Full.md,
tu-tuong-casan.md, casan-tu-sinh..., casan_harness_assessment.md, source-review...,
README_CASAN5_REFINED.md), casan-next-plans/ and optimize-docs/ (competition/planning
artifacts — roadmap + design history preserved in git log / commit messages).
- Update all references to the old layout:
- .gitea/workflows/{ci,harness-ci}.yml, .github/workflows/{ci,deploy}.yml:
working-directory .; drop AINative_OKR_CASAN5/ prefix; .specify/{tests,scripts}
-> packages/casan-harness/... (.specify/logs state kept)
- .claude/launch.json, .gitea/*-runbook.md: path prefixes
- CLAUDE.md, README.md: docs/input -> apps/okr/domain/input
- policy-bundle.yaml: 8 policy paths -> packages/casan-harness/...; manifest re-signed
- secrets-scan.sh: fixture excludes -> new package/domain paths.
Full gate from the new root: PASS=64 FAIL=0 SKIP=3.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
3.0 KiB
3.0 KiB
Pipeline Completion Report Template
Use this template when all steps complete (with or without escalations).
## ✅ Pipeline Complete (Autonomous Mode) — <feature-name>
**Feature Branch**: <branch>
**Date Completed**: <YYYY-MM-DD>
**Mode**: Built-in Autonomous (no human pauses)
| # | Step | Agent | Model | Status | Retries | Assumptions |
|---|------|-------|-------|--------|---------|-------------|
| 1 | SRS Generation | okr.srs | gpt-5.4 | ✅ | 0 | N |
| 2 | BD Generation (External Design) | okr.bd | gpt-5.4 | ✅ | 0 | N |
| 3 | Spec Creation | speckit.specify | gpt-5.4 | ✅ | 0 | N |
| 4 | Spec Clarification | speckit.clarify | gpt-5.4 | ✅ | 0 | N |
| 5 | Thorough Spec Review | okr.reviewspec | claude-sonnet-4-6 | ✅ | R | - |
| 6 | Implementation Planning | speckit.plan | gpt-5-3-codex | ✅ | 0 | N |
| 7 | Plan Conformance Review | okr.reviewplan | claude-sonnet-4-6 | ✅ | R | - |
| 8 | DD Generation (Internal Design) | okr.dd | gpt-5-3-codex | ✅ | 0 | N |
| 8b | Test Case Generation | okr.testkit | claude-sonnet-4-6 | ✅ | 0 | N |
| 9 | Task Generation | speckit.tasks | gpt-5.4 | ✅ | 0 | N |
| 10 | Implementation + Build & Fix | speckit.implement | gpt-5-3-codex | ✅ | R | N |
| 11 | Code Review | okr.reviewcode | claude-sonnet-4-6 | ✅ | R | - |
| 12 | Final QA Audit | okr.testkit | claude-sonnet-4-6 | ✅ | R | - |
| 13 | Launch | Boss (direct) | claude-sonnet-4-6 | ✅ | R | - |
**Total auto-resolved assumptions:** N (High: X, Med: Y, Low: Z)
**Total gate retries:** N
**Escalated gates:** <list or "None">
> ⚠ Items requiring user review (Low-confidence assumptions):
> - <TBC-ID>: <question> ← Assumed: <answer>
> - (or "None — all assumptions were High/Med confidence")
**Artifacts**:
- SRS: `docs/output/ipa-docs/srs/srs-<MOD-ID>-<module-short-name>.md`
- BD: `docs/output/ipa-docs/bd/bd-<MOD-ID>-<module-short-name>.md`
- Spec: `specs/<feature-id>/spec.md`
- Clarification Q&A: `docs/output/output_logs/<feature-id>/reports/04-clarify-qa.md`
- Plan: `specs/<feature-id>/plan.md`
- DD: `docs/output/ipa-docs/dd/dd-<MOD-ID>-<module-short-name>.md`
- Tasks: `specs/<feature-id>/tasks.md`
- Implementation: `src/modules/<module>/`
- Verified: Feature accessible on screen ✅
**Execution Logs & Reports**: `docs/output/output_logs/<feature-id>/`
| # | Report File |
|---|-------------|
| 0 | `00-boss.log.md` |
| 1 | `reports/01-srs-report.md` |
| 2 | `reports/02-bd-report.md` |
| 3 | `reports/03-specify-report.md` |
| 4 | `reports/04-clarify-report.md` |
| 5 | `reports/05-review-spec-report.md` |
| 6 | `reports/06-plan-report.md` |
| 7 | `reports/07-review-plan-report.md` |
| 8 | `reports/08-dd-report.md` |
| 8b | `reports/08b-testcases-report.md` |
| 9 | `reports/09-tasks-report.md` |
| 10 | `reports/10-implement-report.md` |
| 11 | `reports/11-review-code-report.md` |
| 12 | `reports/12-testkit-report.md` + `docs/output/ipa-docs/testreport/testreport-<MOD-ID>-*.md` |
| 13 | `reports/13-launch-report.md` |