Skip to main content

Crate adze_governance_runtime_reporting

Crate adze_governance_runtime_reporting 

Source
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§

BddGovernanceMatrix
Re-exported governance matrix types and helpers for BDD progress tracking. Typed composition of a BDD scenario grid and a parser feature profile.
BddGovernanceSnapshot
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.
ParserFeatureProfile
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.
BddScenarioStatus
Re-exported governance matrix types and helpers for BDD progress tracking. Scenario status for a feature matrix row.
ParserBackend
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.