Trust grammar

Source-backed continuity

AIppocampus lets memory feel continuous without treating every summary, search score, or ambient hint as truth.

The promise

A later agent should be able to find where the work and relationship were, then continue with care. That does not require pretending the base model has changed weights or secretly remembers the user.

AIppocampus keeps the source trail reachable, then gives agents language for what each recall result can safely support.

Action grammar

SignalHow an agent should use it
direction_onlyUse as scent or background direction. Do not make factual claims from it.
direction_with_refUse as a candidate route. Reopen source before claiming.
reopenable_routeFollow the route or handle before broad manual search.
bounded_evidenceUse within declared scope. Deepen for exact wording, sensitive facts, or wider claims.
source_openReason from the open source while respecting scope and privacy limits.
ignore_or_blockedDo not let it shape the answer except to explain the boundary.

Retrieval path

provider transcript
  -> clean source
  -> registry and local indexes
  -> search, MCP, hooks, sync
  -> source reopen when claims matter

High scores mean "look here first." They do not mean "this is true." For strong answers, exact quotes, stale claims, or private context, source reopening owns the claim boundary.

Read next

The architecture page shows where this grammar fits in the system. The evidence page shows how claims are separated from not-yet-proven material.

Adapted from the public wiki pages Architecture and Concepts and Source and Retrieval Pipeline.