generate_context
Scans a git repository and produces a draft context.md for review. Returns the draft without writing to vault, allowing human approval before committing.
Instructions
Scan a git repo and generate a draft context.md. Returns the draft — does NOT write to vault. Human reviews before committing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | Project slug (default: derived from directory name) | |
| project_path | Yes | Absolute path to the git repository to scan |