get_project_context
Get a compressed Markdown briefing of a project with active modules, recent decisions, and open problems. Optionally filter by a relative path or specify a repository.
Instructions
Returns a compressed briefing of the project as a Markdown string: active modules, recent decisions, and open problems.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | Optional relative path to filter the briefing (e.g. 'src/auth'). | |
| repo | No | Optional absolute path to the repository to scope results. |