Skip to content

Commit f55a148

Browse files
idapixlclaude
andcommitted
docs: update README for v0.6.0
- Quick Start: version-pinned install, npx fozikio serve, platform-aware note - Skills: consolidated cortex-memory (removed stale cortex-query/cortex-review refs) - CLI section: wander, health, vitals, maintain, report commands Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 8cbbb34 commit f55a148

1 file changed

Lines changed: 18 additions & 5 deletions

File tree

README.md

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,15 @@ Works with Claude Code, Cursor, Windsurf, or any MCP-compatible client. Runs loc
3434
## Quick Start
3535

3636
```bash
37-
npm install cortex-engine
37+
npm install cortex-engine@0.6.0
3838
npx fozikio init my-agent
3939
cd my-agent
40-
npx cortex-engine # starts MCP server
40+
npx fozikio serve # starts MCP server
4141
```
4242

43-
Your agent now has 25 cognitive tools. See the **[Quick Start](https://github.com/Fozikio/cortex-engine/wiki/Quick-Start)** wiki page for the full 5-minute setup.
43+
Your agent now has 25 cognitive tools. The generated `.mcp.json` is version-pinned and platform-aware (Windows `cmd /c` wrapper handled automatically).
44+
45+
See the **[Quick Start](https://github.com/Fozikio/cortex-engine/wiki/Quick-Start)** wiki page for the full 5-minute setup.
4446

4547
### Multi-Agent
4648

@@ -56,6 +58,18 @@ Each agent gets isolated memory via namespaces. See the **[Architecture](https:/
5658

5759
The fastest path: open an AI agent in an empty directory and say *"set up a cortex workspace."* The agent runs `npx fozikio init`, reads the generated files, and is immediately productive. See the **[Installation](https://github.com/Fozikio/cortex-engine/wiki/Installation)** wiki page for the full guide.
5860

61+
### CLI
62+
63+
```bash
64+
npx fozikio serve # start MCP server
65+
npx fozikio health # memory health report
66+
npx fozikio vitals # behavioral vitals and prediction error
67+
npx fozikio wander # walk through the memory graph
68+
npx fozikio wander --from "auth" # seeded walk from a topic
69+
npx fozikio maintain fix # scan and repair data issues
70+
npx fozikio report # weekly quality report
71+
```
72+
5973
### Development
6074

6175
```bash
@@ -98,8 +112,7 @@ Skills are invocable workflows that agents can use via `/skill-name`.
98112

99113
| Skill | When to Use | What It Provides |
100114
|-------|-------------|-----------------|
101-
| `cortex-query` | Before evaluation, review, design, or creation work | Best practices for querying cortex — specificity, keyword mode, neighbor exploration, anti-patterns |
102-
| `cortex-review` | When reviewing code, designs, or proposals | A structured review workflow that grounds feedback in cortex memory, with a standard output format |
115+
| `cortex-memory` | Query, record, and review work | Full memory workflow — query/observe patterns, belief tracking, memory-grounded code review, session patterns |
103116

104117
### Agents
105118

0 commit comments

Comments
 (0)