Added
- gsd-tools verification suite:
verify plan-structure,verify phase-completeness,verify references,verify commits,verify artifacts,verify key-links— deterministic structural checks - gsd-tools frontmatter CRUD:
frontmatter get/set/merge/validate— safe YAML frontmatter operations with schema validation - gsd-tools template fill:
template fill summary/plan/verification— pre-filled document skeletons - gsd-tools state progression:
state advance-plan,state update-progress,state record-metric,state add-decision,state add-blocker,state resolve-blocker,state record-session— automates STATE.md updates - Local patch preservation: Installer now detects locally modified GSD files, backs them up to
gsd-local-patches/, and creates a manifest for restoration /gsd:reapply-patchescommand to merge local modifications back after GSD updates
Changed
- Agents (executor, planner, plan-checker, verifier) now use gsd-tools for state updates and verification instead of manual markdown parsing
/gsd:updateworkflow now notifies about backed-up local patches and suggests/gsd:reapply-patches
Fixed
- Added workaround for Claude Code
classifyHandoffIfNeededbug that causes false agent failures — execute-phase and quick workflows now spot-check actual output before reporting failure