get_project_context
Retrieves a Markdown briefing of the project, including active modules, recent decisions, and open problems.
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 |
|---|---|---|---|
| repo | No | Optional absolute path to the repository to scope results. | |
| scope | No | Optional relative path to filter the briefing (e.g. 'src/auth'). | |
| project | No | Optional project_id to scope results (alternative or complement to 'repo' — see `memex init --project-id`). |