Eliminate slice branches — all work commits sequentially on milestone/<MID> within auto-mode worktrees. No branch creation, switching, or merging within a worktree. Planning artifacts (.gsd/milestones/) tracked in git properly instead of being blanket-gitignored then force-added. Removes ~2,600 lines: ensureSliceBranch, switchToMain, mergeSliceToMain, mergeSliceToMilestone, shouldUseWorktreeIsolation, getMergeToMainMode, withMergeHeal, recoverCheckout, fix-merge dispatch/labels, and associated tests. Adds legacy_slice_branches doctor check, deprecation warnings for git.isolation and git.merge_to_main preferences. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
61 lines
917 B
Text
61 lines
917 B
Text
|
|
# ── GSD runtime (not source artifacts — planning files are tracked) ──
|
|
.gsd/auto.lock
|
|
.gsd/completed-units.json
|
|
.gsd/STATE.md
|
|
.gsd/metrics.json
|
|
.gsd/gsd.db
|
|
.gsd/activity/
|
|
.gsd/runtime/
|
|
.gsd/worktrees/
|
|
.gsd/DISCUSSION-MANIFEST.json
|
|
.gsd/milestones/**/*-CONTINUE.md
|
|
.gsd/milestones/**/continue.md
|
|
|
|
.claude/
|
|
*.tgz
|
|
.DS_Store
|
|
Thumbs.db
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.idea/
|
|
.vscode/
|
|
*.code-workspace
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
node_modules/
|
|
.next/
|
|
/dist/
|
|
!/pkg/dist/modes/
|
|
!/pkg/dist/core/export-html/
|
|
build/
|
|
__pycache__/
|
|
*.pyc
|
|
.venv/
|
|
venv/
|
|
target/
|
|
vendor/
|
|
!packages/pi-coding-agent/src/core/export-html/vendor/
|
|
!pkg/dist/core/export-html/vendor/
|
|
*.log
|
|
coverage/
|
|
.cache/
|
|
tmp/
|
|
|
|
# ── Workspace packages ──
|
|
packages/*/dist/
|
|
packages/*/node_modules/
|
|
|
|
# ── GSD baseline (auto-generated) ──
|
|
dist/
|
|
!/pkg/dist/modes/
|
|
!/pkg/dist/core/export-html/
|
|
.bg_shell
|
|
.gsd*.tgz
|
|
.artifacts/
|
|
AGENTS.md
|
|
.bg-shell/
|
|
TODOS.md
|
|
.planning/
|