Files
agency-agents/.gitignore
Tomo Wang 6c479fc694 feat(gemini-cli): switch from extensions to subagents
Update Gemini CLI integration to support the new subagents feature:
- Update scripts/convert.sh to generate subagent .md files in integrations/gemini-cli/agents/
- Update scripts/install.sh to install subagents to ~/.gemini/agents/
- Update documentation in README.md and integrations/ to reflect the new structure
- Update .gitignore to exclude generated agent files
- Remove extension manifest generation as it's no longer needed for subagents

Closes #471
2026-06-04 06:03:08 -05:00

83 lines
1.2 KiB
Plaintext

# macOS
.DS_Store
.AppleDouble
.LSOverride
._*
# Thumbnails
Thumbs.db
# Editor directories and files
.vscode/
.idea/
*.swp
*.swo
*~
.project
.classpath
.settings/
*.sublime-project
*.sublime-workspace
# Node.js (if adding web tools later)
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
package-lock.json
yarn.lock
# Python (if adding scripts)
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
.venv
# Logs
*.log
logs/
# Temporary files
*.tmp
*.temp
.cache/
# Testing
coverage/
.nyc_output/
*.lcov
# Build outputs
dist/
build/
*.egg-info/
# Personal notes and scratch files
scratch/
notes/
TODO.md
NOTES.md
# Generated integration files — run scripts/convert.sh to regenerate locally
# The scripts/ and integrations/*/README.md files ARE committed; only generated
# agent/skill files are excluded.
integrations/antigravity/agency-*/
integrations/gemini-cli/skills/
integrations/gemini-cli/gemini-extension.json
integrations/gemini-cli/agents
integrations/opencode/agents/
integrations/cursor/rules/
integrations/aider/CONVENTIONS.md
integrations/windsurf/.windsurfrules
integrations/openclaw/*
integrations/qwen/agents/
integrations/kimi/*/
!integrations/openclaw/README.md
!integrations/kimi/README.md
integrations/codex/agents/*