mirror of
https://github.com/glittercowboy/get-shit-done
synced 2026-04-25 17:25:23 +02:00
* feat(sdk): add typed query foundation and gsd-sdk query (Phase 1) Add sdk/src/query registry and handlers with tests, GSDQueryError, CLI query wiring, and supporting type/tool-scoping hooks. Update CHANGELOG. Vitest 4 constructor mock fixes in milestone-runner tests. Made-with: Cursor * chore: gitignore .cursor for local-only Cursor assets Made-with: Cursor * fix(sdk): harden query layer for PR review (paths, locks, CLI, ReDoS) - resolvePathUnderProject: realpath + relative containment for frontmatter and key_links - commitToSubrepo: path checks + sanitizeCommitMessage - statePlannedPhase: readModifyWriteStateMd (lock); MUTATION_COMMANDS + events - key_links: regexForKeyLinkPattern length/ReDoS guard; phase dirs: reject .. and separators - gsd-sdk: strip --pick before parseArgs; strict parser; QueryRegistry.commands() - progress: static GSDError import; tests updated Made-with: Cursor * feat(sdk): query follow-up — tests, QUERY-HANDLERS, registry, locks, intel depth Made-with: Cursor * docs(sdk): use ASCII punctuation in QUERY-HANDLERS.md Made-with: Cursor
69 lines
919 B
Plaintext
69 lines
919 B
Plaintext
node_modules/
|
|
.DS_Store
|
|
TO-DOS.md
|
|
CLAUDE.md
|
|
/research.claude/
|
|
commands.html
|
|
|
|
# Local test installs
|
|
.claude/
|
|
|
|
# Cursor IDE — local agents/skills bundle (never commit)
|
|
.cursor/
|
|
|
|
# Build artifacts (committed to npm, not git)
|
|
hooks/dist/
|
|
|
|
# Coverage artifacts
|
|
coverage/
|
|
|
|
# Animation assets
|
|
animation/
|
|
*.gif
|
|
|
|
# Internal planning documents
|
|
reports/
|
|
RAILROAD_ARCHITECTURE.md
|
|
.planning/
|
|
analysis/
|
|
docs/GSD-MASTER-ARCHITECTURE.md
|
|
docs/GSD-RUST-IMPLEMENTATION-GUIDE.md
|
|
docs/GSD-SYSTEM-SPECIFICATION.md
|
|
gaps.md
|
|
improve.md
|
|
philosophy.md
|
|
|
|
# Installed skills
|
|
.github/agents/gsd-*
|
|
.github/skills/gsd-*
|
|
.github/get-shit-done/*
|
|
.github/skills/get-shit-done
|
|
.github/copilot-instructions.md
|
|
.bg-shell/
|
|
|
|
# ── GSD baseline (auto-generated) ──
|
|
.gsd
|
|
Thumbs.db
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.idea/
|
|
.vscode/
|
|
*.code-workspace
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
.next/
|
|
dist/
|
|
build/
|
|
__pycache__/
|
|
*.pyc
|
|
.venv/
|
|
venv/
|
|
target/
|
|
vendor/
|
|
*.log
|
|
.cache/
|
|
tmp/
|
|
.worktrees
|