regenerate_project_memo
Synthesize or refresh a project memo digest from the decision store, skipping when few new decisions have been added unless force is enabled.
Instructions
Synthesise (or refresh) the project memo — a 250-400 word LLM-written orientation digest over the decision store. Skips work when fewer than memory.memo.regenerateEveryN decisions have been added since the last memo unless force=true. Requires an active AI provider — structured error otherwise.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_root | No | Project root to memo (default: current project). | |
| service_name | No | Filter input + scope of stored memo to this subproject. | |
| force | No | Regenerate unconditionally, ignoring the decisions-since-last-memo threshold (default: false). |