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
Style depth labels as pills in section subsection-summary tables
The 5-lifecycle and 6-decision-making sections each open with a
"Sub-section / Focus / Depth" overview table listing all numbered
sub-sections. The depth column was using plain text "Recommended" /
"Minimum" / "Comprehensive" while the rest of the site uses the
colour-coded <span class="maturity-indicator"> pills.
Converted those table cells to use the same pill styling as elsewhere
on the standard pages — Cheat Sheet, sub-section headers, and the
how-to-use page. Visually consistent across the site now.
20 cells changed (10 in 5-lifecycle, 10 in 6-decision-making).
Build verified: 154 pages, no errors.
| 6.7 Guardrail Exceptions | Exceptions to policies and standards |<spanclass="maturity-indicator maturity-recommended">Recommended</span>|
28
+
| 6.8 Architectural Decisions Log | Summary index of ADRs |<spanclass="maturity-indicator maturity-recommended">Recommended</span>|
29
+
| 6.9 Compliance Traceability | Mapping to standards and principles |<spanclass="maturity-indicator maturity-comprehensive">Comprehensive</span>|
30
+
| 6.10 Approval Sign-Off | Governance approval record |<spanclass="maturity-indicator maturity-minimum">Minimum</span>|
31
31
32
32
Sections 6.1 through 6.5 collectively form the **RAID log** (Risks, Assumptions, Issues, Dependencies) — a standard project governance tool — extended with **Constraints** to capture fixed limitations. Each element has its own sub-section for clarity, but they should be maintained together as a single, living governance artefact.
0 commit comments