Verification Engine direction

Roadmap · after v1.0

Decision Graph

In plain terms: know why the code works this way — ADRs, approved PRs, and issues linked to the files they affect, with verification status on every claim.

Verification Engine

Full decision graph on roadmap — v1.0 captures conventions and quality findings. Institutional ADR ↔ code linkage at scale ships with the Verification Engine. Features in v1.0.

ADR-12: Event sourcing for orders
└─ implemented_by ─► checkout/order_events.py
└─ referenced_in ─► PR #1847 (approved)
└─ supersedes ─► ADR-08 (deprecated pattern)
verification_status: verified · evidence_ledger: 3 sources

Extraction pipeline

  • Parse ADRs and decisions.md deterministically
  • Link PR and issue references as evidence
  • LLM assist only for ambiguous extractions
  • Human correction via POST /fabric/correct

Outcomes

  • Answer “why does X work this way?” in seconds
  • Onboard engineers without oral tradition
  • Agents cite fabric nodes in chat responses

Stop losing architectural context

See decision traces linked to the files your team changes every day.