Releases: contextenginehq/context-core
Releases · contextenginehq/context-core
v0.1.0
Initial release of the Context Engine core library.
What's included
- Document ingestion and content-hash versioning
- Cache building with deterministic manifest, index, and document storage
- Term-frequency scoring with frozen float format (serde_json minimal f32)
- Token-budgeted selection with deterministic tie-breaking (score DESC, id ASC)
- Zero-score document inclusion when budget allows
- Cache inspection and validation
Install
cargo add context-core