Context Pack
context_packGenerate a task-aware context packet with primary files, tests, patterns, and validation commands without modifying the repository.
Instructions
Generate a task-aware local context packet with primary files, related files, tests, patterns, and validation commands. Uses a per-user external cache and leaves the target repository unchanged.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Repository path. Defaults to current working directory. | |
| limit | No | Maximum primary, related, and test files per section. Defaults to 8. | |
| paths | No | Repository paths for a multi-repo context packet. | |
| query | Yes | Task or question to gather context for. | |
| includeEvidence | No | Include per-file imports, exports, and symbol slices as source evidence. Defaults to false to keep the packet compact. | |
| includeMarkdown | No | Return a compact human-readable markdown report instead of the full JSON packet. Defaults to false. |