You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Remove 3D memory dashboard (brain graph) entirely — only unified 2D
neural graph remains
- Remove open_memory_dashboard tool (34 → 33 tools)
- Delete unused 3D leftover files from unified viz (clusters, layout,
scene, nodes, edges, effects, interaction, batch, zoom)
- Remove domain clustering force from unified graph renderer
- Fix global memory edge explosion: deduplicate domain_hub_ids by hub_id
so global nodes connect to ~10 unique hubs instead of 61 aliases
- Update all version references to 2.6.0
- Clean up docs, skills, README, CLAUDE.md references
- ruff format all files
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: .claude-plugin/plugin.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"name": "cortex",
3
3
"description": "Persistent memory and cognitive profiling for Claude Code — thermodynamic memory with heat/decay, intent-aware retrieval, biological plasticity, codebase intelligence, and cognitive profiling. 35 MCP tools. Docker image available with PostgreSQL + pgvector pre-configured.",
@@ -356,8 +355,7 @@ Each agent uses `agent_topic` scoping — a **soft boost** that promotes topic-r
356
355
```bash
357
356
# From any Claude Code session:
358
357
/cortex-visualize # or directly:
359
-
# cortex:open_visualization — 3D neural graph at localhost:3458
360
-
# cortex:open_memory_dashboard — Memory heatmap at localhost:3457
358
+
# cortex:open_visualization — Unified neural graph at localhost:3458
361
359
```
362
360
363
361
The graph organizes everything into a 6-level hierarchy — from broad categories down to individual memories and entities. Node size reflects importance, glow reflects heat (recency), and colored arcs show quality scores. Auto-shuts down after 10 minutes idle.
0 commit comments