v0.1.0 — Core Engine
Initial release of ctxgraph — local-first context graph engine for AI agents and human teams.
What's in v0.1.0
- SQLite storage with WAL mode and FTS5 full-text search
- Bi-temporal edges — valid_time + transaction_time for temporal reasoning
- Graph traversal — multi-hop walks with depth limiting via recursive CTEs
- Episode/Entity/Edge type system with fluent builder API
- CLI commands: init, log, query, entities, decisions, stats
- 24 tests covering all core functionality
Install
cargo install ctxgraph-cli