Docs advisory: the wiki was pinning an old engine version (0.6.0) — please re-check your install #46
idapixl
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
A docs audit today found that our GitHub wiki had drifted from the shipped engine. The README was correct, but the wiki was not — and the wiki had never been audited before. Apologies.
If you set up cortex from the wiki, check your version
The wiki's
.mcp.jsonexamples pinned the unscoped package at an old version:Unscoped
cortex-engineis now only a deprecation stub — but0.6.0still resolves, so this silently installed engine 0.6.0 instead of 1.3.0. That predates the v1.0.0 tool absorption and the SQLite-by-default change, so a lot of documented behaviour simply wouldn't match.Check what you actually have:
The correct config is the scoped package:
Or just let
npx fozikio initgenerate it — it's version-pinned and platform-aware.Also corrected
createTools()in a clean build.@fozikio/tools-*packages are deprecated. They were absorbed into core at v1.0.0 and are frozen on npm. Several wiki pages still told you tonpm installthem — that adds nothing. All 59 tools ship inside the engine; 12 are active by default and the rest are enabled per-namespace:migrate,tools, andnli.Third-party plugin authoring is unaffected and still supported.
The Quick Start, Installation, MCP Integration, Tool Reference, FAQ, and Deployment pages are all updated.
If something still looks wrong, please reply here.
All reactions