Walking skeleton — prove the spine end-to-end
Goal
A corpus_alignment.assess stub and verify_roadmap --full consume one nominated plan pair on a 2-plan fixture, proving the create->assess->report spine wires end-to-end before any real classifier exists.
Implementation Sketch
Add the thinnest vertical slice: assess() returns a CorpusAlignmentVerdict with one unverified pair; verify_roadmap --full calls it (replacing the exit-2 stub for the fixture path only) and renders the pair. No real R2/R3 judgment yet — the spine is the deliverable.
Spec References
Integration seams: scripts/plan_corpus/cross_plan_validators.py (Finding home); scripts/verify_roadmap/main.py (—full dispatch). missions.md §Compiler.
Work Items
- Add
scripts/plan_corpus/corpus_alignment.pywithassess(active_plans) -> CorpusAlignmentVerdictreturning oneunverifiedpair on a 2-plan fixture - Wire
verify_roadmap --fullto consumeassess()on the fixture path (spine only), rendering the pair via the existing report.py Finding shape - pytest in scripts/plan_corpus/tests/ proving the spine green end-to-end on the 2-plan fixture