get_project_memo
Retrieve the latest synthesized project memo for a specified scope. Optionally include prior versions for context.
Instructions
Return the latest synthesised project memo for a scope. Optionally include up to limit prior versions as history. Read-only. Returns JSON: { memo, history? }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_root | No | Project root (default: current project). | |
| service_name | No | Subproject name to scope the memo to. | |
| include_history | No | Include prior memo versions in the response (default: false). | |
| limit | No | Max history rows to return when include_history=true (default: 10). |