batpak 0.2.0

Event sourcing with causal graphs and policy gates. Sync API, zero async.
Documentation
1
2
3
# Append and query

Use `Store::append`, `Store::get`, `Store::query`, `Store::stream`, `Store::by_scope`, and `Store::by_fact` for the basic event-log workflow. The storage boundary returns `StoredEvent<serde_json::Value>`, which carries both the `Coordinate` and the decoded event payload/header.