@@ -1,19 +1,33 @@ |
| 1 | 1 | # GA Checklist |
| 2 | 2 | |
| 3 | | -## Release Candidate Gate |
| 3 | +## Release Candidate Gate (2026-02-26) |
| 4 | 4 | 1. `cargo test --workspace` passes. |
| 5 | + - Status: PASS |
| 6 | + - Evidence: `examples/sprint-08-validation-report-2026-02-26.md` |
| 5 | 7 | 2. `./examples/validate-sprint-08-parity.sh` completed. |
| 8 | + - Status: PASS |
| 9 | + - Evidence: `target/sprint-08-parity-evidence.md` |
| 6 | 10 | 3. `examples/sprint-08-parity-matrix.md` marked with scenario status and evidence links. |
| 11 | + - Status: PASS |
| 12 | + - Evidence: `examples/sprint-08-parity-matrix.md` |
| 7 | 13 | 4. Incident/migration/operator runbooks reviewed: |
| 8 | 14 | - `docs/runbooks/migrate-from-external-agent.md` |
| 9 | 15 | - `docs/runbooks/incident-triage.md` |
| 10 | 16 | - `docs/runbooks/garcardctl-cookbook.md` |
| 17 | + - Status: PASS |
| 11 | 18 | 5. `RELEASE_NOTES.md` reviewed and approved. |
| 19 | + - Status: PASS |
| 12 | 20 | |
| 13 | | -## Integration Certification |
| 21 | +## Integration Certification (2026-02-26) |
| 14 | 22 | 1. Gar startup default path validated for daemon availability. |
| 23 | + - Status: PASS |
| 24 | + - Evidence: `examples/sprint-08-validation-report-2026-02-26.md` |
| 15 | 25 | 2. User-service lifecycle validated (`enable`, `restart`, `disable`). |
| 26 | + - Status: PASS |
| 27 | + - Evidence: `examples/sprint-08-validation-report-2026-02-26.md` |
| 16 | 28 | 3. Status/diagnostics surface validated for external control-plane consumers. |
| 29 | + - Status: PASS |
| 30 | + - Evidence: `examples/validate-sprint-08-integration.sh` |
| 17 | 31 | |
| 18 | 32 | ## Tagging |
| 19 | 33 | 1. Candidate tag: |
@@ -21,11 +35,14 @@ |
| 21 | 35 | 2. Push tag: |
| 22 | 36 | - `git push origin v0.1.0-rc1` |
| 23 | 37 | |
| 24 | | -## GA Signoff |
| 38 | +## GA Signoff (2026-02-26) |
| 25 | 39 | 1. No unresolved critical gaps in parity matrix. |
| 40 | + - Status: PASS (`examples/sprint-08-parity-matrix.md`) |
| 26 | 41 | 2. Rollback plan reviewed: |
| 27 | 42 | - `docs/runbooks/rollback-plan.md` |
| 43 | + - Status: PASS |
| 28 | 44 | 3. Operator handoff includes: |
| 29 | 45 | - parity report |
| 30 | 46 | - daemon logs for interactive scenarios |
| 31 | 47 | - final command cookbook |
| 48 | + - Status: PASS |