Releases: dimosgit/grounded-knowledge-engine
Releases · dimosgit/grounded-knowledge-engine
Release list
Grounded Knowledge Engine v0.2.1
GKE v0.2.1 strengthens agent routing, attribution policy, release sanitization, and the Operator Cockpit.
Install
npm install --global https://github.com/dimosgit/grounded-knowledge-engine/releases/download/v0.2.1/grounded-knowledge-engine-0.2.1.tgz
gke demo
cd gke-demo
gke setupRestart the configured client from the workspace after setup so it reloads the MCP tool catalog.
Highlights
AGENTS.mdis the explicit operating contract for grounded MCP routing.- AI assistants are treated as tools, not repository contributors; AI authorship, co-authorship, reviewer, session, and release attribution are prohibited.
- The installable package now includes the agent contract, client guidance, GitHub Copilot instructions, and the grounded knowledge workflow skill.
- The Cockpit Context Graph now exposes readable project, decision, checkpoint, attention, and explicitly scoped evidence relationships.
- Project-task writeback uses the shared project service.
- The scrub gate separates public patterns from the ignored maintainer overlay and continues to fail closed.
Verification
- Complete engine suite passed, including packaged global install and MCP smoke verification.
- BM25 and SQLite retrieval quality floors passed.
- Cockpit: 33 test files and 193 tests passed; typecheck and production build passed.
- Full maintainer scrub, tracked-file checks, and complete secret-history scan passed.
- Release artifact verified to contain the agent contract and grounded workflow skill.
SHA-256 (grounded-knowledge-engine-0.2.1.tgz):
e19d8abf180cea84310768dbbfbf3ad6ef043b21b69a1b496106ead5e8b0fe76
Grounded Knowledge Engine v0.2.0
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 setupRestart Codex or Claude from gke-demo, then ask it to use GKE to resume the router-rollout project.
Highlights
- A packaged
gkeexecutable that runs compiled JavaScript without a source checkout ortsxruntime. gke setupfor automatic, idempotent MCP configuration from the current workspace.gke demofor 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.