Truth Hindsight Projection Tick¶
Reconcile authoritative current Truth claims with the replaceable Hindsight memory projection, then drain a bounded durable outbox batch.
MCP name: truth_hindsight_projection_tick
Category: truth
Mutates state (retry policy: manual)
Parameters¶
| Name | Type | Required | Description |
|---|---|---|---|
limit_per_store |
int |
No | Maximum outbox effects to inspect per store in this tick (1-500, default 20). |
reconcile |
bool |
No | Compare authoritative Truth desired state and destination receipts before draining (default true). |
store_id |
string |
No | Optional exact Truth store ID. Omit to process every reachable registered store. |
Details¶
This capability never reads Hindsight as Truth authority. It projects only current confirmed claims admitted by the configured rollout and claim-support policy. Exact proposition bytes cross the possibly LLM-backed Hindsight retain boundary through a run-owned Agent Execution disclosure manifest. Challenge, supersession, expiry, policy disablement, and redaction produce explicit idempotent removal intent; ambiguous sends reconcile before any new attempt.
The default rollout is disabled. Enabling
hindsight.truth_projection.enabled also requires an explicit authorization
reference plus recipient, provider, and model identifiers. The recurring job is
a low-latency wake-up; durable Truth outbox rows and deterministic
reconciliation are the recovery mechanism.