log_eventLog a structured CEC event — (tool, entity, outcome) appended to EventTape and CDAWG
log_event_exLog event with extended fields — token_cost, latency_ms, retry_count for regret-shaped Q-values
log_decisionRecord a branch point — chosen symbol, rejected alternatives, and typed rejection reasons
recall_last_actionFind the most recent EventTape occurrence of a (tool, entity) pair
recall_failure_patternReturn top-k CDAWG states with high fail_ratio (≥60% failures, ≥3 occurrences)
recall_causalPMI-ranked causal antecedents — what sequences historically preceded this (tool, entity)
recall_causal_antecedentDirect PMI antecedent query with backward eligibility trace context
recall_counterfactualCDAWG sibling-edge divergence — what alternative would have had a lower fail_ratio from the same prefix
recall_true_counterfactualDecisionTape counterfactual — alternatives the agent explicitly considered and rejected
recall_motif_valueTop-k CDAWG states reachable from (tool, entity) sorted by cross-session Q-value
recall_hdcbindHDC heteroassociative binding — unbind a known role/value to infer the missing role by Hamming distance
refutation_statsCausal refutation ledger — live vs refuted Sequitur rules with support/contradict counts
hypothesis_probesTop-k rules by Wilson probe_value — most uncertain hypotheses ranked by expected information gain
executor_flushPromote shadow policies meeting lift gate, demote drifted policies, fire active policies for current context
list_policiesList CEC intervention policies — active and/or shadow, with source rule and lift metrics
consolidation_passRun Sequitur grammar induction, promote rules to triplet KG, rebuild HypothesisMarket, take Turīya sample
turiya_statusTurīya witness health vector — diagnosis, trend, Q-variance, refutation pressure, recent history
tape_statsEventTape statistics — total events, tombstoned count, compression ratio
verbalize_rulesTop-k Sequitur rules as human-readable heuristics, e.g. “Whenever edit(store.rs) fails, recall_failure_pattern tends to follow”
queue_experimentsFile deliberate micro-experiments for high-uncertainty hypotheses (probe_value > 0.4, refute_ratio < 0.3)
fep_statusFEP prior organ — obs_count, states_modeled, ewma_drift (context_drift flag), ewma_shock (emission_shock flag). Variational free energy replacing PPM surprisal in the Phase 3 write gate
routed_recallCPU-native query router — parse a typed RecallRequest (kind_filter, realm, subject, predicate, freetext, time range, causal context) into Exact/Fuzzy/Temporal/Causal/Hybrid dispatch. LLM only called when a named UnboundSlot cannot be filled deterministically
witness_memoryPromote a candidate-band memory to established on closed-loop signal: user correction, tool-result outcome, or router hit-rate delta. Open-weight-generated writes stay in candidate band until witnessed
reconcile_passRun R0 reconciler — scan all assoc_edges for MemoryKind legality violations and candidate→established laundering. Detect contradictions by (realm, 6-word prefix) grouping. Results logged to triplet KG
harvest_scopeGenerate demand-driven extraction targets from current Turīya anomalies and router misses — produces harvest_targets.json consumed by scripts/harvest_ow.py. Never bulk-ingests a static corpus
seed_hdc_geometryLoad vocab_geometry harvest JSON and seed the HDC codebook with binarized f32 directions from an open-weight embedding matrix — grounds HDC vectors in model semantics without ongoing inference cost