@ktpartners/dgs-platform 2.7.2 → 2.7.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md ADDED
@@ -0,0 +1,1836 @@
1
+ # Changelog
2
+
3
+ All notable changes to DGS (Deliver Great Systems) will be documented in this file.
4
+
5
+ Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
6
+
7
+ > Versions prior to 2.0.0 were released as **Get Shit Done (GSD)** by [@glittercowboy](https://github.com/glittercowboy). DGS is a fork that continues development under the new name.
8
+
9
+ ## [Unreleased]
10
+
11
+ ## [2.7.4] - 2026-03-22
12
+
13
+ ### Fixed
14
+ - **Product-scoped milestone versioning** — `new-project` now reads the current product milestone version via `getMilestoneInfo` instead of hardcoding `v1.0`. When multiple projects share a product folder, each new project gets the correct milestone version (e.g., v3.0 if two milestones already shipped). Defaults to v1.0 for greenfield products.
15
+
16
+ ## [2.7.3] - 2026-03-22
17
+
18
+ ### Fixed
19
+ - **verify-work commits VERIFICATION.md** — the UAT completion commit now includes VERIFICATION.md alongside UAT.md, preventing uncommitted verification artifacts that broke the sync push chain
20
+
21
+ ### Added
22
+ - **`--push` on all workflow commits** — every workflow's final `dgs-tools commit` call now passes `--push`, enabling automatic push across all 15 workflows (ideas, specs, planning, execution, milestones). Multi-commit workflows only push on the final commit to avoid churn.
23
+
24
+ ## [2.7.2] - 2026-03-21
25
+
26
+ ### Added
27
+ - **Automatic pull in init** — `dgs-tools init <workflow>` now checks `sync_pull` config and cadence, executing `pullAll` automatically when `sync_pull` is `"auto"`. Returns `needs_pull: true` for `"prompt"` mode. Pull failures are captured in the init JSON response, never blocking workflow execution.
28
+ - **Automatic push on commit** — `dgs-tools commit` accepts `--push` flag. When present, calls `pushAll` after successful commit based on `sync_push` config (`"auto"` pushes silently, `"prompt"` returns `needs_push: true`, `"off"` skips). Push failures are captured, never blocking the commit result.
29
+ - **execute-phase uses --push** — the `update_roadmap` commit step now passes `--push`, making post-phase push atomic with the commit instead of a separate step Claude could skip
30
+
31
+ ### Changed
32
+ - Todos directory kept at product level (`.planning/todos/`) instead of being moved into project subfolders during v1→v2 migration
33
+
34
+ ## [2.7.1] - 2026-03-21
35
+
36
+ ### Fixed
37
+ - Replaced hardcoded `.planning/` paths with `getPlanningRoot()` in state.cjs for multi-project compatibility
38
+
39
+ ### Added
40
+ - **Codereview gate in dgs-executor** — executor agent now includes a `codereview_gate` step for code quality checks during plan execution
41
+
42
+ ## [2.7.0] - 2026-03-20
43
+
44
+ _Milestone: v17.0 Git Push and Pull Integration_
45
+
46
+ ### Added
47
+ - **Git sync engine** (`sync.cjs`) — `pullAll` (fetch+merge) and `pushAll` (upstream tracking, repo filter) functions with pre-flight checks and repo collection from REPOS.md
48
+ - **`/dgs:sync` command** — slash command for interactive sync operations (pull/push across registered repos)
49
+ - **`sync pull` / `sync push` CLI commands** — `dgs-tools sync pull` and `sync push` for scripted usage
50
+ - **`workflow-pull` / `workflow-push` CLI commands** — orchestration-level sync with automatic conflict detection and workflow-appropriate error handling
51
+ - **Sync hooks in workflows** — `execute-phase` and `run-job` now call workflow-pull before execution and workflow-push after completion
52
+ - **Cadence table** — `getCadence()` function maps sync timing (phase/wave/manual) to workflow trigger points; cadence flags wired into all init commands
53
+ - **Sync configuration keys** — `git.sync.auto_pull`, `git.sync.auto_push`, `git.sync.cadence`, `git.sync.conflict_strategy` with `git.sync` shorthand in config.cjs and loadConfig defaults
54
+ - **Sync settings UI** — git sync toggles added to `/dgs:settings` interactive configuration
55
+ - **Config split for multi-user** — config split into tracked `config.json` (shared settings) and gitignored `config.local.json` (per-machine: `current_project`, `planningRoot`, `hints`). Dual-read with local override in `loadConfig()`
56
+ - **Sync hooks reference document** — documents workflow boundaries and sync trigger points
57
+ - **Documentation updates** — Remote Synchronisation section in git-integration.md, full config reference rewrite of planning-config.md, team setup checklist, safety matrix, push/pull cadence guide in multi-user docs
58
+
59
+ ### Fixed
60
+ - Corrected stale SYNC-05, CAD-03, CAD-06 text in REQUIREMENTS.md
61
+
62
+ ## [2.6.3] - 2026-03-18
63
+
64
+ ### Changed
65
+ - Replaced `xlsx` dependency with `exceljs` to resolve security vulnerabilities
66
+
67
+ ## [2.6.1] - 2026-03-18
68
+
69
+ ### Added
70
+ - **`/dgs:reactivate-project` command** — reverses project completion by changing STATE.md status back from "completed" to "In progress", removing the Completed date line, optionally re-setting current_project in config.json, and regenerating PROJECTS.md. Switch guard message now points to this command instead of manual STATE.md editing.
71
+
72
+ ## [2.6.0] - 2026-03-18
73
+
74
+ _Milestone: v16.0 Workflow Discipline_
75
+
76
+ ### Added
77
+ - **CLAUDE.md workflow discipline template** — flow-based 5-section template at `templates/claude-md.md` routing code modifications through `/dgs:*` commands with read-only bypass, command hierarchy guidance, and override escape hatch ("skip DGS" / "without DGS")
78
+ - **Workflow discipline opt-in during init-product** — prompt after base branch configuration copies template to `./CLAUDE.md` with `DGS:BEGIN/END` managed section delimiters; same prompt in v1 migration path
79
+ - **`/dgs:settings` workflow discipline toggle** — shows On/Off state, toggle on creates/updates CLAUDE.md from template, toggle off removes DGS section with confirmation
80
+ - **`/dgs:fast` command** — lightweight single-commit workflow for trivial edits without subagent overhead. Conventional commit message inference (fix:/chore:/docs:), scope warning at 3 files/30 lines, `--dry-run` with diff preview, shared ID counter with quick tasks
81
+ - **Task archival** — STATE.md quick tasks table capped at 20 rows with oldest automatically archived to `.planning/quick/HISTORY.md` (append-only). `state archive-quick-tasks` CLI command
82
+ - **`/dgs:cleanup` quick task directory cleanup** — extends cleanup to detect and remove completed quick/fast task planning directories (permanent record in HISTORY.md)
83
+ - **Command hierarchy documentation** — 5-tier hierarchy (fast, quick, quick --full, execute-phase, debug) added to `/dgs:help`, USER-GUIDE.md, and README.md
84
+
85
+ ### Fixed
86
+ - **Config discipline key persistence** — `init-product.md` config write JSON now includes `"discipline"` key in both fresh install and v1 migration paths, preventing user opt-in/out choice from being overwritten
87
+ - **Base branch config tests** — fixed 4 failing tests in `config.test.cjs` caused by `config.json` vs `dgs.config.json` path mismatch
88
+
89
+ ## [2.5.7] - 2026-03-17
90
+
91
+ ### Added
92
+ - **Spec-to-milestone linking in new-project** — `new-project` spec-driven flow now calls `specs link-milestone` when creating a project from a spec, completing REQ-04 (implementation tracking) from the spec lifecycle spec. Both `new-milestone` and `new-project` now establish bidirectional spec-milestone links.
93
+ - **Multi-user approach guide** (`docs/MULTI_USER_APPROACH_GUIDE.md`) — comprehensive guide covering parallel safety for ideas/specs, discuss-phase, phase execution, quick tasks, git branching strategies, job rollback implications, and recommended team workflows
94
+
95
+ ## [2.5.6] - 2026-03-16
96
+
97
+ ### Fixed
98
+ - **Auto-test runs in correct directory for multi-repo v2 setups** — added `--cwd` flag to auto-test CLI commands (`collect`, `run`, `map`, `rerun`). `audit-phase` workflow now resolves the code repo path from REPOS.md and passes `--cwd <repo-path>` to all auto-test calls. Backwards compatible — single-repo setups unaffected.
99
+
100
+ ## [2.5.5] - 2026-03-16
101
+
102
+ ### Fixed
103
+ - **Milestone job creation** — `create-milestone-job` no longer fails with "Milestone not found" on standard DGS ROADMAP format where `## v1.0` heading is followed by peer-level `## Overview` section. Phase detection now falls back to searching the entire ROADMAP content.
104
+ - **`map-codebase` in jobs** — gracefully skips with SUCCESS when no repos are registered instead of failing the job step. Valid state for new projects before coding starts.
105
+
106
+ ## [2.5.4] - 2026-03-16
107
+
108
+ ### Added
109
+ - **`/dgs:rollback-job <version>`** — roll back all code changes from a milestone job to pre-job state. Resets code repos to the commit SHAs recorded at job start, deletes SUMMARY.md files for executed phases, marks job as `rolled_back`. Requires explicit "rollback" confirmation (destructive). Planning repo is preserved to avoid affecting other projects.
110
+ - **Job start SHA recording** — `run-job` now records the starting commit SHA for each code repo before execution begins, stored as `StartShas` in the job file header
111
+
112
+ ### Changed
113
+ - Default cross-LLM review models updated: OpenAI `gpt-4o` → `gpt-5-mini`, Gemini `gemini-2.0-flash` → `gemini-2.5-flash`
114
+
115
+ ### Fixed
116
+ - **Spec review API calls** — switched from inline JSON with variable interpolation to file-based payloads (`curl -d @file` via `python3 json.dump`), fixing JSON parsing errors when spec content contains markdown with quotes, newlines, and special characters
117
+
118
+ ## [2.5.3] - 2026-03-15
119
+
120
+ ### Added
121
+ - **Code review workflow** (`codereview.md`) — optional 3-pass, 9-agent multi-agent code review that runs after plan execution. Pass 1: Correctness/Security, Standards/Patterns, Simplification. Pass 2: Fix Verification, Integration/Flow, Test Coverage. Pass 3: Fresh Eyes, Production Readiness, Diff Sanity. Auto-fixes low-risk issues in a separate commit.
122
+ - `workflow.codereview` config toggle (default: `false`) — opt-in via `/dgs:settings`
123
+ - Code Reviewer question added to `/dgs:settings` interactive configuration
124
+ - `codereview_gate` step wired into `execute-plan.md` between metadata commit and codebase map update
125
+
126
+ ## [2.5.2] - 2026-03-15
127
+
128
+ ### Changed
129
+ - **Config questions moved from new-project to init-product** — project configuration (branching strategy, settings toggles) now lives in init-product where it belongs, keeping new-project focused on context gathering and PROJECT.md creation
130
+ - `new-project` Step 5 (config) removed; init-product validates config completeness and prompts for missing settings
131
+ - `settings.md` branching strategy descriptions updated to match init-product wording
132
+
133
+ ## [2.5.1] - 2026-03-15
134
+
135
+ _Milestone: v15.0 Improved Context Loading_
136
+
137
+ ### Added
138
+ - **5-tier context loading system** (none/lite/planning/execution/verification) — every workflow now declares which project files it needs and loads them systematically via `dgs-tools context load-tier`
139
+ - `context.cjs` engine module with machine-readable YAML tier definitions parsed from `references/context-tiers.md`, tier inheritance, and scope flag resolution (--phase, --idea, --spec)
140
+ - `dgs-tools context load-tier <name>` CLI command returning JSON file lists resolved against current project state with graceful degradation for missing files
141
+ - 14 specific context gaps closed: executors receive CONTEXT.md, plan-checker gets prior SUMMARYs, spec/idea workflows load docs/ directories with multimodal image support
142
+ - Context tier annotations in help.md (56 commands), README.md overview section, and USER-GUIDE.md per-tier reference tables (62 commands)
143
+
144
+ ### Changed
145
+ - All 63 workflows now include `<context_tier>` declarations with systematic `load-tier` CLI wiring, replacing ad-hoc context reads
146
+ - Codebase glob patterns replace 3 hardcoded file paths in write-spec and refine-spec
147
+ - `approve-spec` warns when a spec has no roadmap linkage (non-blocking)
148
+ - `write-spec` warns when selected ideas are already covered by approved specs
149
+
150
+ ## [2.5.0] - 2026-03-14
151
+
152
+ _Milestone: v14.0 Multi-Repo Codebase Mapping_
153
+
154
+ ### Added
155
+ - **Multi-repo codebase mapping** — `/dgs:map-codebase` reads REPOS.md and maps each registered repo into `codebase/<repo-name>/` with 7 analysis documents per repo
156
+ - `dgs-codebase-synthesizer` agent generates unified top-level ARCHITECTURE/STACK/STRUCTURE files from per-repo maps with labeled repo sections
157
+ - `dgs-codebase-cross-analyzer` agent produces CROSS-REPO.md with shared dependencies, API boundaries, and common/divergent patterns
158
+ - Lifecycle management: refresh mode (full remap) and update mode via `--only` flag for selective repo re-mapping
159
+ - Per-repo targeting via positional argument shorthand (`/dgs:map-codebase <repo-name>`)
160
+ - Enhanced secret scanning covering connection string patterns (PostgreSQL, MongoDB, MySQL, Redis, AMQP) with silent-when-clean behavior
161
+
162
+ ### Changed
163
+ - All 7 consumer workflows (write-spec, refine-spec, import-spec, new-project, plan-phase, find-related-ideas, execute-plan) work unchanged via unified top-level files
164
+
165
+ ## [2.4.1] - 2026-03-12
166
+
167
+ _Milestone: v13.0 Spec Lifecycle Management_
168
+
169
+ ### Added
170
+ - **Spec lifecycle management** — two-state machine (draft/final) with formal approval gates and conversational refinement
171
+ - `/dgs:approve-spec` command with tiered validation (P0 errors block, P1 warnings allow with confirmation), `approved_date` auto-set on final transition
172
+ - `/dgs:refine-spec` command with conversational editing, `--section` targeting, atomic saves, version increment, and final-status demotion warning
173
+ - Dual-format frontmatter parser (YAML + bold-key) with format-preserving write-back
174
+ - Automatic Refinement Log initialization — write-spec and import-spec create "Created" entries with version 1.0 on every new spec
175
+ - Bidirectional spec-milestone linking with implementation status tracking (none/in-progress/completed) in `list-specs` output
176
+
177
+ ## [2.4.0] - 2026-03-11
178
+
179
+ _Milestone: v12.0 Audit-Phase & Auto-Verify_
180
+
181
+ ### Added
182
+ - **`/dgs:audit-phase` command** — dedicated two-layer phase verification replacing `verify-work --auto-test`
183
+ - Structural verification via `dgs-phase-verifier` agent inspecting deliverables for file existence, substance, correct exports, must_haves satisfaction, and upstream dependency wiring
184
+ - Enhanced false-positive detection (`checkSuspect`) and covered-duplicate skipping (`isCommandCovered`) for more accurate test results
185
+ - Phase-level gap-fix cycles in job orchestrator with independent `PhaseFixCycle` counter (max 2 per phase)
186
+
187
+ ### Changed
188
+ - `--auto-test` and `--rerun-failed` flags cleanly removed from verify-work (audit-phase is the sole automated verification command)
189
+
190
+ ## [2.3.4] - 2026-03-11
191
+
192
+ ### Fixed
193
+ - Bug fixes and stability improvements ahead of v12.0 milestone
194
+
195
+ ## [2.3.3] - 2026-03-10
196
+
197
+ _Milestone: v11.0 Idea Consolidation_
198
+
199
+ ### Added
200
+ - **Idea consolidation** — `/dgs:consolidate-ideas` merges 2+ pending ideas into a single AI-synthesised idea with bidirectional lineage tracking and `[from #ID]` attribution
201
+ - `/dgs:find-related-ideas` command with Jaccard tag similarity + AI semantic/implementation overlap scoring, grouped results (HIGH/MEDIUM/LOW), and direct consolidation flow
202
+ - `/dgs:undo-consolidation` reverses any consolidation, restoring source ideas to pending via git mv
203
+ - `consolidated/` state directory with list filtering, restore support, and write-spec guards
204
+
205
+ ## [2.3.2] - 2026-03-10
206
+
207
+ ### Fixed
208
+ - Inverted ternary, JSON field name mismatch, and stale path in consolidation workflow templates
209
+
210
+ ## [2.3.1] - 2026-03-10
211
+
212
+ ### Fixed
213
+ - Stability fixes for v10.0 auto-verify pipeline
214
+
215
+ ## [2.3.0] - 2026-03-09
216
+
217
+ _Milestones: v8.0 Configurable Planning Root, v9.0 Project Folder Structure, v10.0 Auto-Verify_
218
+
219
+ ### Added
220
+ - **Configurable planning root** — `paths.cjs` leaf module with detection cascade, dedicated planning repos can store artifacts at repo root
221
+ - **Project folder structure** — all projects namespaced under `.planning/projects/` with centralised `getProjectDir()` helper
222
+ - **Automated test verification** — `/dgs:audit-phase` collects test commands from PLAN.md verify blocks, executes with timeout and false-positive detection, maps results to UAT format, triggers auto-diagnosis on failures
223
+ - `dgs.config.json` config file rename with dual-read backwards compatibility
224
+ - Root-mode init with layout detection prompt and namespace warning
225
+ - GATE test scanning 113 files preventing hardcoded `.planning` path regressions
226
+ - `--rerun-failed` mode for selective re-verification after gap closure
227
+ - Job orchestration: `map-codebase` before `plan-phase` and auto-verify after `execute-phase` for fully unattended milestone builds
228
+
229
+ ### Changed
230
+ - All 17 library modules migrated to dynamic `getPlanningRoot()` resolution
231
+ - `getProjectFolders()` simplified to scan `projects/` directly (no more SYSTEM_DIRS exclusion)
232
+
233
+ ## [2.1.0] - 2026-03-09
234
+
235
+ _Milestones: v7.0 Import Spec_
236
+
237
+ ### Added
238
+ - **Spec import** — `/dgs:import-spec` converts external documents (PDF, DOCX, etc.) to standard 9-section PRDs using AI synthesis with codebase and product context
239
+ - Source document preserved as attachment via `docs add`
240
+ - Ideas linking via `--ideas <id...>` flag
241
+ - Duplicate import detection via `source_document` field
242
+
243
+ ## [2.0.9] - 2026-03-08
244
+
245
+ ### Fixed
246
+ - Pre-release fixes for configurable planning root (v8.0)
247
+
248
+ ## [2.0.8] - 2026-03-05
249
+
250
+ ### Fixed
251
+ - Job orchestration stability fixes
252
+
253
+ ## [2.0.7] - 2026-03-05
254
+
255
+ _Milestone: v6.0 Job Orchestration_
256
+
257
+ ### Added
258
+ - **Milestone job orchestration** — `/dgs:create-milestone-job` generates step sequence from roadmap, `/dgs:run-job` executes with subagent-per-step and resume support
259
+ - Silent execution mode: plan-phase and execute-phase auto-resolve interactive prompts in job context
260
+ - Dynamic audit-gap-fix cycle: automatic phase insertion when audit finds gaps (3-cycle safety limit)
261
+ - `/dgs:list-jobs`, `/dgs:cancel-job`, dry-run preview, health check, auto job summaries
262
+
263
+ ## [2.0.6] - 2026-03-02
264
+
265
+ _Milestone: v5.0 Idea Discussion & Research_
266
+
267
+ ### Added
268
+ - **Idea development commands** — `/dgs:discuss-idea` (3-phase structured conversation), `/dgs:research-idea` (5-dimension adaptive research), `/dgs:develop-idea` (combined orchestrator)
269
+ - Section-aware idea file parsing with Discussion Log and Research Log sections
270
+ - write-spec enrichment: PRD generation reads discussion/research logs and linked research documents
271
+ - Dev status column (D/R/D+R/-) in `list-ideas`
272
+
273
+ ## [2.0.5] - 2026-03-02
274
+
275
+ _Milestones: v3.1 User Identity, v4.0 Git Branching Enhancements_
276
+
277
+ ### Added
278
+ - **User identity tracking** — git identity gate on write commands, Author/Updated By on ideas and specs, review attribution
279
+ - **Configurable base branch** — `git.base_branch` in config.json flows through all branching operations
280
+ - **Project-scoped branch names** — `{project}` template variable eliminates branch collisions across multi-project setups
281
+ - **Conflict resolution CLI** — `merge-conflicts` detect/context/resolved/summary with ADDITIVE/DIVERGENT/STRUCTURAL/DELETION classification
282
+ - **Automated conflict resolution agent** — per-hunk resolution, cascading learnings, escalation protocol with accept/reject-with-hint/abort flow
283
+
284
+ ## [2.0.4] - 2026-03-01
285
+
286
+ ### Fixed
287
+ - BUG-001: Fixed project switching edge case
288
+ - BUG-002: Fixed overlap detection false positives
289
+ - BUG-003: Fixed branch template validation
290
+
291
+ ## [2.0.3] - 2026-03-01
292
+
293
+ ### Fixed
294
+ - BUG-008: Fixed silent execution mode prompt handling
295
+
296
+ ## [2.0.2] - 2026-03-01
297
+
298
+ ### Fixed
299
+ - Bug fixes for v3.0 Ideas & Specs workflows
300
+
301
+ ## [2.0.1] - 2026-02-28
302
+
303
+ _Milestones: v2.1 Flat Repo Layout, v3.0 Ideas & Specs_
304
+
305
+ ### Added
306
+ - **Flat sibling layout** — planning repo sits alongside source repos with `../repo-name` paths in REPOS.md
307
+ - **Ideas lifecycle** — `/dgs:add-idea`, `/dgs:update-idea`, `/dgs:list-ideas`, `/dgs:reject-idea`, `/dgs:restore-idea` with manifest-based sequential IDs and git mv state transitions
308
+ - **Document management** — scoped storage (product/idea/spec), INDEX.md with SHA-256 checksums, PDF/XLSX/CSV/DOCX text extraction via sidecar files
309
+ - **Spec writing with cross-LLM review** — structured PRD drafting from ideas with parallel OpenAI/Gemini review, auto-rejection of Non-Goal contradictions, convergence detection
310
+ - **Keyword search** — fuzzy Levenshtein matching across ideas, specs, docs, and projects with scope/tag filtering
311
+ - Spec-driven project and milestone creation via `--auto` mode
312
+ - Repo-relative plan format with clean `src/index.ts` paths
313
+
314
+ ### Changed
315
+ - Path normalization with `normalizeForMatch()` for consistent `./` and `../` handling
316
+ - Gitignore elimination for flat layout (conditionally skipped when all repos use `../` paths)
317
+
318
+ ## [2.0.0] - 2026-02-26
319
+
320
+ _Milestones: v1.0 Multi-Project Multi-Repo Platform, v2.0 Rename to Deliver Great Systems_
321
+
322
+ ### Changed
323
+ - **BREAKING:** Renamed from "Get Shit Done (GSD)" to "Deliver Great Systems (DGS)"
324
+ - Package name changed to `@ktpartners/dgs-platform`
325
+ - All slash commands now use `/dgs:` prefix instead of `/gsd:`
326
+ - Agent files renamed from `gsd-*` to `dgs-*`
327
+ - Hook files renamed from `gsd-*` to `dgs-*`
328
+ - Installation directory changed from `get-shit-done/` to `deliver-great-systems/`
329
+ - Binary renamed from `gsd-tools.cjs` to `dgs-tools.cjs`
330
+
331
+ ### Added
332
+ - **Multi-project, multi-repo platform** — register multiple git repos under a product folder, create concurrent projects that span repos
333
+ - Product setup with repo auto-discovery, REPOS.md registry, longest-prefix-match resolution
334
+ - Full project lifecycle: create, switch, list, complete with PROJECTS.md auto-regeneration
335
+ - Multi-repo execution: per-repo commits, branching, partial failure recovery, preflight checks
336
+ - Cross-project overlap detection at repo and file level with severity classification
337
+ - v1-to-v2 migration with git history preservation via `git mv`, dry-run, rollback safety
338
+ - Fork attribution in README.md crediting Get Shit Done as the origin project
339
+ - GSD-to-DGS migration detection in installer for existing GSD users
340
+
341
+ ## [1.20.6] - 2025-02-23
342
+
343
+ ### Added
344
+ - Context window monitor hook with WARNING/CRITICAL alerts when agent context usage exceeds thresholds
345
+ - Nyquist validation layer in plan-phase pipeline to catch quality issues before execution
346
+ - Option highlighting and gray area looping in discuss-phase for clearer preference capture
347
+
348
+ ### Changed
349
+ - Refactored installer tools into 11 domain modules for maintainability
350
+
351
+ ### Fixed
352
+ - Auto-advance chain no longer breaks when skills fail to resolve inside Task subagents
353
+ - Gemini CLI workflows and templates no longer incorrectly convert to TOML format
354
+ - Universal phase number parsing handles all formats consistently (decimal phases, plain numbers)
355
+
356
+ ## [1.20.5] - 2026-02-19
357
+
358
+ ### Fixed
359
+ - `/gsd:health --repair` now creates timestamped backup before regenerating STATE.md (#657)
360
+
361
+ ### Changed
362
+ - Subagents now discover and load project CLAUDE.md and skills at spawn time for better project context (#671, #672)
363
+ - Improved context loading reliability in spawned agents
364
+
365
+ ## [1.20.4] - 2026-02-17
366
+
367
+ ### Fixed
368
+ - Executor agents now update ROADMAP.md and REQUIREMENTS.md after each plan completes — previously both documents stayed unchecked throughout milestone execution
369
+ - New `requirements mark-complete` CLI command enables per-plan requirement tracking instead of waiting for phase completion
370
+ - Executor final commit includes ROADMAP.md and REQUIREMENTS.md
371
+
372
+ ## [1.20.3] - 2026-02-16
373
+
374
+ ### Fixed
375
+ - Milestone audit now cross-references three independent sources (VERIFICATION.md + SUMMARY frontmatter + REQUIREMENTS.md traceability) instead of single-source phase status checks
376
+ - Orphaned requirements (in traceability table but absent from all phase VERIFICATIONs) detected and forced to `unsatisfied`
377
+ - Integration checker receives milestone requirement IDs and maps findings to affected requirements
378
+ - `complete-milestone` gates on requirements completion before archival — surfaces unchecked requirements with proceed/audit/abort options
379
+ - `plan-milestone-gaps` updates REQUIREMENTS.md traceability table (phase assignments, checkbox resets, coverage count) and includes it in commit
380
+ - Gemini CLI: escape `${VAR}` shell variables in agent bodies to prevent template validation failures
381
+
382
+ ## [1.20.2] - 2026-02-16
383
+
384
+ ### Fixed
385
+ - Requirements tracking chain now strips bracket syntax (`[REQ-01, REQ-02]` → `REQ-01, REQ-02`) across all agents
386
+ - Verifier cross-references requirement IDs from PLAN frontmatter instead of only grepping REQUIREMENTS.md by phase number
387
+ - Orphaned requirements (mapped to phase in REQUIREMENTS.md but unclaimed by any plan) are detected and flagged
388
+
389
+ ### Changed
390
+ - All `requirements` references across planner, templates, and workflows enforce MUST/REQUIRED/CRITICAL language — no more passive suggestions
391
+ - Plan checker now **fails** (blocking, not warning) when any roadmap requirement is absent from all plans
392
+ - Researcher receives phase-specific requirement IDs and must output a `<phase_requirements>` mapping table
393
+ - Phase requirement IDs extracted from ROADMAP and passed through full chain: researcher → planner → checker → executor → verifier
394
+ - Verification report requirements table expanded with Source Plan, Description, and Evidence columns
395
+
396
+ ## [1.20.1] - 2026-02-16
397
+
398
+ ### Fixed
399
+ - Auto-mode (`--auto`) now survives context compaction by persisting `workflow.auto_advance` to config.json on disk
400
+ - Checkpoints no longer block auto-mode: human-verify auto-approves, decision auto-selects first option (human-action still stops for auth gates)
401
+ - Plan-phase now passes `--auto` flag when spawning execute-phase
402
+ - Auto-advance clears on milestone complete to prevent runaway chains
403
+
404
+ ## [1.20.0] - 2026-02-15
405
+
406
+ ### Added
407
+ - `/gsd:health` command — validates `.planning/` directory integrity with `--repair` flag for auto-fixing config.json and STATE.md
408
+ - `--full` flag for `/gsd:quick` — enables plan-checking (max 2 iterations) and post-execution verification on quick tasks
409
+ - `--auto` flag wired from `/gsd:new-project` through the full phase chain (discuss → plan → execute)
410
+ - Auto-advance chains phase execution across full milestones when `workflow.auto_advance` is enabled
411
+
412
+ ### Fixed
413
+ - Plans created without user context — `/gsd:plan-phase` warns when no CONTEXT.md exists, `/gsd:discuss-phase` warns when plans already exist (#253)
414
+ - OpenCode installer converts `general-purpose` subagent type to OpenCode's `general`
415
+ - `/gsd:complete-milestone` respects `commit_docs` setting when merging branches
416
+ - Phase directories tracked in git via `.gitkeep` files
417
+
418
+ ## [1.19.2] - 2026-02-15
419
+
420
+ ### Added
421
+ - User-level default settings via `~/.gsd/defaults.json` — set GSD defaults across all projects
422
+ - Per-agent model overrides — customize which Claude model each agent uses
423
+
424
+ ### Changed
425
+ - Completed milestone phase directories are now archived for cleaner project structure
426
+ - Wave execution diagram added to README for clearer parallelization visualization
427
+
428
+ ### Fixed
429
+ - OpenCode local installs now write config to `./.opencode/` instead of overwriting global `~/.config/opencode/`
430
+ - Large JSON payloads write to temp files to prevent truncation in tool calls
431
+ - Phase heading matching now supports `####` depth
432
+ - Phase padding normalized in insert command
433
+ - ESM conflicts prevented by renaming gsd-tools.js to .cjs
434
+ - Config directory paths quoted in hook templates for local installs
435
+ - Settings file corruption prevented by using Write tool for file creation
436
+ - Plan-phase autocomplete fixed by removing "execution" from description
437
+ - Executor now has scope boundary and attempt limit to prevent runaway loops
438
+
439
+ ## [1.19.1] - 2026-02-15
440
+
441
+ ### Added
442
+ - Auto-advance pipeline: `--auto` flag on `discuss-phase` and `plan-phase` chains discuss → plan → execute without stopping. Also available as `workflow.auto_advance` config setting
443
+
444
+ ### Fixed
445
+ - Phase transition routing now routes to `discuss-phase` (not `plan-phase`) when no CONTEXT.md exists — consistent across all workflows (#530)
446
+ - ROADMAP progress table plan counts are now computed from disk instead of LLM-edited — deterministic "X/Y Complete" values (#537)
447
+ - Verifier uses ROADMAP Success Criteria directly instead of deriving verification truths from the Goal field (#538)
448
+ - REQUIREMENTS.md traceability updates when a phase completes
449
+ - STATE.md updates after discuss-phase completes (#556)
450
+ - AskUserQuestion headers enforced to 12-char max to prevent UI truncation (#559)
451
+ - Agent model resolution returns `inherit` instead of hardcoded `opus` (#558)
452
+
453
+ ## [1.19.0] - 2026-02-15
454
+
455
+ ### Added
456
+ - Brave Search integration for researchers (requires BRAVE_API_KEY environment variable)
457
+ - GitHub issue templates for bug reports and feature requests
458
+ - Security policy for responsible disclosure
459
+ - Auto-labeling workflow for new issues
460
+
461
+ ### Fixed
462
+ - UAT gaps and debug sessions now auto-resolve after gap-closure phase execution (#580)
463
+ - Fall back to ROADMAP.md when phase directory missing (#521)
464
+ - Template hook paths for OpenCode/Gemini runtimes (#585)
465
+ - Accept both `##` and `###` phase headers, detect malformed ROADMAPs (#598, #599)
466
+ - Use `{phase_num}` instead of ambiguous `{phase}` for filenames (#601)
467
+ - Add package.json to prevent ESM inheritance issues (#602)
468
+
469
+ ## [1.18.0] - 2026-02-08
470
+
471
+ ### Added
472
+ - `--auto` flag for `/gsd:new-project` — runs research → requirements → roadmap automatically after config questions. Expects idea document via @ reference (e.g., `/gsd:new-project --auto @prd.md`)
473
+
474
+ ### Fixed
475
+ - Windows: SessionStart hook now spawns detached process correctly
476
+ - Windows: Replaced HEREDOC with literal newlines for git commit compatibility
477
+ - Research decision from `/gsd:new-milestone` now persists to config.json
478
+
479
+ ## [1.17.0] - 2026-02-08
480
+
481
+ ### Added
482
+ - **gsd-tools verification suite**: `verify plan-structure`, `verify phase-completeness`, `verify references`, `verify commits`, `verify artifacts`, `verify key-links` — deterministic structural checks
483
+ - **gsd-tools frontmatter CRUD**: `frontmatter get/set/merge/validate` — safe YAML frontmatter operations with schema validation
484
+ - **gsd-tools template fill**: `template fill summary/plan/verification` — pre-filled document skeletons
485
+ - **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
486
+ - **Local patch preservation**: Installer now detects locally modified GSD files, backs them up to `gsd-local-patches/`, and creates a manifest for restoration
487
+ - `/gsd:reapply-patches` command to merge local modifications back after GSD updates
488
+
489
+ ### Changed
490
+ - Agents (executor, planner, plan-checker, verifier) now use gsd-tools for state updates and verification instead of manual markdown parsing
491
+ - `/gsd:update` workflow now notifies about backed-up local patches and suggests `/gsd:reapply-patches`
492
+
493
+ ### Fixed
494
+ - Added workaround for Claude Code `classifyHandoffIfNeeded` bug that causes false agent failures — execute-phase and quick workflows now spot-check actual output before reporting failure
495
+
496
+ ## [1.16.0] - 2026-02-08
497
+
498
+ ### Added
499
+ - 10 new gsd-tools CLI commands that replace manual AI orchestration of mechanical operations:
500
+ - `phase add <desc>` — append phase to roadmap + create directory
501
+ - `phase insert <after> <desc>` — insert decimal phase
502
+ - `phase remove <N> [--force]` — remove phase with full renumbering
503
+ - `phase complete <N>` — mark done, update state + roadmap, detect milestone end
504
+ - `roadmap analyze` — unified roadmap parser with disk status
505
+ - `milestone complete <ver> [--name]` — archive roadmap/requirements/audit
506
+ - `validate consistency` — check phase numbering and disk/roadmap sync
507
+ - `progress [json|table|bar]` — render progress in various formats
508
+ - `todo complete <file>` — move todo from pending to completed
509
+ - `scaffold [context|uat|verification|phase-dir]` — template generation
510
+
511
+ ### Changed
512
+ - Workflows now delegate deterministic operations to gsd-tools CLI, reducing token usage and errors:
513
+ - `remove-phase.md`: 13 manual steps → 1 CLI call + confirm + commit
514
+ - `add-phase.md`: 6 manual steps → 1 CLI call + state update
515
+ - `insert-phase.md`: 7 manual steps → 1 CLI call + state update
516
+ - `complete-milestone.md`: archival delegated to `milestone complete`
517
+ - `progress.md`: roadmap parsing delegated to `roadmap analyze`
518
+
519
+ ### Fixed
520
+ - Execute-phase now correctly spawns `gsd-executor` subagents instead of generic task agents
521
+ - `commit_docs=false` setting now respected in all `.planning/` commit paths (execute-plan, debugger, reference docs all route through gsd-tools CLI)
522
+ - Execute-phase orchestrator no longer bloats context by embedding file content — passes paths instead, letting subagents read in their fresh context
523
+ - Windows: Normalized backslash paths in gsd-tools invocations (contributed by @rmindel)
524
+
525
+ ## [1.15.0] - 2026-02-08
526
+
527
+ ### Changed
528
+ - Optimized workflow context loading to eliminate redundant file reads, reducing token usage by ~5,000-10,000 tokens per workflow execution
529
+
530
+ ## [1.14.0] - 2026-02-08
531
+
532
+ ### Added
533
+ - Context-optimizing parsing commands in gsd-tools (`phase-plan-index`, `state-snapshot`, `summary-extract`) — reduces agent context usage by returning structured JSON instead of raw file content
534
+
535
+ ### Fixed
536
+ - Installer no longer deletes opencode.json on JSONC parse errors — now handles comments, trailing commas, and BOM correctly (#474)
537
+
538
+ ## [1.13.0] - 2026-02-08
539
+
540
+ ### Added
541
+ - `gsd-tools history-digest` — Compiles phase summaries into structured JSON for faster context loading
542
+ - `gsd-tools phases list` — Lists phase directories with filtering (replaces fragile `ls | sort -V` patterns)
543
+ - `gsd-tools roadmap get-phase` — Extracts phase sections from ROADMAP.md
544
+ - `gsd-tools phase next-decimal` — Calculates next decimal phase number for insert operations
545
+ - `gsd-tools state get/patch` — Atomic STATE.md field operations
546
+ - `gsd-tools template select` — Chooses summary template based on plan complexity
547
+ - Summary template variants: minimal (~30 lines), standard (~60 lines), complex (~100 lines)
548
+ - Test infrastructure with 22 tests covering new commands
549
+
550
+ ### Changed
551
+ - Planner uses two-step context assembly: digest for selection, full SUMMARY for understanding
552
+ - Agents migrated from bash patterns to structured gsd-tools commands
553
+ - Nested YAML frontmatter parsing now handles `dependency-graph.provides`, `tech-stack.added` correctly
554
+
555
+ ## [1.12.1] - 2026-02-08
556
+
557
+ ### Changed
558
+ - Consolidated workflow initialization into compound `init` commands, reducing token usage and improving startup performance
559
+ - Updated 24 workflow and agent files to use single-call context gathering instead of multiple atomic calls
560
+
561
+ ## [1.12.0] - 2026-02-07
562
+
563
+ ### Changed
564
+ - **Architecture: Thin orchestrator pattern** — Commands now delegate to workflows, reducing command file size by ~75% and improving maintainability
565
+ - **Centralized utilities** — New `gsd-tools.cjs` (11 functions) replaces repetitive bash patterns across 50+ files
566
+ - **Token reduction** — ~22k characters removed from affected command/workflow/agent files
567
+ - **Condensed agent prompts** — Same behavior with fewer words (executor, planner, verifier, researcher agents)
568
+
569
+ ### Added
570
+ - `gsd-tools.cjs` CLI utility with functions: state load/update, resolve-model, find-phase, commit, verify-summary, generate-slug, current-timestamp, list-todos, verify-path-exists, config-ensure-section
571
+
572
+ ## [1.11.2] - 2026-02-05
573
+
574
+ ### Added
575
+ - Security section in README with Claude Code deny rules for sensitive files
576
+
577
+ ### Changed
578
+ - Install respects `attribution.commit` setting for OpenCode compatibility (#286)
579
+
580
+ ### Fixed
581
+ - **CRITICAL:** Prevent API keys from being committed via `/gsd:map-codebase` (#429)
582
+ - Enforce context fidelity in planning pipeline - agents now honor CONTEXT.md decisions (#326, #216, #206)
583
+ - Executor verifies task completion to prevent hallucinated success (#315)
584
+ - Auto-create `config.json` when missing during `/gsd:settings` (#264)
585
+ - `/gsd:update` respects local vs global install location
586
+ - Researcher writes RESEARCH.md regardless of `commit_docs` setting
587
+ - Statusline crash handling, color validation, git staging rules
588
+ - Statusline.js reference updated during install (#330)
589
+ - Parallelization config setting now respected (#379)
590
+ - ASCII box-drawing vs text content with diacritics (#289)
591
+ - Removed broken gsd-gemini link (404)
592
+
593
+ ## [1.11.1] - 2026-01-31
594
+
595
+ ### Added
596
+ - Git branching strategy configuration with three options:
597
+ - `none` (default): commit to current branch
598
+ - `phase`: create branch per phase (`gsd/phase-{N}-{slug}`)
599
+ - `milestone`: create branch per milestone (`gsd/{version}-{slug}`)
600
+ - Squash merge option at milestone completion (recommended) with merge-with-history alternative
601
+ - Context compliance verification dimension in plan checker — flags if plans contradict user decisions
602
+
603
+ ### Fixed
604
+ - CONTEXT.md from `/gsd:discuss-phase` now properly flows to all downstream agents (researcher, planner, checker, revision loop)
605
+
606
+ ## [1.10.1] - 2025-01-30
607
+
608
+ ### Fixed
609
+ - Gemini CLI agent loading errors that prevented commands from executing
610
+
611
+ ## [1.10.0] - 2026-01-29
612
+
613
+ ### Added
614
+ - Native Gemini CLI support — install with `--gemini` flag or select from interactive menu
615
+ - New `--all` flag to install for Claude Code, OpenCode, and Gemini simultaneously
616
+
617
+ ### Fixed
618
+ - Context bar now shows 100% at actual 80% limit (was scaling incorrectly)
619
+
620
+ ## [1.9.12] - 2025-01-23
621
+
622
+ ### Removed
623
+ - `/gsd:whats-new` command — use `/gsd:update` instead (shows changelog with cancel option)
624
+
625
+ ### Fixed
626
+ - Restored auto-release GitHub Actions workflow
627
+
628
+ ## [1.9.11] - 2026-01-23
629
+
630
+ ### Changed
631
+ - Switched to manual npm publish workflow (removed GitHub Actions CI/CD)
632
+
633
+ ### Fixed
634
+ - Discord badge now uses static format for reliable rendering
635
+
636
+ ## [1.9.10] - 2026-01-23
637
+
638
+ ### Added
639
+ - Discord community link shown in installer completion message
640
+
641
+ ## [1.9.9] - 2026-01-23
642
+
643
+ ### Added
644
+ - `/gsd:join-discord` command to quickly access the GSD Discord community invite link
645
+
646
+ ## [1.9.8] - 2025-01-22
647
+
648
+ ### Added
649
+ - Uninstall flag (`--uninstall`) to cleanly remove GSD from global or local installations
650
+
651
+ ### Fixed
652
+ - Context file detection now matches filename variants (handles both `CONTEXT.md` and `{phase}-CONTEXT.md` patterns)
653
+
654
+ ## [1.9.7] - 2026-01-22
655
+
656
+ ### Fixed
657
+ - OpenCode installer now uses correct XDG-compliant config path (`~/.config/opencode/`) instead of `~/.opencode/`
658
+ - OpenCode commands use flat structure (`command/gsd-help.md`) matching OpenCode's expected format
659
+ - OpenCode permissions written to `~/.config/opencode/opencode.json`
660
+
661
+ ## [1.9.6] - 2026-01-22
662
+
663
+ ### Added
664
+ - Interactive runtime selection: installer now prompts to choose Claude Code, OpenCode, or both
665
+ - Native OpenCode support: `--opencode` flag converts GSD to OpenCode format automatically
666
+ - `--both` flag to install for both Claude Code and OpenCode in one command
667
+ - Auto-configures `~/.opencode.json` permissions for seamless GSD doc access
668
+
669
+ ### Changed
670
+ - Installation flow now asks for runtime first, then location
671
+ - Updated README with new installation options
672
+
673
+ ## [1.9.5] - 2025-01-22
674
+
675
+ ### Fixed
676
+ - Subagents can now access MCP tools (Context7, etc.) - workaround for Claude Code bug #13898
677
+ - Installer: Escape/Ctrl+C now cancels instead of installing globally
678
+ - Installer: Fixed hook paths on Windows
679
+ - Removed stray backticks in `/gsd:new-project` output
680
+
681
+ ### Changed
682
+ - Condensed verbose documentation in templates and workflows (-170 lines)
683
+ - Added CI/CD automation for releases
684
+
685
+ ## [1.9.4] - 2026-01-21
686
+
687
+ ### Changed
688
+ - Checkpoint automation now enforces automation-first principle: Claude starts servers, handles CLI installs, and fixes setup failures before presenting checkpoints to users
689
+ - Added server lifecycle protocol (port conflict handling, background process management)
690
+ - Added CLI auto-installation handling with safe-to-install matrix
691
+ - Added pre-checkpoint failure recovery (fix broken environment before asking user to verify)
692
+ - DRY refactor: checkpoints.md is now single source of truth for automation patterns
693
+
694
+ ## [1.9.2] - 2025-01-21
695
+
696
+ ### Removed
697
+ - **Codebase Intelligence System** — Removed due to overengineering concerns
698
+ - Deleted `/gsd:analyze-codebase` command
699
+ - Deleted `/gsd:query-intel` command
700
+ - Removed SQLite graph database and sql.js dependency (21MB)
701
+ - Removed intel hooks (gsd-intel-index.js, gsd-intel-session.js, gsd-intel-prune.js)
702
+ - Removed entity file generation and templates
703
+
704
+ ### Fixed
705
+ - new-project now properly includes model_profile in config
706
+
707
+ ## [1.9.0] - 2025-01-20
708
+
709
+ ### Added
710
+ - **Model Profiles** — `/gsd:set-profile` for quality/balanced/budget agent configurations
711
+ - **Workflow Settings** — `/gsd:settings` command for toggling workflow behaviors interactively
712
+
713
+ ### Fixed
714
+ - Orchestrators now inline file contents in Task prompts (fixes context issues with @ references)
715
+ - Tech debt from milestone audit addressed
716
+ - All hooks now use `gsd-` prefix for consistency (statusline.js → gsd-statusline.js)
717
+
718
+ ## [1.8.0] - 2026-01-19
719
+
720
+ ### Added
721
+ - Uncommitted planning mode: Keep `.planning/` local-only (not committed to git) via `planning.commit_docs: false` in config.json. Useful for OSS contributions, client work, or privacy preferences.
722
+ - `/gsd:new-project` now asks about git tracking during initial setup, letting you opt out of committing planning docs from the start
723
+
724
+ ## [1.7.1] - 2026-01-19
725
+
726
+ ### Fixed
727
+ - Quick task PLAN and SUMMARY files now use numbered prefix (`001-PLAN.md`, `001-SUMMARY.md`) matching regular phase naming convention
728
+
729
+ ## [1.7.0] - 2026-01-19
730
+
731
+ ### Added
732
+ - **Quick Mode** (`/gsd:quick`) — Execute small, ad-hoc tasks with GSD guarantees but skip optional agents (researcher, checker, verifier). Quick tasks live in `.planning/quick/` with their own tracking in STATE.md.
733
+
734
+ ### Changed
735
+ - Improved progress bar calculation to clamp values within 0-100 range
736
+ - Updated documentation with comprehensive Quick Mode sections in help.md, README.md, and GSD-STYLE.md
737
+
738
+ ### Fixed
739
+ - Console window flash on Windows when running hooks
740
+ - Empty `--config-dir` value validation
741
+ - Consistent `allowed-tools` YAML format across agents
742
+ - Corrected agent name in research-phase heading
743
+ - Removed hardcoded 2025 year from search query examples
744
+ - Removed dead gsd-researcher agent references
745
+ - Integrated unused reference files into documentation
746
+
747
+ ### Housekeeping
748
+ - Added homepage and bugs fields to package.json
749
+
750
+ ## [1.6.4] - 2026-01-17
751
+
752
+ ### Fixed
753
+ - Installation on WSL2/non-TTY terminals now works correctly - detects non-interactive stdin and falls back to global install automatically
754
+ - Installation now verifies files were actually copied before showing success checkmarks
755
+ - Orphaned `gsd-notify.sh` hook from previous versions is now automatically removed during install (both file and settings.json registration)
756
+
757
+ ## [1.6.3] - 2025-01-17
758
+
759
+ ### Added
760
+ - `--gaps-only` flag for `/gsd:execute-phase` — executes only gap closure plans after verify-work finds issues, eliminating redundant state discovery
761
+
762
+ ## [1.6.2] - 2025-01-17
763
+
764
+ ### Changed
765
+ - README restructured with clearer 6-step workflow: init → discuss → plan → execute → verify → complete
766
+ - Discuss-phase and verify-work now emphasized as critical steps in core workflow documentation
767
+ - "Subagent Execution" section replaced with "Multi-Agent Orchestration" explaining thin orchestrator pattern and 30-40% context efficiency
768
+ - Brownfield instructions consolidated into callout at top of "How It Works" instead of separate section
769
+ - Phase directories now created at discuss/plan-phase instead of during roadmap creation
770
+
771
+ ## [1.6.1] - 2025-01-17
772
+
773
+ ### Changed
774
+ - Installer performs clean install of GSD folders, removing orphaned files from previous versions
775
+ - `/gsd:update` shows changelog and asks for confirmation before updating, with clear warning about what gets replaced
776
+
777
+ ## [1.6.0] - 2026-01-17
778
+
779
+ ### Changed
780
+ - **BREAKING:** Unified `/gsd:new-milestone` flow — now mirrors `/gsd:new-project` with questioning → research → requirements → roadmap in a single command
781
+ - Roadmapper agent now references templates instead of inline structures for easier maintenance
782
+
783
+ ### Removed
784
+ - **BREAKING:** `/gsd:discuss-milestone` — consolidated into `/gsd:new-milestone`
785
+ - **BREAKING:** `/gsd:create-roadmap` — integrated into project/milestone flows
786
+ - **BREAKING:** `/gsd:define-requirements` — integrated into project/milestone flows
787
+ - **BREAKING:** `/gsd:research-project` — integrated into project/milestone flows
788
+
789
+ ### Added
790
+ - `/gsd:verify-work` now includes next-step routing after verification completes
791
+
792
+ ## [1.5.30] - 2026-01-17
793
+
794
+ ### Fixed
795
+ - Output templates in `plan-phase`, `execute-phase`, and `audit-milestone` now render markdown correctly instead of showing literal backticks
796
+ - Next-step suggestions now consistently recommend `/gsd:discuss-phase` before `/gsd:plan-phase` across all routing paths
797
+
798
+ ## [1.5.29] - 2025-01-16
799
+
800
+ ### Changed
801
+ - Discuss-phase now uses domain-aware questioning with deeper probing for gray areas
802
+
803
+ ### Fixed
804
+ - Windows hooks now work via Node.js conversion (statusline, update-check)
805
+ - Phase input normalization at command entry points
806
+ - Removed blocking notification popups (gsd-notify) on all platforms
807
+
808
+ ## [1.5.28] - 2026-01-16
809
+
810
+ ### Changed
811
+ - Consolidated milestone workflow into single command
812
+ - Merged domain expertise skills into agent configurations
813
+ - **BREAKING:** Removed `/gsd:execute-plan` command (use `/gsd:execute-phase` instead)
814
+
815
+ ### Fixed
816
+ - Phase directory matching now handles both zero-padded (05-*) and unpadded (5-*) folder names
817
+ - Map-codebase agent output collection
818
+
819
+ ## [1.5.27] - 2026-01-16
820
+
821
+ ### Fixed
822
+ - Orchestrator corrections between executor completions are now committed (previously left uncommitted when orchestrator made small fixes between waves)
823
+
824
+ ## [1.5.26] - 2026-01-16
825
+
826
+ ### Fixed
827
+ - Revised plans now get committed after checker feedback (previously only initial plans were committed, leaving revisions uncommitted)
828
+
829
+ ## [1.5.25] - 2026-01-16
830
+
831
+ ### Fixed
832
+ - Stop notification hook no longer shows stale project state (now uses session-scoped todos only)
833
+ - Researcher agent now reliably loads CONTEXT.md from discuss-phase
834
+
835
+ ## [1.5.24] - 2026-01-16
836
+
837
+ ### Fixed
838
+ - Stop notification hook now correctly parses STATE.md fields (was always showing "Ready for input")
839
+ - Planner agent now reliably loads CONTEXT.md and RESEARCH.md files
840
+
841
+ ## [1.5.23] - 2025-01-16
842
+
843
+ ### Added
844
+ - Cross-platform completion notification hook (Mac/Linux/Windows alerts when Claude stops)
845
+ - Phase researcher now loads CONTEXT.md from discuss-phase to focus research on user decisions
846
+
847
+ ### Fixed
848
+ - Consistent zero-padding for phase directories (01-name, not 1-name)
849
+ - Plan file naming: `{phase}-{plan}-PLAN.md` pattern restored across all agents
850
+ - Double-path bug in researcher git add command
851
+ - Removed `/gsd:research-phase` from next-step suggestions (use `/gsd:plan-phase` instead)
852
+
853
+ ## [1.5.22] - 2025-01-16
854
+
855
+ ### Added
856
+ - Statusline update indicator — shows `⬆ /gsd:update` when a new version is available
857
+
858
+ ### Fixed
859
+ - Planner now updates ROADMAP.md placeholders after planning completes
860
+
861
+ ## [1.5.21] - 2026-01-16
862
+
863
+ ### Added
864
+ - GSD brand system for consistent UI (checkpoint boxes, stage banners, status symbols)
865
+ - Research synthesizer agent that consolidates parallel research into SUMMARY.md
866
+
867
+ ### Changed
868
+ - **Unified `/gsd:new-project` flow** — Single command now handles questions → research → requirements → roadmap (~10 min)
869
+ - Simplified README to reflect streamlined workflow: new-project → plan-phase → execute-phase
870
+ - Added optional `/gsd:discuss-phase` documentation for UI/UX/behavior decisions before planning
871
+
872
+ ### Fixed
873
+ - verify-work now shows clear checkpoint box with action prompt ("Type 'pass' or describe what's wrong")
874
+ - Planner uses correct `{phase}-{plan}-PLAN.md` naming convention
875
+ - Planner no longer surfaces internal `user_setup` in output
876
+ - Research synthesizer commits all research files together (not individually)
877
+ - Project researcher agent can no longer commit (orchestrator handles commits)
878
+ - Roadmap requires explicit user approval before committing
879
+
880
+ ## [1.5.20] - 2026-01-16
881
+
882
+ ### Fixed
883
+ - Research no longer skipped based on premature "Research: Unlikely" predictions made during roadmap creation. The `--skip-research` flag provides explicit control when needed.
884
+
885
+ ### Removed
886
+ - `Research: Likely/Unlikely` fields from roadmap phase template
887
+ - `detect_research_needs` step from roadmap creation workflow
888
+ - Roadmap-based research skip logic from planner agent
889
+
890
+ ## [1.5.19] - 2026-01-16
891
+
892
+ ### Changed
893
+ - `/gsd:discuss-phase` redesigned with intelligent gray area analysis — analyzes phase to identify discussable areas (UI, UX, Behavior, etc.), presents multi-select for user control, deep-dives each area with focused questioning
894
+ - Explicit scope guardrail prevents scope creep during discussion — captures deferred ideas without acting on them
895
+ - CONTEXT.md template restructured for decisions (domain boundary, decisions by category, Claude's discretion, deferred ideas)
896
+ - Downstream awareness: discuss-phase now explicitly documents that CONTEXT.md feeds researcher and planner agents
897
+ - `/gsd:plan-phase` now integrates research — spawns `gsd-phase-researcher` before planning unless research exists or `--skip-research` flag used
898
+
899
+ ## [1.5.18] - 2026-01-16
900
+
901
+ ### Added
902
+ - **Plan verification loop** — Plans are now verified before execution with a planner → checker → revise cycle
903
+ - New `gsd-plan-checker` agent (744 lines) validates plans will achieve phase goals
904
+ - Six verification dimensions: requirement coverage, task completeness, dependency correctness, key links, scope sanity, must_haves derivation
905
+ - Max 3 revision iterations before user escalation
906
+ - `--skip-verify` flag for experienced users who want to bypass verification
907
+ - **Dedicated planner agent** — `gsd-planner` (1,319 lines) consolidates all planning expertise
908
+ - Complete methodology: discovery levels, task breakdown, dependency graphs, scope estimation, goal-backward analysis
909
+ - Revision mode for handling checker feedback
910
+ - TDD integration and checkpoint patterns
911
+ - **Statusline integration** — Context usage, model, and current task display
912
+
913
+ ### Changed
914
+ - `/gsd:plan-phase` refactored to thin orchestrator pattern (310 lines)
915
+ - Spawns `gsd-planner` for planning, `gsd-plan-checker` for verification
916
+ - User sees status between agent spawns (not a black box)
917
+ - Planning references deprecated with redirects to `gsd-planner` agent sections
918
+ - `plan-format.md`, `scope-estimation.md`, `goal-backward.md`, `principles.md`
919
+ - `workflows/plan-phase.md`
920
+
921
+ ### Fixed
922
+ - Removed zombie `gsd-milestone-auditor` agent (was accidentally re-added after correct deletion)
923
+
924
+ ### Removed
925
+ - Phase 99 throwaway test files
926
+
927
+ ## [1.5.17] - 2026-01-15
928
+
929
+ ### Added
930
+ - New `/gsd:update` command — check for updates, install, and display changelog of what changed (better UX than raw `npx get-shit-done-cc`)
931
+
932
+ ## [1.5.16] - 2026-01-15
933
+
934
+ ### Added
935
+ - New `gsd-researcher` agent (915 lines) with comprehensive research methodology, 4 research modes (ecosystem, feasibility, implementation, comparison), source hierarchy, and verification protocols
936
+ - New `gsd-debugger` agent (990 lines) with scientific debugging methodology, hypothesis testing, and 7+ investigation techniques
937
+ - New `gsd-codebase-mapper` agent for brownfield codebase analysis
938
+ - Research subagent prompt template for context-only spawning
939
+
940
+ ### Changed
941
+ - `/gsd:research-phase` refactored to thin orchestrator — now injects rich context (key insight framing, downstream consumer info, quality gates) to gsd-researcher agent
942
+ - `/gsd:research-project` refactored to spawn 4 parallel gsd-researcher agents with milestone-aware context (greenfield vs v1.1+) and roadmap implications guidance
943
+ - `/gsd:debug` refactored to thin orchestrator (149 lines) — spawns gsd-debugger agent with full debugging expertise
944
+ - `/gsd:new-milestone` now explicitly references MILESTONE-CONTEXT.md
945
+
946
+ ### Deprecated
947
+ - `workflows/research-phase.md` — consolidated into gsd-researcher agent
948
+ - `workflows/research-project.md` — consolidated into gsd-researcher agent
949
+ - `workflows/debug.md` — consolidated into gsd-debugger agent
950
+ - `references/research-pitfalls.md` — consolidated into gsd-researcher agent
951
+ - `references/debugging.md` — consolidated into gsd-debugger agent
952
+ - `references/debug-investigation.md` — consolidated into gsd-debugger agent
953
+
954
+ ## [1.5.15] - 2025-01-15
955
+
956
+ ### Fixed
957
+ - **Agents now install correctly** — The `agents/` folder (gsd-executor, gsd-verifier, gsd-integration-checker, gsd-milestone-auditor) was missing from npm package, now included
958
+
959
+ ### Changed
960
+ - Consolidated `/gsd:plan-fix` into `/gsd:plan-phase --gaps` for simpler workflow
961
+ - UAT file writes now batched instead of per-response for better performance
962
+
963
+ ## [1.5.14] - 2025-01-15
964
+
965
+ ### Fixed
966
+ - Plan-phase now always routes to `/gsd:execute-phase` after planning, even for single-plan phases
967
+
968
+ ## [1.5.13] - 2026-01-15
969
+
970
+ ### Fixed
971
+ - `/gsd:new-milestone` now presents research and requirements paths as equal options, matching `/gsd:new-project` format
972
+
973
+ ## [1.5.12] - 2025-01-15
974
+
975
+ ### Changed
976
+ - **Milestone cycle reworked for proper requirements flow:**
977
+ - `complete-milestone` now archives AND deletes ROADMAP.md and REQUIREMENTS.md (fresh for next milestone)
978
+ - `new-milestone` is now a "brownfield new-project" — updates PROJECT.md with new goals, routes to define-requirements
979
+ - `discuss-milestone` is now required before `new-milestone` (creates context file)
980
+ - `research-project` is milestone-aware — focuses on new features, ignores already-validated requirements
981
+ - `create-roadmap` continues phase numbering from previous milestone
982
+ - Flow: complete → discuss → new-milestone → research → requirements → roadmap
983
+
984
+ ### Fixed
985
+ - `MILESTONE-AUDIT.md` now versioned as `v{version}-MILESTONE-AUDIT.md` and archived on completion
986
+ - `progress` now correctly routes to `/gsd:discuss-milestone` when between milestones (Route F)
987
+
988
+ ## [1.5.11] - 2025-01-15
989
+
990
+ ### Changed
991
+ - Verifier reuses previous must-haves on re-verification instead of re-deriving, focuses deep verification on failed items with quick regression checks on passed items
992
+
993
+ ## [1.5.10] - 2025-01-15
994
+
995
+ ### Changed
996
+ - Milestone audit now reads existing phase VERIFICATION.md files instead of re-verifying each phase, aggregates tech debt and deferred gaps, adds `tech_debt` status for non-blocking accumulated debt
997
+
998
+ ### Fixed
999
+ - VERIFICATION.md now included in phase completion commit alongside ROADMAP.md, STATE.md, and REQUIREMENTS.md
1000
+
1001
+ ## [1.5.9] - 2025-01-15
1002
+
1003
+ ### Added
1004
+ - Milestone audit system (`/gsd:audit-milestone`) for verifying milestone completion with parallel verification agents
1005
+
1006
+ ### Changed
1007
+ - Checkpoint display format improved with box headers and unmissable "→ YOUR ACTION:" prompts
1008
+ - Subagent colors updated (executor: yellow, integration-checker: blue)
1009
+ - Execute-phase now recommends `/gsd:audit-milestone` when milestone completes
1010
+
1011
+ ### Fixed
1012
+ - Research-phase no longer gatekeeps by domain type
1013
+
1014
+ ### Removed
1015
+ - Domain expertise feature (`~/.claude/skills/expertise/`) - was personal tooling not available to other users
1016
+
1017
+ ## [1.5.8] - 2025-01-15
1018
+
1019
+ ### Added
1020
+ - Verification loop: When gaps are found, verifier generates fix plans that execute automatically before re-verifying
1021
+
1022
+ ### Changed
1023
+ - `gsd-executor` subagent color changed from red to blue
1024
+
1025
+ ## [1.5.7] - 2025-01-15
1026
+
1027
+ ### Added
1028
+ - `gsd-executor` subagent: Dedicated agent for plan execution with full workflow logic built-in
1029
+ - `gsd-verifier` subagent: Goal-backward verification that checks if phase goals are actually achieved (not just tasks completed)
1030
+ - Phase verification: Automatic verification runs when a phase completes to catch stubs and incomplete implementations
1031
+ - Goal-backward planning reference: Documentation for deriving must-haves from goals
1032
+
1033
+ ### Changed
1034
+ - execute-plan and execute-phase now spawn `gsd-executor` subagent instead of using inline workflow
1035
+ - Roadmap and planning workflows enhanced with goal-backward analysis
1036
+
1037
+ ### Removed
1038
+ - Obsolete templates (`checkpoint-resume.md`, `subagent-task-prompt.md`) — logic now lives in subagents
1039
+
1040
+ ### Fixed
1041
+ - Updated remaining `general-purpose` subagent references to use `gsd-executor`
1042
+
1043
+ ## [1.5.6] - 2025-01-15
1044
+
1045
+ ### Changed
1046
+ - README: Separated flow into distinct steps (1 → 1.5 → 2 → 3 → 4 → 5) making `research-project` clearly optional and `define-requirements` required
1047
+ - README: Research recommended for quality; skip only for speed
1048
+
1049
+ ### Fixed
1050
+ - execute-phase: Phase metadata (timing, wave info) now bundled into single commit instead of separate commits
1051
+
1052
+ ## [1.5.5] - 2025-01-15
1053
+
1054
+ ### Changed
1055
+ - README now documents the `research-project` → `define-requirements` flow (optional but recommended before `create-roadmap`)
1056
+ - Commands section reorganized into 7 grouped tables (Setup, Execution, Verification, Milestones, Phase Management, Session, Utilities) for easier scanning
1057
+ - Context Engineering table now includes `research/` and `REQUIREMENTS.md`
1058
+
1059
+ ## [1.5.4] - 2025-01-15
1060
+
1061
+ ### Changed
1062
+ - Research phase now loads REQUIREMENTS.md to focus research on concrete requirements (e.g., "email verification") rather than just high-level roadmap descriptions
1063
+
1064
+ ## [1.5.3] - 2025-01-15
1065
+
1066
+ ### Changed
1067
+ - **execute-phase narration**: Orchestrator now describes what each wave builds before spawning agents, and summarizes what was built after completion. No more staring at opaque status updates.
1068
+ - **new-project flow**: Now offers two paths — research first (recommended) or define requirements directly (fast path for familiar domains)
1069
+ - **define-requirements**: Works without prior research. Gathers requirements through conversation when FEATURES.md doesn't exist.
1070
+
1071
+ ### Removed
1072
+ - Dead `/gsd:status` command (referenced abandoned background agent model)
1073
+ - Unused `agent-history.md` template
1074
+ - `_archive/` directory with old execute-phase version
1075
+
1076
+ ## [1.5.2] - 2026-01-15
1077
+
1078
+ ### Added
1079
+ - Requirements traceability: roadmap phases now include `Requirements:` field listing which REQ-IDs they cover
1080
+ - plan-phase loads REQUIREMENTS.md and shows phase-specific requirements before planning
1081
+ - Requirements automatically marked Complete when phase finishes
1082
+
1083
+ ### Changed
1084
+ - Workflow preferences (mode, depth, parallelization) now asked in single prompt instead of 3 separate questions
1085
+ - define-requirements shows full requirements list inline before commit (not just counts)
1086
+ - Research-project and workflow aligned to both point to define-requirements as next step
1087
+
1088
+ ### Fixed
1089
+ - Requirements status now updated by orchestrator (commands) instead of subagent workflow, which couldn't determine phase completion
1090
+
1091
+ ## [1.5.1] - 2026-01-14
1092
+
1093
+ ### Changed
1094
+ - Research agents write their own files directly (STACK.md, FEATURES.md, ARCHITECTURE.md, PITFALLS.md) instead of returning results to orchestrator
1095
+ - Slimmed principles.md and load it dynamically in core commands
1096
+
1097
+ ## [1.5.0] - 2026-01-14
1098
+
1099
+ ### Added
1100
+ - New `/gsd:research-project` command for pre-roadmap ecosystem research — spawns parallel agents to investigate stack, features, architecture, and pitfalls before you commit to a roadmap
1101
+ - New `/gsd:define-requirements` command for scoping v1 requirements from research findings — transforms "what exists in this domain" into "what we're building"
1102
+ - Requirements traceability: phases now map to specific requirement IDs with 100% coverage validation
1103
+
1104
+ ### Changed
1105
+ - **BREAKING:** New project flow is now: `new-project → research-project → define-requirements → create-roadmap`
1106
+ - Roadmap creation now requires REQUIREMENTS.md and validates all v1 requirements are mapped to phases
1107
+ - Simplified questioning in new-project to four essentials (vision, core priority, boundaries, constraints)
1108
+
1109
+ ## [1.4.29] - 2026-01-14
1110
+
1111
+ ### Removed
1112
+ - Deleted obsolete `_archive/execute-phase.md` and `status.md` commands
1113
+
1114
+ ## [1.4.28] - 2026-01-14
1115
+
1116
+ ### Fixed
1117
+ - Restored comprehensive checkpoint documentation with full examples for verification, decisions, and auth gates
1118
+ - Fixed execute-plan command to use fresh continuation agents instead of broken resume pattern
1119
+ - Rich checkpoint presentation formats now documented for all three checkpoint types
1120
+
1121
+ ### Changed
1122
+ - Slimmed execute-phase command to properly delegate checkpoint handling to workflow
1123
+
1124
+ ## [1.4.27] - 2025-01-14
1125
+
1126
+ ### Fixed
1127
+ - Restored "what to do next" commands after plan/phase execution completes — orchestrator pattern conversion had inadvertently removed the copy/paste-ready next-step routing
1128
+
1129
+ ## [1.4.26] - 2026-01-14
1130
+
1131
+ ### Added
1132
+ - Full changelog history backfilled from git (66 historical versions from 1.0.0 to 1.4.23)
1133
+
1134
+ ## [1.4.25] - 2026-01-14
1135
+
1136
+ ### Added
1137
+ - New `/gsd:whats-new` command shows changes since your installed version
1138
+ - VERSION file written during installation for version tracking
1139
+ - CHANGELOG.md now included in package installation
1140
+
1141
+ ## [1.4.24] - 2026-01-14
1142
+
1143
+ ### Added
1144
+ - USER-SETUP.md template for external service configuration
1145
+
1146
+ ### Removed
1147
+ - **BREAKING:** ISSUES.md system (replaced by phase-scoped UAT issues and TODOs)
1148
+
1149
+ ## [1.4.23] - 2026-01-14
1150
+
1151
+ ### Changed
1152
+ - Removed dead ISSUES.md system code
1153
+
1154
+ ## [1.4.22] - 2026-01-14
1155
+
1156
+ ### Added
1157
+ - Subagent isolation for debug investigations with checkpoint support
1158
+
1159
+ ### Fixed
1160
+ - DEBUG_DIR path constant to prevent typos in debug workflow
1161
+
1162
+ ## [1.4.21] - 2026-01-14
1163
+
1164
+ ### Fixed
1165
+ - SlashCommand tool added to plan-fix allowed-tools
1166
+
1167
+ ## [1.4.20] - 2026-01-14
1168
+
1169
+ ### Fixed
1170
+ - Standardized debug file naming convention
1171
+ - Debug workflow now invokes execute-plan correctly
1172
+
1173
+ ## [1.4.19] - 2026-01-14
1174
+
1175
+ ### Fixed
1176
+ - Auto-diagnose issues instead of offering choice in plan-fix
1177
+
1178
+ ## [1.4.18] - 2026-01-14
1179
+
1180
+ ### Added
1181
+ - Parallel diagnosis before plan-fix execution
1182
+
1183
+ ## [1.4.17] - 2026-01-14
1184
+
1185
+ ### Changed
1186
+ - Redesigned verify-work as conversational UAT with persistent state
1187
+
1188
+ ## [1.4.16] - 2026-01-13
1189
+
1190
+ ### Added
1191
+ - Pre-execution summary for interactive mode in execute-plan
1192
+ - Pre-computed wave numbers at plan time
1193
+
1194
+ ## [1.4.15] - 2026-01-13
1195
+
1196
+ ### Added
1197
+ - Context rot explanation to README header
1198
+
1199
+ ## [1.4.14] - 2026-01-13
1200
+
1201
+ ### Changed
1202
+ - YOLO mode is now recommended default in new-project
1203
+
1204
+ ## [1.4.13] - 2026-01-13
1205
+
1206
+ ### Fixed
1207
+ - Brownfield flow documentation
1208
+ - Removed deprecated resume-task references
1209
+
1210
+ ## [1.4.12] - 2026-01-13
1211
+
1212
+ ### Changed
1213
+ - execute-phase is now recommended as primary execution command
1214
+
1215
+ ## [1.4.11] - 2026-01-13
1216
+
1217
+ ### Fixed
1218
+ - Checkpoints now use fresh continuation agents instead of resume
1219
+
1220
+ ## [1.4.10] - 2026-01-13
1221
+
1222
+ ### Changed
1223
+ - execute-plan converted to orchestrator pattern for performance
1224
+
1225
+ ## [1.4.9] - 2026-01-13
1226
+
1227
+ ### Changed
1228
+ - Removed subagent-only context from execute-phase orchestrator
1229
+
1230
+ ### Fixed
1231
+ - Removed "what's out of scope" question from discuss-phase
1232
+
1233
+ ## [1.4.8] - 2026-01-13
1234
+
1235
+ ### Added
1236
+ - TDD reasoning explanation restored to plan-phase docs
1237
+
1238
+ ## [1.4.7] - 2026-01-13
1239
+
1240
+ ### Added
1241
+ - Project state loading before execution in execute-phase
1242
+
1243
+ ### Fixed
1244
+ - Parallel execution marked as recommended, not experimental
1245
+
1246
+ ## [1.4.6] - 2026-01-13
1247
+
1248
+ ### Added
1249
+ - Checkpoint pause/resume for spawned agents
1250
+ - Deviation rules, commit rules, and workflow references to execute-phase
1251
+
1252
+ ## [1.4.5] - 2026-01-13
1253
+
1254
+ ### Added
1255
+ - Parallel-first planning with dependency graphs
1256
+ - Checkpoint-resume capability for long-running phases
1257
+ - `.claude/rules/` directory for auto-loaded contribution rules
1258
+
1259
+ ### Changed
1260
+ - execute-phase uses wave-based blocking execution
1261
+
1262
+ ## [1.4.4] - 2026-01-13
1263
+
1264
+ ### Fixed
1265
+ - Inline listing for multiple active debug sessions
1266
+
1267
+ ## [1.4.3] - 2026-01-13
1268
+
1269
+ ### Added
1270
+ - `/gsd:debug` command for systematic debugging with persistent state
1271
+
1272
+ ## [1.4.2] - 2026-01-13
1273
+
1274
+ ### Fixed
1275
+ - Installation verification step clarification
1276
+
1277
+ ## [1.4.1] - 2026-01-13
1278
+
1279
+ ### Added
1280
+ - Parallel phase execution via `/gsd:execute-phase`
1281
+ - Parallel-aware planning in `/gsd:plan-phase`
1282
+ - `/gsd:status` command for parallel agent monitoring
1283
+ - Parallelization configuration in config.json
1284
+ - Wave-based parallel execution with dependency graphs
1285
+
1286
+ ### Changed
1287
+ - Renamed `execute-phase.md` workflow to `execute-plan.md` for clarity
1288
+ - Plan frontmatter now includes `wave`, `depends_on`, `files_modified`, `autonomous`
1289
+
1290
+ ## [1.4.0] - 2026-01-12
1291
+
1292
+ ### Added
1293
+ - Full parallel phase execution system
1294
+ - Parallelization frontmatter in plan templates
1295
+ - Dependency analysis for parallel task scheduling
1296
+ - Agent history schema v1.2 with parallel execution support
1297
+
1298
+ ### Changed
1299
+ - Plans can now specify wave numbers and dependencies
1300
+ - execute-phase orchestrates multiple subagents in waves
1301
+
1302
+ ## [1.3.34] - 2026-01-11
1303
+
1304
+ ### Added
1305
+ - `/gsd:add-todo` and `/gsd:check-todos` for mid-session idea capture
1306
+
1307
+ ## [1.3.33] - 2026-01-11
1308
+
1309
+ ### Fixed
1310
+ - Consistent zero-padding for decimal phase numbers (e.g., 01.1)
1311
+
1312
+ ### Changed
1313
+ - Removed obsolete .claude-plugin directory
1314
+
1315
+ ## [1.3.32] - 2026-01-10
1316
+
1317
+ ### Added
1318
+ - `/gsd:resume-task` for resuming interrupted subagent executions
1319
+
1320
+ ## [1.3.31] - 2026-01-08
1321
+
1322
+ ### Added
1323
+ - Planning principles for security, performance, and observability
1324
+ - Pro patterns section in README
1325
+
1326
+ ## [1.3.30] - 2026-01-08
1327
+
1328
+ ### Added
1329
+ - verify-work option surfaces after plan execution
1330
+
1331
+ ## [1.3.29] - 2026-01-08
1332
+
1333
+ ### Added
1334
+ - `/gsd:verify-work` for conversational UAT validation
1335
+ - `/gsd:plan-fix` for fixing UAT issues
1336
+ - UAT issues template
1337
+
1338
+ ## [1.3.28] - 2026-01-07
1339
+
1340
+ ### Added
1341
+ - `--config-dir` CLI argument for multi-account setups
1342
+ - `/gsd:remove-phase` command
1343
+
1344
+ ### Fixed
1345
+ - Validation for --config-dir edge cases
1346
+
1347
+ ## [1.3.27] - 2026-01-07
1348
+
1349
+ ### Added
1350
+ - Recommended permissions mode documentation
1351
+
1352
+ ### Fixed
1353
+ - Mandatory verification enforced before phase/milestone completion routing
1354
+
1355
+ ## [1.3.26] - 2026-01-06
1356
+
1357
+ ### Added
1358
+ - Claude Code marketplace plugin support
1359
+
1360
+ ### Fixed
1361
+ - Phase artifacts now committed when created
1362
+
1363
+ ## [1.3.25] - 2026-01-06
1364
+
1365
+ ### Fixed
1366
+ - Milestone discussion context persists across /clear
1367
+
1368
+ ## [1.3.24] - 2026-01-06
1369
+
1370
+ ### Added
1371
+ - `CLAUDE_CONFIG_DIR` environment variable support
1372
+
1373
+ ## [1.3.23] - 2026-01-06
1374
+
1375
+ ### Added
1376
+ - Non-interactive install flags (`--global`, `--local`) for Docker/CI
1377
+
1378
+ ## [1.3.22] - 2026-01-05
1379
+
1380
+ ### Changed
1381
+ - Removed unused auto.md command
1382
+
1383
+ ## [1.3.21] - 2026-01-05
1384
+
1385
+ ### Changed
1386
+ - TDD features use dedicated plans for full context quality
1387
+
1388
+ ## [1.3.20] - 2026-01-05
1389
+
1390
+ ### Added
1391
+ - Per-task atomic commits for better AI observability
1392
+
1393
+ ## [1.3.19] - 2026-01-05
1394
+
1395
+ ### Fixed
1396
+ - Clarified create-milestone.md file locations with explicit instructions
1397
+
1398
+ ## [1.3.18] - 2026-01-05
1399
+
1400
+ ### Added
1401
+ - YAML frontmatter schema with dependency graph metadata
1402
+ - Intelligent context assembly via frontmatter dependency graph
1403
+
1404
+ ## [1.3.17] - 2026-01-04
1405
+
1406
+ ### Fixed
1407
+ - Clarified depth controls compression, not inflation in planning
1408
+
1409
+ ## [1.3.16] - 2026-01-04
1410
+
1411
+ ### Added
1412
+ - Depth parameter for planning thoroughness (`--depth=1-5`)
1413
+
1414
+ ## [1.3.15] - 2026-01-01
1415
+
1416
+ ### Fixed
1417
+ - TDD reference loaded directly in commands
1418
+
1419
+ ## [1.3.14] - 2025-12-31
1420
+
1421
+ ### Added
1422
+ - TDD integration with detection, annotation, and execution flow
1423
+
1424
+ ## [1.3.13] - 2025-12-29
1425
+
1426
+ ### Fixed
1427
+ - Restored deterministic bash commands
1428
+ - Removed redundant decision_gate
1429
+
1430
+ ## [1.3.12] - 2025-12-29
1431
+
1432
+ ### Fixed
1433
+ - Restored plan-format.md as output template
1434
+
1435
+ ## [1.3.11] - 2025-12-29
1436
+
1437
+ ### Changed
1438
+ - 70% context reduction for plan-phase workflow
1439
+ - Merged CLI automation into checkpoints
1440
+ - Compressed scope-estimation (74% reduction) and plan-phase.md (66% reduction)
1441
+
1442
+ ## [1.3.10] - 2025-12-29
1443
+
1444
+ ### Fixed
1445
+ - Explicit plan count check in offer_next step
1446
+
1447
+ ## [1.3.9] - 2025-12-27
1448
+
1449
+ ### Added
1450
+ - Evolutionary PROJECT.md system with incremental updates
1451
+
1452
+ ## [1.3.8] - 2025-12-18
1453
+
1454
+ ### Added
1455
+ - Brownfield/existing projects section in README
1456
+
1457
+ ## [1.3.7] - 2025-12-18
1458
+
1459
+ ### Fixed
1460
+ - Improved incremental codebase map updates
1461
+
1462
+ ## [1.3.6] - 2025-12-18
1463
+
1464
+ ### Added
1465
+ - File paths included in codebase mapping output
1466
+
1467
+ ## [1.3.5] - 2025-12-17
1468
+
1469
+ ### Fixed
1470
+ - Removed arbitrary 100-line limit from codebase mapping
1471
+
1472
+ ## [1.3.4] - 2025-12-17
1473
+
1474
+ ### Fixed
1475
+ - Inline code for Next Up commands (avoids nesting ambiguity)
1476
+
1477
+ ## [1.3.3] - 2025-12-17
1478
+
1479
+ ### Fixed
1480
+ - Check PROJECT.md not .planning/ directory for existing project detection
1481
+
1482
+ ## [1.3.2] - 2025-12-17
1483
+
1484
+ ### Added
1485
+ - Git commit step to map-codebase workflow
1486
+
1487
+ ## [1.3.1] - 2025-12-17
1488
+
1489
+ ### Added
1490
+ - `/gsd:map-codebase` documentation in help and README
1491
+
1492
+ ## [1.3.0] - 2025-12-17
1493
+
1494
+ ### Added
1495
+ - `/gsd:map-codebase` command for brownfield project analysis
1496
+ - Codebase map templates (stack, architecture, structure, conventions, testing, integrations, concerns)
1497
+ - Parallel Explore agent orchestration for codebase analysis
1498
+ - Brownfield integration into GSD workflows
1499
+
1500
+ ### Changed
1501
+ - Improved continuation UI with context and visual hierarchy
1502
+
1503
+ ### Fixed
1504
+ - Permission errors for non-DSP users (removed shell context)
1505
+ - First question is now freeform, not AskUserQuestion
1506
+
1507
+ ## [1.2.13] - 2025-12-17
1508
+
1509
+ ### Added
1510
+ - Improved continuation UI with context and visual hierarchy
1511
+
1512
+ ## [1.2.12] - 2025-12-17
1513
+
1514
+ ### Fixed
1515
+ - First question should be freeform, not AskUserQuestion
1516
+
1517
+ ## [1.2.11] - 2025-12-17
1518
+
1519
+ ### Fixed
1520
+ - Permission errors for non-DSP users (removed shell context)
1521
+
1522
+ ## [1.2.10] - 2025-12-16
1523
+
1524
+ ### Fixed
1525
+ - Inline command invocation replaced with clear-then-paste pattern
1526
+
1527
+ ## [1.2.9] - 2025-12-16
1528
+
1529
+ ### Fixed
1530
+ - Git init runs in current directory
1531
+
1532
+ ## [1.2.8] - 2025-12-16
1533
+
1534
+ ### Changed
1535
+ - Phase count derived from work scope, not arbitrary limits
1536
+
1537
+ ## [1.2.7] - 2025-12-16
1538
+
1539
+ ### Fixed
1540
+ - AskUserQuestion mandated for all exploration questions
1541
+
1542
+ ## [1.2.6] - 2025-12-16
1543
+
1544
+ ### Changed
1545
+ - Internal refactoring
1546
+
1547
+ ## [1.2.5] - 2025-12-16
1548
+
1549
+ ### Changed
1550
+ - `<if mode>` tags for yolo/interactive branching
1551
+
1552
+ ## [1.2.4] - 2025-12-16
1553
+
1554
+ ### Fixed
1555
+ - Stale CONTEXT.md references updated to new vision structure
1556
+
1557
+ ## [1.2.3] - 2025-12-16
1558
+
1559
+ ### Fixed
1560
+ - Enterprise language removed from help and discuss-milestone
1561
+
1562
+ ## [1.2.2] - 2025-12-16
1563
+
1564
+ ### Fixed
1565
+ - new-project completion presented inline instead of as question
1566
+
1567
+ ## [1.2.1] - 2025-12-16
1568
+
1569
+ ### Fixed
1570
+ - AskUserQuestion restored for decision gate in questioning flow
1571
+
1572
+ ## [1.2.0] - 2025-12-15
1573
+
1574
+ ### Changed
1575
+ - Research workflow implemented as Claude Code context injection
1576
+
1577
+ ## [1.1.2] - 2025-12-15
1578
+
1579
+ ### Fixed
1580
+ - YOLO mode now skips confirmation gates in plan-phase
1581
+
1582
+ ## [1.1.1] - 2025-12-15
1583
+
1584
+ ### Added
1585
+ - README documentation for new research workflow
1586
+
1587
+ ## [1.1.0] - 2025-12-15
1588
+
1589
+ ### Added
1590
+ - Pre-roadmap research workflow
1591
+ - `/gsd:research-phase` for niche domain ecosystem discovery
1592
+ - `/gsd:research-project` command with workflow and templates
1593
+ - `/gsd:create-roadmap` command with research-aware workflow
1594
+ - Research subagent prompt templates
1595
+
1596
+ ### Changed
1597
+ - new-project split to only create PROJECT.md + config.json
1598
+ - Questioning rewritten as thinking partner, not interviewer
1599
+
1600
+ ## [1.0.11] - 2025-12-15
1601
+
1602
+ ### Added
1603
+ - `/gsd:research-phase` for niche domain ecosystem discovery
1604
+
1605
+ ## [1.0.10] - 2025-12-15
1606
+
1607
+ ### Fixed
1608
+ - Scope creep prevention in discuss-phase command
1609
+
1610
+ ## [1.0.9] - 2025-12-15
1611
+
1612
+ ### Added
1613
+ - Phase CONTEXT.md loaded in plan-phase command
1614
+
1615
+ ## [1.0.8] - 2025-12-15
1616
+
1617
+ ### Changed
1618
+ - PLAN.md included in phase completion commits
1619
+
1620
+ ## [1.0.7] - 2025-12-15
1621
+
1622
+ ### Added
1623
+ - Path replacement for local installs
1624
+
1625
+ ## [1.0.6] - 2025-12-15
1626
+
1627
+ ### Changed
1628
+ - Internal improvements
1629
+
1630
+ ## [1.0.5] - 2025-12-15
1631
+
1632
+ ### Added
1633
+ - Global/local install prompt during setup
1634
+
1635
+ ### Fixed
1636
+ - Bin path fixed (removed ./)
1637
+ - .DS_Store ignored
1638
+
1639
+ ## [1.0.4] - 2025-12-15
1640
+
1641
+ ### Fixed
1642
+ - Bin name and circular dependency removed
1643
+
1644
+ ## [1.0.3] - 2025-12-15
1645
+
1646
+ ### Added
1647
+ - TDD guidance in planning workflow
1648
+
1649
+ ## [1.0.2] - 2025-12-15
1650
+
1651
+ ### Added
1652
+ - Issue triage system to prevent deferred issue pile-up
1653
+
1654
+ ## [1.0.1] - 2025-12-15
1655
+
1656
+ ### Added
1657
+ - Initial npm package release
1658
+
1659
+ ## [1.0.0] - 2025-12-14
1660
+
1661
+ ### Added
1662
+ - Initial release of GSD (Get Shit Done) meta-prompting system
1663
+ - Core slash commands: `/gsd:new-project`, `/gsd:discuss-phase`, `/gsd:plan-phase`, `/gsd:execute-phase`
1664
+ - PROJECT.md and STATE.md templates
1665
+ - Phase-based development workflow
1666
+ - YOLO mode for autonomous execution
1667
+ - Interactive mode with checkpoints
1668
+
1669
+ [Unreleased]: https://github.com/glittercowboy/get-shit-done/compare/v2.0.0...HEAD
1670
+ [2.0.0]: https://github.com/glittercowboy/get-shit-done/compare/v1.20.6...v2.0.0
1671
+ [1.20.6]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.20.6
1672
+ [1.20.5]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.20.5
1673
+ [1.20.4]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.20.4
1674
+ [1.20.3]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.20.3
1675
+ [1.20.2]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.20.2
1676
+ [1.20.1]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.20.1
1677
+ [1.20.0]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.20.0
1678
+ [1.19.2]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.19.2
1679
+ [1.19.1]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.19.1
1680
+ [1.19.0]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.19.0
1681
+ [1.18.0]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.18.0
1682
+ [1.17.0]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.17.0
1683
+ [1.16.0]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.16.0
1684
+ [1.15.0]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.15.0
1685
+ [1.14.0]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.14.0
1686
+ [1.13.0]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.13.0
1687
+ [1.12.1]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.12.1
1688
+ [1.12.0]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.12.0
1689
+ [1.11.2]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.11.2
1690
+ [1.11.1]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.11.0
1691
+ [1.10.1]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.10.1
1692
+ [1.10.0]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.10.0
1693
+ [1.9.12]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.9.12
1694
+ [1.9.11]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.9.11
1695
+ [1.9.10]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.9.10
1696
+ [1.9.9]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.9.9
1697
+ [1.9.8]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.9.8
1698
+ [1.9.7]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.9.7
1699
+ [1.9.6]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.9.6
1700
+ [1.9.5]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.9.5
1701
+ [1.9.4]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.9.4
1702
+ [1.9.2]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.9.2
1703
+ [1.9.0]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.9.0
1704
+ [1.8.0]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.8.0
1705
+ [1.7.1]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.7.1
1706
+ [1.7.0]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.7.0
1707
+ [1.6.4]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.6.4
1708
+ [1.6.3]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.6.3
1709
+ [1.6.2]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.6.2
1710
+ [1.6.1]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.6.1
1711
+ [1.6.0]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.6.0
1712
+ [1.5.30]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.5.30
1713
+ [1.5.29]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.5.29
1714
+ [1.5.28]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.5.28
1715
+ [1.5.27]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.5.27
1716
+ [1.5.26]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.5.26
1717
+ [1.5.25]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.5.25
1718
+ [1.5.24]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.5.24
1719
+ [1.5.23]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.5.23
1720
+ [1.5.22]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.5.22
1721
+ [1.5.21]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.5.21
1722
+ [1.5.20]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.5.20
1723
+ [1.5.19]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.5.19
1724
+ [1.5.18]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.5.18
1725
+ [1.5.17]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.5.17
1726
+ [1.5.16]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.5.16
1727
+ [1.5.15]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.5.15
1728
+ [1.5.14]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.5.14
1729
+ [1.5.13]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.5.13
1730
+ [1.5.12]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.5.12
1731
+ [1.5.11]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.5.11
1732
+ [1.5.10]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.5.10
1733
+ [1.5.9]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.5.9
1734
+ [1.5.8]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.5.8
1735
+ [1.5.7]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.5.7
1736
+ [1.5.6]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.5.6
1737
+ [1.5.5]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.5.5
1738
+ [1.5.4]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.5.4
1739
+ [1.5.3]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.5.3
1740
+ [1.5.2]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.5.2
1741
+ [1.5.1]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.5.1
1742
+ [1.5.0]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.5.0
1743
+ [1.4.29]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.4.29
1744
+ [1.4.28]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.4.28
1745
+ [1.4.27]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.4.27
1746
+ [1.4.26]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.4.26
1747
+ [1.4.25]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.4.25
1748
+ [1.4.24]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.4.24
1749
+ [1.4.23]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.4.23
1750
+ [1.4.22]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.4.22
1751
+ [1.4.21]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.4.21
1752
+ [1.4.20]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.4.20
1753
+ [1.4.19]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.4.19
1754
+ [1.4.18]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.4.18
1755
+ [1.4.17]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.4.17
1756
+ [1.4.16]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.4.16
1757
+ [1.4.15]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.4.15
1758
+ [1.4.14]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.4.14
1759
+ [1.4.13]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.4.13
1760
+ [1.4.12]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.4.12
1761
+ [1.4.11]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.4.11
1762
+ [1.4.10]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.4.10
1763
+ [1.4.9]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.4.9
1764
+ [1.4.8]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.4.8
1765
+ [1.4.7]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.4.7
1766
+ [1.4.6]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.4.6
1767
+ [1.4.5]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.4.5
1768
+ [1.4.4]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.4.4
1769
+ [1.4.3]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.4.3
1770
+ [1.4.2]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.4.2
1771
+ [1.4.1]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.4.1
1772
+ [1.4.0]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.4.0
1773
+ [1.3.34]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.3.34
1774
+ [1.3.33]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.3.33
1775
+ [1.3.32]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.3.32
1776
+ [1.3.31]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.3.31
1777
+ [1.3.30]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.3.30
1778
+ [1.3.29]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.3.29
1779
+ [1.3.28]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.3.28
1780
+ [1.3.27]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.3.27
1781
+ [1.3.26]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.3.26
1782
+ [1.3.25]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.3.25
1783
+ [1.3.24]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.3.24
1784
+ [1.3.23]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.3.23
1785
+ [1.3.22]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.3.22
1786
+ [1.3.21]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.3.21
1787
+ [1.3.20]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.3.20
1788
+ [1.3.19]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.3.19
1789
+ [1.3.18]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.3.18
1790
+ [1.3.17]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.3.17
1791
+ [1.3.16]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.3.16
1792
+ [1.3.15]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.3.15
1793
+ [1.3.14]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.3.14
1794
+ [1.3.13]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.3.13
1795
+ [1.3.12]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.3.12
1796
+ [1.3.11]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.3.11
1797
+ [1.3.10]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.3.10
1798
+ [1.3.9]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.3.9
1799
+ [1.3.8]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.3.8
1800
+ [1.3.7]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.3.7
1801
+ [1.3.6]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.3.6
1802
+ [1.3.5]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.3.5
1803
+ [1.3.4]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.3.4
1804
+ [1.3.3]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.3.3
1805
+ [1.3.2]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.3.2
1806
+ [1.3.1]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.3.1
1807
+ [1.3.0]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.3.0
1808
+ [1.2.13]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.2.13
1809
+ [1.2.12]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.2.12
1810
+ [1.2.11]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.2.11
1811
+ [1.2.10]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.2.10
1812
+ [1.2.9]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.2.9
1813
+ [1.2.8]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.2.8
1814
+ [1.2.7]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.2.7
1815
+ [1.2.6]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.2.6
1816
+ [1.2.5]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.2.5
1817
+ [1.2.4]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.2.4
1818
+ [1.2.3]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.2.3
1819
+ [1.2.2]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.2.2
1820
+ [1.2.1]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.2.1
1821
+ [1.2.0]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.2.0
1822
+ [1.1.2]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.1.2
1823
+ [1.1.1]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.1.1
1824
+ [1.1.0]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.1.0
1825
+ [1.0.11]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.0.11
1826
+ [1.0.10]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.0.10
1827
+ [1.0.9]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.0.9
1828
+ [1.0.8]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.0.8
1829
+ [1.0.7]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.0.7
1830
+ [1.0.6]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.0.6
1831
+ [1.0.5]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.0.5
1832
+ [1.0.4]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.0.4
1833
+ [1.0.3]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.0.3
1834
+ [1.0.2]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.0.2
1835
+ [1.0.1]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.0.1
1836
+ [1.0.0]: https://github.com/glittercowboy/get-shit-done/releases/tag/v1.0.0