Skip to content

Report question catalog

The living catalog behind the question-driven report units (ADR-0008): every human-facing report artefact answers exactly one of these questions. The catalog is deliberately non-exhaustive — new questions are added here first, and each question graduates into a user story for the report family before it becomes Rust command surface.

ID Question Data source Unit Status
Q-01 How far along is each user story? coverage × derived-from units/story-progress.md built
Q-02 Which tests verify which requirements? verifies marker edges units/test-to-requirement.md built
Q-03 What share of the requirements is verifiably implemented? coverage summary units/scoreboard.md built
Q-04 Which code implements which requirement? implements marker edges units/code-to-requirement.md built (empty until the Rust phase)
Q-05 Which user story belongs to which integration test? join test → requirement → story units/test-to-story.md built
Q-06 Which workflow belongs to which integration test? join test → story → workflow units/test-to-workflow.md built
Q-07 Which ADRs are linked to which requirements? guides-implementation-of edges units/adr-to-requirement.md built
Q-08 Where is the documentation for a given piece of code? needs a code→doc convention units/doc-to-code.md partial — convention is an open design decision
Q-09 How large is the codebase (lines of code, by component)? internal line counter units/lines-of-code.md built
Q-10 What is the code coverage of the test suite? cargo-llvm-cov via arqix report coverage units/test-coverage.md built (CI-generated, outside the snapshot gate)
Q-11 Which external sources does the corpus rest on? source-record frontmatter units/source-catalog.md built
Q-12 How much of the corpus carries evidence claims? claim markers (ADR-0018) units/evidence-coverage.md built

Regenerate all built units with:

arqix report snapshot --stamp "<sha>, <date>"