Agent-aware install targets
In v1.0-exp, AEP installs into the directory that matches your active agent rather than a generic.agent/ folder. Each agent has its own preferred location:
| Agent | AEP directory |
|---|---|
| Claude | .claude/aep/ |
| Codex | .codex/aep/ |
| Gemini | .gemini/aep/ |
| OpenCode | .opencode/aep/ |
| Cursor | .cursor/aep/ |
| Fallback (v0.1) | .agent/aep/ |
Do not create
.agent/ for new installs. The fallback path is only retained for backwards compatibility with v0.1 repos. Always prefer the agent-specific directory when initializing AEP in a fresh repo.How the agent chooses a directory
When creating or updating AEP files, the agent resolves the install target in this order:- Directory explicitly referenced by the user — if you tell the agent to use
.claude/aep/, it will. - Directory that already contains
aep/files — the agent prefers an existing AEP installation over creating a new one. - Directory matching the currently active agent — detected automatically from the agent environment.
- Ask the user — if the situation is still ambiguous after the steps above.
Instruction file updates
After creating an AEP pack or initializing AEP in a repo, you should update the relevant agent instruction files so future sessions know to load AEP by default. Update or create these files when present:AGENTS.mdCLAUDE.md(for Claude sessions)- Codex instructions file
- Gemini instructions file
- OpenCode agent config file
- Cursor project rules file
Setup by agent
- Claude
- OpenCode
- Cursor
- Codex
AEP installs into Minimum Claude Code can also use future MCP servers that expose structured AEP operations understanding
.claude/aep/. Claude reads CLAUDE.md at session start, making it the right place to add AEP loading instructions.Directory structure:CLAUDE.md addition:strength, metrics, and history.Related pages
Setting up a repo
Wire AEP into any repository in three steps
Matching and scoring
How agents rank packs for every task
Schema reference
Full field definitions for v1.0-exp packs
Compatibility
Backwards compatibility with v0.1 packs