mm_index
Rebuild or health-check the ledger semantic embedding index (.mm/index/ledger/) used by mm_search’s hybrid mode and mm_retrieve_prior_work. “rebuild”: full re-embed of specs/issues/notes/standards under the index file lock. “health”: reports model availability, chunk count, staleness (edited sections not yet re-embedded), orphaned entries (source file deleted), and legacy .mm/index/amem* dirs left by the removed semantic-memory feature (never deleted automatically).
At a Glance
Section titled “At a Glance”- Category: Core
- Source: Built-in
- Availability: Listed by default
- Required parameters: 2
- Total parameters: 2
Parameters
Section titled “Parameters”| Parameter | Type | Required | Description |
|---|---|---|---|
project_path | string | Yes | Absolute path to the project root |
mode | string (enum: rebuild, health) | Yes | ”rebuild”: full re-embed. “health”: report-only, no writes. |
Example
Section titled “Example”{ "tool": "mm_index", "arguments": { "project_path": "/Users/you/projects/my-app", "mode": "rebuild" }}Related Tools
Section titled “Related Tools”mm_search- Full-text search across all entity types (specs, features, issues, notes, ide…mm_configure_integration- Configure an external service integration (github, trello, grain, gmail, noti…mm_sync_notion- Bidirectional sync between a Notion database and .mm/specs/ or .mm/notes/. Pu…mm_daily_brief- Generate a structured morning summary with active tasks, blockers, recently c…mm_revert_spec_completion- Revert a spec’s completion status in its parent feature. Tasks stay [x] but t…