Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 690 Bytes

File metadata and controls

38 lines (26 loc) · 690 Bytes

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