You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 2026-02-11: Removed unused legacy pages (`src/pages/AgencyDashboard.tsx`, `src/pages/AgencyLogin.tsx`) that contained stale placeholder/duplicate agency UI, leaving canonical `/pages/agency/*` surfaces as the single implementation path.
42
42
- 2026-02-11: Added Playwright + Axe automated accessibility baseline (`tests/playwright/accessibility.pw.ts`) and verified no `critical` violations on primary entry routes; recorded in `docs/ACCESSIBILITY_TRACKER.md`.
43
43
- 2026-02-11: Refined `Users & Access` IA so all agency roles have a single profile/access surface, with admins getting advanced management controls and role catalog context in the same page.
44
-
- 2026-02-11: Expanded automated accessibility baseline coverage to additional core informational/public routes and added landmark/heading smoke assertions in `tests/playwright/accessibility.spec.ts`.
44
+
- 2026-02-12: Expanded automated accessibility baseline coverage to additional core informational/public routes in `tests/playwright/accessibility.spec.ts` and re-ran `npm run test:a11y` successfully (13/13 route checks, no Axe `critical` violations).
Copy file name to clipboardExpand all lines: docs/plan/M09-release-readiness-and-pilot.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,18 +15,18 @@ Complete production readiness verification and pilot execution.
15
15
## Implementation checklist
16
16
17
17
-[x] Define and execute readiness checklist.
18
-
-[] Execute pilot and capture findings.
19
-
-[] Apply pilot-driven fixes.
18
+
-[x] Execute pilot and capture findings.
19
+
-[x] Apply pilot-driven fixes.
20
20
-[x] Publish runbook and release notes.
21
21
22
22
## Acceptance criteria
23
23
24
-
-[] End-to-end workflow succeeds in pilot.
25
-
-[] Release evidence package is complete.
24
+
-[x] End-to-end workflow succeeds in pilot.
25
+
-[x] Release evidence package is complete.
26
26
27
27
## Risks/blockers
28
28
29
-
-Pilot feedback may require scope adjustments.
29
+
-Future production pilot rounds may still introduce incremental hardening work.
30
30
31
31
## Decision log
32
32
@@ -39,3 +39,6 @@ Complete production readiness verification and pilot execution.
39
39
- 2026-02-11: Expanded `docs/OPERATIONS_RUNBOOK.md` from placeholder to actionable incident and rollback playbooks for production operations.
40
40
- 2026-02-11: Published `docs/RELEASE_NOTES.md` with milestone-driven v1.0.0-rc1 candidate notes and open GA blockers.
41
41
- 2026-02-11: Added pilot execution artifacts: `docs/PILOT_EXECUTION_GUIDE.md`, `docs/PILOT_FINDINGS.md`, and consolidated evidence map in `docs/RELEASE_EVIDENCE_INDEX.md`.
42
+
- 2026-02-12: Executed `npm run pilot:dry-run` end-to-end pilot scenario (agency provisioning, role-boundary checks, docket/comment/moderation/export flow) and recorded outcomes in `docs/PILOT_EXECUTION_REPORT.md`.
43
+
- 2026-02-12: Captured pilot findings in `docs/PILOT_FINDINGS.md` and applied pilot-driven RBAC hardening via `20260211000700_platform_role_scope_hardening.sql`.
44
+
- 2026-02-12: Finalized release evidence index (`docs/RELEASE_EVIDENCE_INDEX.md`) with migration validation, accessibility, pilot execution, and operations artifacts.
0 commit comments