compile_status
Summarize compiled memory status: retrieve counts of compiled descriptions, code anchors, and stale entries. Optionally restrict to a project.
Instructions
Summarize compile mode: how many compiled descriptions, code anchors, and how many are stale.
Compiled memory is the build-invalidated half of the store: a grounded description of what code IS, stamped with its source SHA. Fresh = trust it without re-reading the code; stale = the source moved, recheck. Authored memory (the decaying half) is unaffected — both modes share this store.
Args: project: Restrict to a project. Defaults to MCP_PROJECT if set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Restrict to a project. Defaults to MCP_PROJECT if set. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |