gardesk/garcard / 57d75fe

Browse files

Finalize ga gate documentation

Authored by mfwolffe <wolffemf@dukes.jmu.edu>
SHA
57d75fe34b07f74f398eed7fc19d00a6b5f7e7ba
Parents
c7892bd
Tree
c3e9156

2 changed files

StatusFile+-
M RELEASE_NOTES.md 9 0
M docs/release/ga-checklist.md 20 3
RELEASE_NOTES.mdmodified
@@ -34,6 +34,15 @@
3434
 5. Sprint 08 parity matrix scaffolding:
3535
    - `examples/sprint-08-parity-matrix.md`
3636
    - `examples/validate-sprint-08-parity.sh`
37
+6. Sprint 08 parity certification and targeted captures:
38
+   - `examples/sprint-08-validation-report-2026-02-26.md`
39
+   - `examples/sprint-08-parity-matrix.md` (`PASS`, blockers: none)
40
+   - `target/sprint-08-parity-evidence.md`
41
+
42
+## GA Gate Summary (2026-02-26)
43
+1. Release-candidate gate checklist completed: `docs/release/ga-checklist.md`.
44
+2. Interactive and targeted parity scenarios pass (success/failure/cancel/timeout, multi-identity, retention, temp auth lifecycle).
45
+3. Integration certification and post-polkit-restart recovery validated in Sprint 08 report.
3746
 
3847
 ## Explicit Out-Of-Scope For 0.1.0
3948
 1. Challenge prompting depends on host polkit policy; some actions may auto-authorize.
docs/release/ga-checklist.mdmodified
@@ -1,19 +1,33 @@
11
 # GA Checklist
22
 
3
-## Release Candidate Gate
3
+## Release Candidate Gate (2026-02-26)
44
 1. `cargo test --workspace` passes.
5
+   - Status: PASS
6
+   - Evidence: `examples/sprint-08-validation-report-2026-02-26.md`
57
 2. `./examples/validate-sprint-08-parity.sh` completed.
8
+   - Status: PASS
9
+   - Evidence: `target/sprint-08-parity-evidence.md`
610
 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`
713
 4. Incident/migration/operator runbooks reviewed:
814
    - `docs/runbooks/migrate-from-external-agent.md`
915
    - `docs/runbooks/incident-triage.md`
1016
    - `docs/runbooks/garcardctl-cookbook.md`
17
+   - Status: PASS
1118
 5. `RELEASE_NOTES.md` reviewed and approved.
19
+   - Status: PASS
1220
 
13
-## Integration Certification
21
+## Integration Certification (2026-02-26)
1422
 1. Gar startup default path validated for daemon availability.
23
+   - Status: PASS
24
+   - Evidence: `examples/sprint-08-validation-report-2026-02-26.md`
1525
 2. User-service lifecycle validated (`enable`, `restart`, `disable`).
26
+   - Status: PASS
27
+   - Evidence: `examples/sprint-08-validation-report-2026-02-26.md`
1628
 3. Status/diagnostics surface validated for external control-plane consumers.
29
+   - Status: PASS
30
+   - Evidence: `examples/validate-sprint-08-integration.sh`
1731
 
1832
 ## Tagging
1933
 1. Candidate tag:
@@ -21,11 +35,14 @@
2135
 2. Push tag:
2236
    - `git push origin v0.1.0-rc1`
2337
 
24
-## GA Signoff
38
+## GA Signoff (2026-02-26)
2539
 1. No unresolved critical gaps in parity matrix.
40
+   - Status: PASS (`examples/sprint-08-parity-matrix.md`)
2641
 2. Rollback plan reviewed:
2742
    - `docs/runbooks/rollback-plan.md`
43
+   - Status: PASS
2844
 3. Operator handoff includes:
2945
    - parity report
3046
    - daemon logs for interactive scenarios
3147
    - final command cookbook
48
+   - Status: PASS