mirror of
https://github.com/msitarzewski/agency-agents.git
synced 2026-07-31 00:37:46 +03:00
Bring the ZCode integration in line with the other tools: the 243 generated agent files (integrations/zcode/agents/*.md) are output of `convert.sh`, not source — add a .gitignore rule so they can't be committed, and add integrations/zcode/README.md documenting generate/install (matching the vibe and qwen integration READMEs). Verified: generated agents are now git-ignored, the README is tracked, and check-tools.sh still passes at 16 tools. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01WKnDRWM4izsB8WAXKszhsq
89 lines
1.4 KiB
Plaintext
89 lines
1.4 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/*
|
|
integrations/osaurus/agency-*/
|
|
integrations/hermes/agency-agents-router/
|
|
integrations/vibe/agents/
|
|
integrations/vibe/prompts/
|
|
integrations/zcode/agents/
|
|
graphify-out/
|