- guide/ultimate-guide.md — content updates - guide/workflows/README.md, guide/README.md — navigation improvements - guide/diagrams/ — diagram updates (context/sessions, config, MCP ecosystem) - guide/third-party-tools.md — additions - examples/README.md, hooks/README.md, scripts/README.md — examples updates - examples/skills/pr-triage/SKILL.md — expanded skill - machine-readable/reference.yaml — reference sync - tools/audit-prompt.md, tools/onboarding-prompt.md — tooling updates - docs/for-cto.md, docs/for-tech-leads.md, docs/resource-evaluations/README.md — doc updates - .gitignore — gitignore update Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
52 lines
654 B
Text
52 lines
654 B
Text
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Claude Code (ignore personal config, but keep shared commands and agents)
|
|
.claude/
|
|
!.claude/commands/
|
|
!.claude/agents/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Node (if any tooling added later)
|
|
node_modules/
|
|
npm-debug.log*
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# Misc
|
|
*.log
|
|
*.tmp
|
|
*.bak
|
|
*.wav
|
|
*.mp3
|
|
*.onnx
|
|
|
|
# Personal notes & temp files
|
|
to-ignore/
|
|
docs/drafts/
|
|
.grepai/
|
|
whitepapers/
|
|
claudedocs/
|
|
.mcp.json
|
|
|
|
# Book (work in progress, not public yet)
|
|
book/
|
|
|
|
# Multi-provider (will be moved to dedicated repo)
|
|
examples/multi-provider/
|
|
|
|
# MCP server build output
|
|
mcp-server/dist/
|
|
mcp-server/node_modules/
|
|
|
|
# Vitals provenance data
|
|
.vitals/
|