Architecture
How AEP integrates with agents, repo, and workflows.
Components
- Agents execute tasks
- Repo stores AEP packs and instructions
- Tooling handles save/apply/inspect/promote flows
- Versioning tracks evolution of successful patterns
Integration model
- Agent loads project context and relevant AEP.
- Agent executes workflow under constraints.
- Agent validates success checks.
- Team updates versioned AEP files after completion.
Reference architecture pattern
- Instruction layer:
AGENTS.md,CLAUDE.md, and agent-specific rules point to AEP usage. - Pack layer: task/project/user AEP files live in visible repository paths.
- Execution layer: agent reads pack, runs workflow, reports checks.
- Learning layer: maintainers review and promote proven patterns.
Versioning strategy
- Include version tags in pack metadata.
- Record breaking changes in changelog docs.
- Promote stable patterns deliberately, not automatically.
Last updated on