singularity-forge/mintlify-docs
zoumo 8dab974863 fix: update GSD runtime ignore patterns for team mode (#2824)
* fix: update GSD runtime ignore patterns for team mode

Add missing runtime files to gitignore patterns across codebase and docs:
- .gsd/completed-units*.json (wildcard for archived per-milestone files)
- .gsd/state-manifest.json (workflow state manifest)
- .gsd/gsd.db* (SQLite database and WAL sidecars)
- .gsd/journal/ (daily-rotated event journal)
- .gsd/doctor-history.jsonl (diagnostic check history)
- .gsd/event-log.jsonl (workflow event log)

Updated files:
- gitignore.ts: GSD_RUNTIME_PATTERNS
- git-service.ts: RUNTIME_EXCLUSION_PATHS
- worktree-manager.ts: SKIP_PATHS, SKIP_EXACT, SKIP_PREFIXES
- doctor-runtime-checks.ts: criticalPatterns
- tests/git-service.test.ts: test expectations
- docs: README.md, working-in-teams.mdx

* docs: add comments noting gitignore.ts as canonical source of truth

Address code review feedback about maintenance risk of having multiple
sources of truth for ignore patterns. Add clear comments in all files
that reference GSD_RUNTIME_PATTERNS to indicate gitignore.ts is the
canonical source that must stay synchronized.
2026-04-13 07:13:51 -04:00
..
docs@5c549fdffb feat(gsd): unified rule registry, event journal, journal query tool, and tool naming convention (#1928) 2026-03-21 18:47:41 -06:00
guides fix: update GSD runtime ignore patterns for team mode (#2824) 2026-04-13 07:13:51 -04:00
images docs: add Mintlify documentation site and move internal docs 2026-03-25 09:54:41 -06:00
docs.json fix: Claude Code MCP tool output rendering and real-time streaming 2026-04-10 06:12:44 -05:00
getting-started.mdx docs: update README and Mintlify docs for v2.45.0 and v2.46.0 2026-03-25 12:43:08 -04:00
introduction.mdx docs: add Mintlify documentation site and move internal docs 2026-03-25 09:54:41 -06:00