Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

## [Unreleased]

### Fixed
- `--auto` new-project setup no longer writes `workflow.auto_advance: true` into `.planning/config.json`; the temporary auto-chain now stays ephemeral so later manual `/gsd:execute-phase` runs do not unexpectedly jump into the next phase (#932)

## [1.22.4] - 2026-03-03

### Added
Expand Down
4 changes: 3 additions & 1 deletion get-shit-done/workflows/new-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,11 +179,13 @@ Create `.planning/config.json` with mode set to "yolo":
"plan_check": true|false,
"verifier": true|false,
"nyquist_validation": depth !== "quick",
"auto_advance": true
"auto_advance": false
}
}
```

`--auto` should only drive the current setup chain. Do **not** persist `workflow.auto_advance: true` into project config, or later manual `/gsd:execute-phase` runs can unexpectedly auto-transition into the next phase.

**If commit_docs = No:** Add `.planning/` to `.gitignore`.

**Commit config.json:**
Expand Down