Skip to content

History

Revisions

  • docs: correct stale install commands, tool counts, and deprecated plugin guidance The wiki had drifted badly from the shipped engine (v1.3.0): - Install commands used the UNSCOPED 'cortex-engine' package, which is now only a deprecation stub on npm. The .mcp.json examples pinned 'cortex-engine@0.6.0' — a version that genuinely still resolves, so anyone following the wiki got engine 0.6.0 instead of 1.3.0. Now scoped @fozikio/cortex-engine, pinned to 1.3.0 in the MCP examples. - Tool counts were wrong in three places: Quick-Start said 25, Tool-Reference said 57, MCP-Integration said 25. Verified against createTools() in the built engine: 59. - Tool-Reference listed the same tools twice — once under 'Core' and again under '@fozikio/tools-*' plugin headings — and told users to install those packages. They were absorbed into core at v1.0.0 and are frozen/unmaintained on npm. Rewritten against the engine's own 13-category taxonomy. - FAQ/MCP-Integration/Quick-Start told users to npm install the deprecated tools-* packages; replaced with the real mechanism (per-namespace config). - MCP-Integration's 'core tools' table now matches CORE_TOOLS exactly (12). - CLI list was missing migrate, tools, and nli. Counts and command lists verified against a clean clone + build of master, not from the old docs.

    @idapixl idapixl committed Jul 30, 2026
    ab2bf28
  • docs: update version references for v1.1.0, remove stale v0.9.0 refs

    @idapixl idapixl committed Mar 25, 2026
    f9f7752
  • docs: v0.9.0 — add Cognitive Architecture page, update tool count and version refs

    @idapixl idapixl committed Mar 16, 2026
    96b8883
  • docs: add LLM Providers page, update Tool Reference for v0.8.0

    @idapixl idapixl committed Mar 16, 2026
    18621e1
  • docs: update wiki for v0.6.0 - Quick-Start: version-pinned install, platform-aware .mcp.json note, wander command - Installation: correct model size (23MB not 50MB), version-pinned install, fozikio serve - MCP-Integration: separate Windows/Unix configs, version pinning, ENOENT fix note - Tool-Reference: complete rewrite — accurate 25 core tools, all plugins, CLI commands Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

    @idapixl idapixl committed Mar 16, 2026
    74c404b
  • docs: update wiki for SQLite defaults, reflex CLI, npx fozikio init - Installation: SQLite + built-in embeddings as defaults, no cloud needed - Quick Start: npx fozikio init flow, CLI commands, reflex validation - MCP Integration: simplified config, plugin auto-discovery, agent scoping - Configuration: agent.yaml reference, storage/embed comparison tables - FAQ: updated for local-first defaults, reflex rules, plugin list - Architecture: SQLite alongside Firestore, reflex in diagram Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

    @idapixl idapixl committed Mar 16, 2026
    b114000
  • fix: remove references to private idapixl-cortex repo Replace "clone idapixl-cortex" instructions with a self-contained Hono server wrapper example using cortex-engine as a library. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

    @idapixl idapixl committed Mar 15, 2026
    80f877e
  • Updated Architecture (markdown)

    @idapixl idapixl committed Mar 15, 2026
    94bada4
  • docs: initialize wiki with 10 pages Home, Installation, Quick Start, Architecture, Plugin Authoring, MCP Integration, Deployment, Tool Reference, Configuration, FAQ Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

    @idapixl idapixl committed Mar 15, 2026
    0a48f88