Skip to main content

Crate adze_bdd_governance_core

Crate adze_bdd_governance_core 

Source
Expand description

Core implementation of governance matrix snapshots and profile-aware matrix composition.

Reporting helpers are split into adze-bdd-governance-reporting-core, which in turn re-exports status helpers from adze-governance-status-core. This crate re-exports those reporting helpers for compatibility.

Structs§

BddGovernanceMatrix
Typed composition of a BDD scenario grid and a parser feature profile.
BddGovernanceSnapshot
Snapshot of governance progress for one phase and feature profile.
BddScenario
Shared BDD scenario ledger entry.
ParserFeatureProfile
Snapshot of parser-related feature flags for this build.

Enums§

BddPhase
BDD status phase for a scenario.
BddScenarioStatus
Scenario status for a feature matrix row.
ParserBackend
Parser backend supported by the runtime feature matrix.

Constants§

GLR_CONFLICT_FALLBACK
Advisory profile description for conflict-capable grammars.
GLR_CONFLICT_PRESERVATION_GRID
GLR conflict-preservation scenario ledger.

Functions§

bdd_governance_snapshot
Build a compact governance snapshot for a phase.
bdd_progress
Aggregate progress for a phase.
bdd_progress_report
Shared formatting for BDD progress summaries.
bdd_progress_report_with_profile
Compose BDD progress with parser profile diagnostics in one report.
bdd_progress_status_line
Return a stable machine-readable status line for dashboards and CI.
describe_backend_for_conflicts
Describe the conflict backend behavior for a given feature profile.