gz adr report¶
Deterministic tabular report — summary across all ADRs or focused detail for one ADR.
Usage¶
Bash
# Summary table (all ADRs)
gz adr report
# Focused detail for one ADR
gz adr report <ADR-ID>
# Filter by ADR type
gz adr report --type {foundation,feature,pool}
<ADR-ID> accepts full IDs (for example ADR-0.5.0-skill-lifecycle-governance) and
unique SemVer prefixes (for example 0.5.0 or ADR-0.5.0) when exactly one ADR ID
starts with that prefix.
Options¶
| Option | Description |
|---|---|
--type |
Filter the summary to one ADR type: foundation, feature, or pool (equivalent to passing the type name as the positional argument) |
Runtime Behavior¶
Summary Mode (no argument)¶
Renders the same ADR summary table as gz status --table — a deterministic ASCII table
showing lifecycle, lane, OBPI completion, unit status, QC readiness, and pending checks
for every registered ADR.
Focused Mode (with ADR ID)¶
Renders three sections:
- ADR Overview — single-row table with lifecycle, lane, OBPI completion, closeout readiness, and QC readiness.
- OBPIs — one row per linked OBPI with runtime state, brief status, and completion flag.
- Issues — per-OBPI issue and reflection lines when problems exist.
All output uses Rich ASCII-box tables for deterministic rendering.