Expand description
Shared runtime report formatting for governance snapshots.
This crate centralizes the output wiring for BDD progress + parser feature profile diagnostics so downstream consumers (runtime and fixtures) can render interoperable status lines and reports.
Structs§
- BddGovernance
Matrix - Re-exported governance matrix types and helpers for BDD progress tracking. Typed composition of a BDD scenario grid and a parser feature profile.
- BddGovernance
Snapshot - Re-exported governance matrix types and helpers for BDD progress tracking. Snapshot of governance progress for one phase and feature profile.
- BddScenario
- Re-exported governance matrix types and helpers for BDD progress tracking. Shared BDD scenario ledger entry.
- Parser
Feature Profile - Re-exported governance matrix types and helpers for BDD progress tracking. Snapshot of parser-related feature flags for this build.
Enums§
- BddPhase
- Re-exported governance matrix types and helpers for BDD progress tracking. BDD status phase for a scenario.
- BddScenario
Status - Re-exported governance matrix types and helpers for BDD progress tracking. Scenario status for a feature matrix row.
- Parser
Backend - Re-exported governance matrix types and helpers for BDD progress tracking. Parser backend supported by the runtime feature matrix.
Constants§
- GLR_
CONFLICT_ FALLBACK - Re-exported governance matrix types and helpers for BDD progress tracking. Advisory profile description for conflict-capable grammars.
- GLR_
CONFLICT_ PRESERVATION_ GRID - Re-exported governance matrix types and helpers for BDD progress tracking. GLR conflict-preservation scenario ledger.
Functions§
- bdd_
governance_ snapshot - Re-exported governance matrix types and helpers for BDD progress tracking. Build a compact governance snapshot for a phase.
- bdd_
progress - Re-exported governance matrix types and helpers for BDD progress tracking. Aggregate progress for a phase.
- bdd_
progress_ report - Re-exported governance matrix types and helpers for BDD progress tracking. Shared formatting for BDD progress summaries.
- bdd_
progress_ report_ with_ profile - Re-exported governance matrix types and helpers for BDD progress tracking. Compose BDD progress with parser profile diagnostics in one report.
- bdd_
progress_ report_ with_ profile_ runtime - Build a runtime-oriented governance report using an explicit feature profile.
- bdd_
progress_ status_ line - Re-exported governance matrix types and helpers for BDD progress tracking. Return a stable machine-readable status line for dashboards and CI.
- describe_
backend_ for_ conflicts - Re-exported governance matrix types and helpers for BDD progress tracking. Describe the conflict backend behavior for a given feature profile.