4shil 1af452f90d Remove generated integration files, add to .gitignore
The 250+ generated files in integrations/ were adding repo bloat and would
cause merge conflicts when agents change. Run scripts/convert.sh to
regenerate them locally.

What's committed:
- scripts/convert.sh and scripts/install.sh (the actual value)
- integrations/*/README.md (docs for each tool)
- integrations/README.md (overview)
- .gitignore updated to exclude all generated output dirs

What's excluded (add to .gitignore):
- integrations/antigravity/agency-*/
- integrations/gemini-cli/skills/ + gemini-extension.json
- integrations/opencode/agent/
- integrations/cursor/rules/
- integrations/aider/CONVENTIONS.md
- integrations/windsurf/.windsurfrules
2026-03-08 21:28:26 +05:30
..

Aider Integration

All 61 Agency agents are consolidated into a single CONVENTIONS.md file. Aider reads this file automatically when it's present in your project root.

Install

# Run from your project root
cd /your/project
/path/to/agency-agents/scripts/install.sh --tool aider

Activate an Agent

In your Aider session, reference the agent by name:

Use the Frontend Developer agent to refactor this component.
Apply the Reality Checker agent to verify this is production-ready.

Manual Usage

You can also pass the conventions file directly:

aider --read CONVENTIONS.md

Regenerate

./scripts/convert.sh --tool aider