Staged semantic rules pipeline
Platform spec ADR
Staged semantic rules pipeline
Spec standingStandard
- Rules pipeline contract - Contracts and edge cases States the normative guarantees and what happens at boundaries or failure edges.
- Rules pipeline contract - Design model Explains the persistent concepts, entities, and boundaries this feature relies on.
- Rules pipeline contract - Examples Gives concrete newcomer-friendly scenarios mapped to real compiler paths.
- Rules pipeline contract - FAQ and troubleshooting Answers common operator and contributor questions with practical next checks.
- Rules pipeline contract - Flow and algorithm Walks through runtime/order-of-operations behavior in the implementation.
- Rules pipeline contract - Verification and traceability Shows how the team proves this feature works and where evidence lives.
0 revisions (git unavailable at build; counts may be empty)
No commits recorded for this path.
Full tree: run pnpm verify:platform-spec-layout (writes src/generated/platform-spec-layout-report.json).
Context
Section titled “Context”Monolithic semantic passes blocked incremental invalidation.
Decision
Section titled “Decision”Semantic rules are grouped in analysis/rules/staged/ with explicit stage boundaries wired through services.rs for CLI and LSP.
Consequences
Section titled “Consequences”New rules declare their stage; cross-stage dependencies are documented in the hub articles.
Verification anchors
Section titled “Verification anchors”compiler/crates/beskid_analysis/src/analysis/rules/.