Expand description
Append-only SQLite event log (charter N4, N7). Every gate decision is an
event from Phase 1 onward; append-only is enforced in the schema itself
via triggers, not by convention. Timestamps: UTC ISO-8601 (one convention,
this table, documented here).
Structs§
- Event
Log - Gate
Event - The event envelope of spec §8.3 (
eventfield of the result JSON). - Session
Id - Session identifier newtype (AGENTS.md: newtypes for domain IDs).
- Stats
Summary - Aggregates surfaced by
pushkin stats(spec §14). - Telemetry
- One telemetry emission: the rule tag it files under and its payload.
Enums§
Constants§
- ESCALATION_
RULE - Rule id recorded when the escalation ladder reaches its attempt cap (addendum §7/§8: escalation is an event, not just prose).
- FAILOPEN_
RULE - Rule id recorded when a shim fails open on malformed input (review directive: drift must be visible, never silent).
- SCHEMA_
VERSION