mcp_engram_verify_manifold_integrity
Verify memory manifold integrity by sampling high-CRS blocks to detect gross contract or consistency issues. Essential for trustworthy long-sleep and cold-boot scenarios.
Instructions
High-level 'am I still lawful?' check on the current memory manifold. Samples high-CRS blocks and reports gross contract or consistency issues. Designed to be reasonably cheap even on large manifolds. Critical for trustworthy long-sleep / cold-boot scenarios.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| min_crs | No | Only consider blocks with CRS >= this value (default 0.74) | |
| sample_size | No | How many blocks to sample (default 100) |