Added
- User-level default settings via
~/.gsd/defaults.json— set GSD defaults across all projects - Per-agent model overrides — customize which Claude model each agent uses
Changed
- Completed milestone phase directories are now archived for cleaner project structure
- Wave execution diagram added to README for clearer parallelization visualization
Fixed
- OpenCode local installs now write config to
./.opencode/instead of overwriting global~/.config/opencode/ - Large JSON payloads write to temp files to prevent truncation in tool calls
- Phase heading matching now supports
####depth - Phase padding normalized in insert command
- ESM conflicts prevented by renaming gsd-tools.js to .cjs
- Config directory paths quoted in hook templates for local installs
- Settings file corruption prevented by using Write tool for file creation
- Plan-phase autocomplete fixed by removing "execution" from description
- Executor now has scope boundary and attempt limit to prevent runaway loops