Context definitions providing environmental information for AI agents.
Each subdirectory contains a CUE package defining a context with structured data about the working environment. Contexts inject relevant information into prompts based on selection behaviour.
contexts/<scope>/<name>/
├── context.cue
└── cue.mod/module.cue
required: true- Always included in every commanddefault: true- Included in plainstart, excluded with explicit--contexttags- Included when the matching tag is requested via--context
- cwd/agents-md - Repository introduction from
AGENTS.md - cwd/dotagents/workspace - Workspace settings from
./.agents/ - cwd/dotagents/context/index - Index of curated reference material in
./.agents/context/
- home/dotagents/environment - Local environment information (user, system, tools)
- home/dotagents/workflow - Feature-development workflow
- home/dotagents/context/index - Index of curated reference material in
~/.agents/context/