Skip to content

v0.1.0

Latest

Choose a tag to compare

@mneirynck mneirynck released this 09 Feb 22:57
· 2 commits to main since this release

Initial release of the Context Engine CLI.

What's included

  • context build — Build a context cache from source documents
  • context resolve — Query for relevant documents within a token budget
  • context inspect — Inspect cache metadata and validity
  • Frozen exit code contract (0–7) for scripting and CI
  • Deterministic output — identical inputs always produce identical JSON

Install

cargo install context-cli

This installs the context binary.

Links