mcp_engram_set_geosphere_frame
Set the current geosphere frame for all subsequent memory queries. Provide an origin reference and time offset to define the lens for computing angular distances in future retrievals.
Instructions
WS3-B / Substrate Phase 2: Set the current live Geosphere frame (5th coordinate) for all subsequent queries. Takes an origin reference (e.g. 'giza_sacred_cubit', 'grove_sower_moon', 'london_1776') + time offset descriptor. Synthesizes a deterministic normalized 8192D lens vector and installs it into the SymplecticState register. All future recall/query_with_momentum (and internal BVH+GPU paths) will compute effective vectors under this lens for angular distance (frame_combine + normalize, unit hypersphere invariant). Returns confirmation with frame_step. Reproducible for same inputs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| origin | Yes | Origin reference string (e.g. 'giza_sacred_cubit' or 'grove_sower_2026') | |
| time_offset | Yes | Time descriptor/offset (e.g. 'sowing_moon' or '1776-07-04' or '+10h') |