CAST v2.0.1
Post-release fixes for stale v1 paths that survived the 2.0.0 restructure, caught in post-merge review.
Fixed
- Installed
artifacts/STANDUP.md(and the example fixture's): the Related Documents table pointed at the v1milestones/milestone-{N}-{slug}-validation.mdpath (nowmilestone-{N}-{slug}/reviews/validation.md) and describedBUGS.mdas an "active bug tracker" (it is the global index — one line per bug pointing at the per-bug file). - Installed
docs/PRD.md: the Timeline preamble described a milestone as having a single dedicated task file; reworded for the v2 layout — one task file per task under the milestone'stasks/directory. - Example fixture
artifacts/AGENT_STATE.md: one validation-record reference used the v1 single-file path.
Added
- CI guard for v1 artifact paths:
validate.ymlnow fails on any v1-shaped path (milestones/milestone-*, combined-tasks.md/-validation.md/-completion.mdfilenames,MILESTONE_TASKS) in the payload or example. Thereferences/migration tables stay exempt — they legitimately map old paths to new. This check caught the fourth instance above the moment it was written.