* feat(M001/S01): ID generation and config plumbing Tasks: - chore(M001/S01/T02): auto-commit after execute-task - chore(M001/S01): auto-commit after plan-slice - docs(S01): add slice plan Branch: gsd/M001/S01 * feat(M001/S02): Regex hardening and backwards compat Tasks: - chore(M001/S02/T02): auto-commit after execute-task - chore(M001/S02/T01): auto-commit after execute-task - chore: untrack .gsd/ runtime files from git index - docs(S02): add slice plan Branch: gsd/M001/S02 * docs(M001/S03): UX — wizard toggle and documentation Tasks: - chore(M001/S03/T01): auto-commit after execute-task - docs(S03): add slice plan Branch: gsd/M001/S03 * test(M001/S04): Integration tests and end-to-end verification Tasks: - chore(M001/S04/T02): auto-commit after execute-task - chore(M001/S04/T01): auto-commit after execute-task - docs(S04): add slice plan Branch: gsd/M001/S04 * chore(M001): record integration branch * chore(M002): record integration branch * docs(M002/S01): Format swap — production code, tests, and docs Tasks: - chore(gsd/M002/S01): auto-commit after pre-switch - chore(M002/S01/T01): auto-commit after execute-task - chore: untrack .gsd/ runtime files from git index - docs(S01): add slice plan Branch: gsd/M002/S01 * chore(M002): auto-commit after complete-milestone * Updated to document that we don't automatically always squash to main if you started on a different branch (like a dev or feature branch) * fix: replace vitest import with node:test in regex-hardening test The test imported from 'vitest' which isn't installed, causing ERR_MODULE_NOT_FOUND and failing the CI unit test step. All other test files use node:test. Swapped the import and removed the vitest conditional wrapper. * chore: untrack .gsd/ (already gitignored) * docs: fix stale 'main' references in merge comments and prompts The slice merge code correctly resolves to the integration branch (which may be a feature branch, worktree branch, etc.), but comments, JSDoc, and prompt templates still said 'main' as if it were always the literal main branch. Updated git-service.ts, worktree.ts, system.md, and guided-complete-slice.md to say 'integration branch' with a clear explanation of what that means. * Fixed preferences.md case mismatch; Added fallback for backwards compat * Updated preferences file example to show new unique_milestone_ids setting * Updated readme to explain best practice for working in teams --------- Co-authored-by: TÂCHES <afromanguy@me.com>
60 lines
826 B
Text
60 lines
826 B
Text
|
|
# ── GSD (user project artifacts — never commit) ──
|
|
.gsd/
|
|
.claude/
|
|
*.tgz
|
|
.DS_Store
|
|
Thumbs.db
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.idea/
|
|
.vscode/
|
|
*.code-workspace
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
node_modules/
|
|
.next/
|
|
/dist/
|
|
!/pkg/dist/
|
|
build/
|
|
__pycache__/
|
|
*.pyc
|
|
.venv/
|
|
venv/
|
|
target/
|
|
vendor/
|
|
!packages/pi-coding-agent/src/core/export-html/vendor/
|
|
*.log
|
|
coverage/
|
|
.cache/
|
|
tmp/
|
|
|
|
# ── Workspace packages ──
|
|
packages/*/dist/
|
|
packages/*/node_modules/
|
|
|
|
# ── GSD baseline (auto-generated) ──
|
|
dist/
|
|
.bg_shell
|
|
.gsd*.tgz
|
|
.artifacts/
|
|
AGENTS.md
|
|
.bg-shell/
|
|
TODOS.md
|
|
.planning/
|
|
|
|
# ── GSD baseline (auto-generated) ──
|
|
.gsd/
|
|
|
|
# ── GSD baseline (auto-generated) ──
|
|
.gsd/activity/
|
|
.gsd/runtime/
|
|
.gsd/worktrees/
|
|
.gsd/auto.lock
|
|
.gsd/metrics.json
|
|
.gsd/STATE.md
|
|
|
|
# ── GSD baseline (auto-generated) ──
|
|
.gsd/completed-units.json
|