File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Context Pack
2+
3+ A Context Pack is a generated prompt bundle for a specific task.
4+
5+ It contains:
6+
7+ 1 . ` task-brief.md ` — what should be done and how it will be reviewed
8+ 2 . ` agent-instructions.md ` — behavioral instructions for the coding agent
9+ 3 . ` commands.md ` — detected or configured test/lint/format commands
10+ 4 . ` environment.md ` — file tree and git status
11+ 5 . ` relevant-files.md ` — excerpts from files attached to the task
12+ 6 . ` context-pack.md ` — combined prompt for export or agent execution
13+
14+ ## Why task-level context
15+
16+ A full repository is usually too large and too noisy. A task-level context pack helps:
17+
18+ - reduce repeated copy-paste
19+ - keep agent runs focused
20+ - improve reviewability
21+ - preserve the exact context used for a run
22+
23+ ## Export formats
24+
25+ The same context can be exported to:
26+
27+ - ` AGENTS.md `
28+ - ` CLAUDE.md `
29+ - ` .cursor/rules/agentflow.mdc `
30+ - ` .codex/instructions.md `
31+ - ` GEMINI.md `
You can’t perform that action at this time.
0 commit comments