rulvar API reference / @rulvar/rulvar / EntryKind
Type Alias: EntryKind
ts
type EntryKind =
| "agent"
| "step"
| "child"
| "external"
| "approval"
| "rand"
| "decision"
| "plan.revision"
| "plan.decision"
| "ledger.op"
| "resolution"
| "abandon"
| "node.link"
| "termination.init"
| "termination.denied";Defined in: packages/core/dist/index.d.ts
The single kinds registry v2. Readers MUST tolerate unknown kinds; stores pass them through byte-for-byte (obligation A4).