CLI / Tooling
Save/apply flows, command intent, and storage paths.
Command intents
aep save: capture working context from completed tasksaep apply: load relevant pack before executionaep inspect: evaluate pack quality and coverageaep promote: move stable rules to broader scope
These are conceptual operations. Your actual interface may be a skill-driven prompt flow rather than literal CLI binaries.
Storage paths
Use paths that the active agent can read:
.claude/aep/.codex/aep/.cursor/aep/.gemini/aep/.opencode/aep/
Some setups may still use legacy .agent/aep/, but agent-specific directories are preferred.
Expected behavior
When applying a pack, the agent should:
- Load constraints and workflow before coding.
- Execute in the declared order.
- Validate against success checks.
- Report results and suggest pack improvements.
Operational notes
- Prefer one source of truth per scope.
- Avoid storing secrets in AEP files.
- Version packs when changing core behavior.
Last updated on