Skip to content
Prev Previous commit
Next Next commit
chore(changeset): set PR number 3679 (Co-Authored-By: Claude Opus 4.7…
… (1M context) <noreply@anthropic.com>)
  • Loading branch information
trek-e committed May 17, 2026
commit 335f5ade64a8846c1abc0a79f2d7f96655c26bd5
2 changes: 1 addition & 1 deletion .changeset/fix-3678-commit-docs-respect.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
type: Fixed
pr: 0
pr: 3679
---
**`gsd-executor` no longer force-commits `.planning/` artifacts when `commit_docs: false`** — the executor agent prompt now explicitly handles the SDK's `{committed:false, skipped:true, reason:'skipped_commit_docs_false'}` envelope and is forbidden from falling back to raw `git add` / `git add -f` / `git commit`. The SDK's `cmdCommit` now sets `skipped: true` on both skip paths (`commit_docs:false` and `.planning gitignored`) so agents see the skip as a first-class signal. A structural regression test bans `git add -f` / `git add --force` from any agent or workflow body. (#3678)
Loading