mirror of
https://github.com/abhigyanpatwari/GitNexus.git
synced 2026-08-28 05:25:25 +00:00
Reverses the prior convention: gitnexus-plan/gitnexus-work plan documents under docs/plans/ are working artifacts and no longer travel with the PR. Drops the require-node-22.18 plan doc from tracking; the .gitignore now ignores all of docs/. The workflow_bench snapshot features scan the filesystem, not git-tracked status, so they are unaffected. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
130 lines
2.3 KiB
Text
130 lines
2.3 KiB
Text
# Dependencies
|
|
node_modules/
|
|
|
|
# Build output
|
|
dist/
|
|
|
|
# TypeScript build info
|
|
*.tsbuildinfo
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
.claude/settings.local.json
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
docker/.env
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Testing
|
|
coverage/
|
|
|
|
# Misc
|
|
*.local
|
|
HANDOFF.md
|
|
HANDOFF*.md
|
|
|
|
.vercel
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.env*.local
|
|
.gitnexus
|
|
.claude/settings.local.json
|
|
|
|
# Claude Code worktrees
|
|
.claude/worktrees/
|
|
|
|
# Claude code skills
|
|
.claude/skills/generated/
|
|
|
|
# Assets (screenshots, images)
|
|
assets/
|
|
|
|
# Generated files (should not be indexed)
|
|
repomix-output*
|
|
|
|
# Playwright artifacts
|
|
gitnexus-web/playwright-report/
|
|
gitnexus-web/test-results/
|
|
|
|
# Python test artifacts
|
|
eval/.coverage
|
|
eval/.hypothesis/
|
|
|
|
# Local docs — planning output (gitnexus-plan / gitnexus-work) stays local, not tracked
|
|
docs/*
|
|
|
|
gitnexus/test/fixtures/mini-repo/*.md
|
|
gitnexus/test/fixtures/mini-repo/.claude
|
|
gitnexus/test/fixtures/mini-repo/.gitignore
|
|
|
|
# Ignore csharp generated obj and bin folders
|
|
gitnexus/test/fixtures/lang-resolution/**/obj
|
|
gitnexus/test/fixtures/lang-resolution/**/bin
|
|
GitNexus.sln
|
|
# Git worktrees
|
|
.worktrees/
|
|
|
|
# Vendored tree-sitter grammar build artifacts (created at install time,
|
|
# never committed). See docs/plans/2026-04-15-002-fix-tree-sitter-proto-vendor-deps-plan.md
|
|
gitnexus/vendor/**/build/
|
|
gitnexus/vendor/**/node_modules/
|
|
|
|
/github/scripts/triage/__pycache__/
|
|
|
|
.claude-flow/
|
|
|
|
.claude/agents/*
|
|
!.claude/agents/gitnexus-*.md
|
|
.claude/commands/
|
|
.claude/helpers
|
|
.claude/skills/*
|
|
!.claude/skills/gitnexus/
|
|
!.claude/skills/gitnexus-cli/
|
|
!.claude/skills/gitnexus-debugging/
|
|
!.claude/skills/gitnexus-exploring/
|
|
!.claude/skills/gitnexus-guide/
|
|
!.claude/skills/gitnexus-impact-analysis/
|
|
!.claude/skills/gitnexus-refactoring/
|
|
!.claude/skills/gitnexus-pr-swarm-review/
|
|
!.claude/skills/gitnexus-review/
|
|
!.claude/skills/gitnexus-plan/
|
|
!.claude/skills/gitnexus-work/
|
|
!.claude/skills/gitnexus-lfg/
|
|
|
|
.history/
|
|
|
|
.swarm/
|
|
|
|
local_docs/
|
|
|
|
# Local agent scratch / review prompts (never commit)
|
|
# (.agents/plugins/marketplace.json is the checked-in Codex plugin
|
|
# marketplace registry — the rest of .agents/ stays local scratch.)
|
|
.tmp/
|
|
.agents/*
|
|
!.agents/plugins/
|
|
.agents/plugins/*
|
|
!.agents/plugins/marketplace.json
|
|
.context/
|
|
gitnexus/web/
|
|
|
|
# Machine-local skill-evolution evidence (consumed by eval/workflow_bench/evolve.py)
|
|
eval/workflow_bench/learnings.jsonl
|