mcp_engram_incremental_spatial_ingest
Ingest only files changed since the last session end, using modification timestamps and stored timestamps to perform efficient delta-based spatial updates. Falls back to full ingest when needed.
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 |
|---|---|---|---|
| force_all | No | If true, behave like full force_spatial_ingest (for bootstrap) | |
| max_files | No | Max files to consider for delta (default 10) | |
| paths | No | Optional explicit paths to check/ingest (bypass auto delta) |