Skip to content

CAST v2.0.1

Choose a tag to compare

@github-actions github-actions released this 30 Jul 14:04
· 21 commits to main since this release
0ff2dc0

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 v1 milestones/milestone-{N}-{slug}-validation.md path (now milestone-{N}-{slug}/reviews/validation.md) and described BUGS.md as 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's tasks/ 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.yml now fails on any v1-shaped path (milestones/milestone-*, combined -tasks.md/-validation.md/-completion.md filenames, MILESTONE_TASKS) in the payload or example. The references/ migration tables stay exempt — they legitimately map old paths to new. This check caught the fourth instance above the moment it was written.