mirror of
https://github.com/glittercowboy/get-shit-done
synced 2026-04-25 17:25:23 +02:00
* chore: ignore .worktrees directory Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * fix(install): remove marketing taglines from runtime selection prompt Closes #1654 The runtime selection menu had promotional copy appended to some entries ("open source, the #1 AI coding platform on OpenRouter", "open source, free models"). Replaced with just the name and path. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * test(kilo): update test to assert marketing tagline is removed Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
66 lines
850 B
Plaintext
66 lines
850 B
Plaintext
node_modules/
|
|
.DS_Store
|
|
TO-DOS.md
|
|
CLAUDE.md
|
|
/research.claude/
|
|
commands.html
|
|
|
|
# Local test installs
|
|
.claude/
|
|
|
|
# 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
|