mcp_engram_incremental_spatial_ingest
Ingest only files changed since the last session to keep spatial memory current, using file modification times and stored ingest timestamps. Falls back to full ingest when needed and supports explicit paths.
Instructions
Item 1.5 optimization: incremental force ingest of only files changed since last session_end (uses fs mtime + stored AABB ingest timestamps + watcher delta events). Defaults to 5-10 files on cold wake (vs previous full 81-item force). Falls back to force if no last_end or explicit paths. Respects engramignore. Updates item1.5 state. Called from lean wake-up contract.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paths | No | Optional explicit paths to check/ingest (bypass auto delta) | |
| force_all | No | If true, behave like full force_spatial_ingest (for bootstrap) | |
| max_files | No | Max files to consider for delta (default 10) |