Skip to content

Grounded Knowledge Engine v0.2.0

Choose a tag to compare

@dimosgit dimosgit released this 01 Aug 12:55
· 22 commits to main since this release

GKE v0.2.0 turns the repository into an installable product for Codex, Claude, Gemini CLI, and GitHub Copilot users.

Start in five minutes

npm install --global https://github.com/dimosgit/grounded-knowledge-engine/releases/download/v0.2.0/grounded-knowledge-engine-0.2.0.tgz
gke demo
cd gke-demo
gke setup

Restart Codex or Claude from gke-demo, then ask it to use GKE to resume the router-rollout project.

Highlights

  • A packaged gke executable that runs compiled JavaScript without a source checkout or tsx runtime.
  • gke setup for automatic, idempotent MCP configuration from the current workspace.
  • gke demo for a writable, sanitized golden-path workspace.
  • A verified five-minute resume → grounded answer → capture → fresh-session retrieval tutorial.
  • Action-first project resume, checkpoints, daily review, durable decisions, conflict-safe capture, document ingestion, and isolated workspace vaults.
  • Cockpit workspace identity, shared Attention Inbox, typed command palette, and safe review workflows.

Verification

  • Complete engine suite passed on the release commit.
  • Pack → global install → setup → compiled MCP smoke → demo resume passed from the generated tarball.
  • Cockpit: 32 test files and 187 tests passed.
  • Production boundary and bundle budgets passed.
  • BM25 and SQLite retrieval floors passed.
  • Tracked-file string, filename, and secret scans passed.

SHA-256 (grounded-knowledge-engine-0.2.0.tgz):

0a77d011b8b8c2e6f01bdfe96b58ef9caa08a760aade4fcfcd65e9153883af8e

See the repository CHANGELOG.md and docs/tutorials/five-minute-golden-path.md for the full release details and walkthrough.