chore(M001): auto-commit after worktree-switch

This commit is contained in:
2026-03-24 15:04:21 +01:00
parent 98f51332e6
commit b46a0c121d
+11 -20
View File
@@ -13,6 +13,7 @@ Thumbs.db
.venv/
__pycache__/
*.pyc
venv/
# .NET / Visual Studio
bin/
@@ -35,11 +36,15 @@ node_modules/
build/
dist/
coverage/
.next/
.cache/
# Local temp / scratch files
temp_job.json
temp_post_job.py
todo jobtracker.txt
tmp/
/tmp/
# Local app data
*.db
@@ -48,39 +53,25 @@ Attachments/
website_details.md
# Private local test files
/tmp/
# ── GSD baseline (auto-generated) ──
vendor/
target/
*.swp
*.swo
*~
*.code-workspace
.next/
venv/
target/
vendor/
.cache/
tmp/
# ── GSD: Runtime / Ephemeral (per-developer, per-session) ──────────────────
# Crash detection sentinel — PID lock, written per auto-mode session
# GSD
.gsd
# GSD runtime / ephemeral
.gsd/auto.lock
# Auto-mode dispatch tracker — prevents re-running completed units
.gsd/completed-units.json
# Derived state cache — regenerated from plan/roadmap files on disk
.gsd/STATE.md
# Per-developer token/cost accumulator
.gsd/metrics.json
# Raw JSONL session dumps — crash recovery forensics, auto-pruned
.gsd/activity/
# Unit execution records — dispatch phase, timeouts, recovery tracking
.gsd/runtime/
# Git worktree working copies
.gsd/worktrees/
# Parallel orchestration IPC and worker status
.gsd/parallel/
# Generated HTML reports (regenerable via /gsd export --html)
.gsd/reports/
# Session-specific interrupted-work markers
.gsd/milestones/**/continue.md
.gsd/milestones/**/*-CONTINUE.md