Skip to content

Commit 754ce14

Browse files
cdeustclaude
andcommitted
release: v3.14.1 — hero screenshot + version bump
New README hero captures the v3.14 visual: 26 brain-region clouds arranged on a Fibonacci spiral, each one shaped by the real AST edges between its files and symbols, with cross-project imports forming the bridging space between hubs. Includes the fixes shipped since 3.14.0: - Board + Knowledge views crash from prototype-name symbol labels (Object.create(null) indices) - L6 legend now exposes every symbol-type with its palette color (function / method / class / module / constant / entity) - Multi-language AST coverage — 20 label kinds across Java, Kotlin, Swift, ObjC, C, C++, Go, Rust, Python - Code-impact chips in Knowledge + Board cards surface the symbols that touch each memory (by file ref or word-boundary name match) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 35b686d commit 754ce14

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
},
77
"metadata": {
88
"description": "Persistent memory and cognitive profiling plugins for Claude Code",
9-
"version": "3.14.0"
9+
"version": "3.14.1"
1010
},
1111
"plugins": [
1212
{
1313
"name": "cortex",
1414
"source": "./",
1515
"description": "Persistent memory and cognitive profiling for Claude Code — thermodynamic memory with heat/decay, intent-aware retrieval, biological plasticity, codebase intelligence, and cognitive profiling. 42 MCP tools with enriched schemas. PostgreSQL + pgvector in CLI mode; automatic SQLite fallback in Cowork/sandboxed mode. Curated wiki (ADRs, specs, lessons) with audit-artefact filtering. Consolidate is set-based SQL batched — decay/plasticity/pruning run 100-500× faster on large stores. Ingests codebase analysis (ai-automatised-pipeline) and PRDs (prd-spec-generator) into wiki + memory + knowledge graph. Docker image available.",
16-
"version": "3.14.0",
16+
"version": "3.14.1",
1717
"author": {
1818
"name": "Clement Deust",
1919
"email": "admin@ai-architect.tools"

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cortex",
33
"description": "Persistent memory for Claude Code — remembers across sessions automatically. Install and forget. Scientific retrieval backed by 41 published papers.",
4-
"version": "3.14.0",
4+
"version": "3.14.1",
55
"author": {
66
"name": "Clement Deust",
77
"email": "admin@ai-architect.tools"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src="docs/assets/cortex-workflow-graph.png" alt="Cortex workflow graph — every project becomes a brain-region cloud; nodes cluster by the Claude surface that touched them (skills, hooks, commands, agents, tools, files, memories, discussions); thin long-range threads mark shared files and shared MCPs between clouds" width="100%"/>
2+
<img src="docs/assets/cortex-workflow-graph.png" alt="Cortex workflow graph — each project becomes a dense brain-region cloud whose shape IS its code: files, commands, agents, memories and AST symbols (functions, methods, classes, modules, constants across 27 languages) are pulled into position by the real edges between them (defined_in, calls, imports, member_of, tool_used_file). Symbols touched by two projects sit in the inter-project space between their hubs; long threads mark shared files and MCPs." width="100%"/>
33
</p>
44

55
<p align="center">
@@ -8,7 +8,7 @@
88
<img src="https://img.shields.io/badge/python-3.10+-blue.svg" alt="Python 3.10+">
99
<img src="https://img.shields.io/badge/tests-2500_passing-brightgreen.svg" alt="Tests">
1010
<img src="https://img.shields.io/badge/citations-41_papers-orange.svg" alt="Citations">
11-
<img src="https://img.shields.io/badge/version-3.14.0-brightgreen.svg" alt="Version 3.14.0">
11+
<img src="https://img.shields.io/badge/version-3.14.1-brightgreen.svg" alt="Version 3.14.1">
1212
<a href="https://glama.ai/mcp/servers/cdeust/Cortex"><img src="https://glama.ai/mcp/servers/cdeust/Cortex/badges/score.svg" alt="Glama score: security A, license A"></a>
1313
</p>
1414

-2.57 MB
Loading

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "neuro-cortex-memory"
7-
version = "3.14.0"
7+
version = "3.14.1"
88
description = "Scientifically-grounded memory system based on computational neuroscience research"
99
readme = "README.md"
1010
license = "MIT"

0 commit comments

Comments
 (0)