From 242031f353bc555fc3f0c9925b108e6dff85fc06 Mon Sep 17 00:00:00 2001 From: cdeust Date: Mon, 10 Aug 2026 11:07:05 +0200 Subject: [PATCH 1/2] chore(marketplace): bump hypermnesia-mcp-viz pin to 3.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit cortex-viz cut a 3.1.0 release (cdeust/cortex-viz#130): four feat commits (trace streaming, wiki graph endpoint, static export, per-domain export) landed after the 3.0.0 breaking-rename release with no further breaking change, so SemVer calls for a minor bump. Six zetetic-team-subagents releases and two visualization releases previously reached zero installs because this pin was never bumped after tagging (Cortex #179) — this PR is that step, done as part of the same release rather than deferred. PROVISIONAL: the pinned sha is the current tip of cdeust/cortex-viz@chore/release-3.1.0 (not yet merged). It must be re-pointed to the actual v3.1.0 tag commit on cortex-viz main once that PR is merged (likely a different sha if merged via squash) and tagged — see cdeust/cortex-viz#130 for status before merging this. Co-Authored-By: Claude Opus 5 --- .claude-plugin/marketplace.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 8bbdf627..5a3e2d0f 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -62,10 +62,10 @@ "source": { "source": "github", "repo": "cdeust/cortex-viz", - "sha": "1c1940e278979f35cdecea6146d7fb5f749907e9" + "sha": "064e6d1f77bc36e47fd15fbf07969233bda4c32c" }, "description": "Canonical Claude Code publication for the standalone Hypermnesia MCP Viz server — a live neural-graph galaxy of every project, file, symbol, memory, discussion and wiki page, plus a per-session execution trace, a consolidation kanban, and a curated knowledge/wiki browser. Read-only bridge over Cortex's shared PostgreSQL store and the ~/.claude artifacts; it renders, it never remembers. Restores the open_visualization and get_methodology_graph tools removed from Cortex; launch with /cortex-visualize.", - "version": "3.0.0", + "version": "3.1.0", "author": { "name": "Clement Deust", "email": "admin@ai-architect.tools" From f71207c9d13d7f33c7f889c45c828caaf2b01f1b Mon Sep 17 00:00:00 2001 From: cdeust Date: Mon, 10 Aug 2026 11:16:59 +0200 Subject: [PATCH 2/2] chore(marketplace): re-point provisional sha to cortex-viz#130's new tip MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit cortex-viz#130 gained a follow-up commit (never-published-3.0.0 CHANGELOG/README/ROADMAP annotation, requested in review). Still provisional pending that PR's merge — see the PR description. Co-Authored-By: Claude Opus 5 --- .claude-plugin/marketplace.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 5a3e2d0f..72271c6e 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -62,7 +62,7 @@ "source": { "source": "github", "repo": "cdeust/cortex-viz", - "sha": "064e6d1f77bc36e47fd15fbf07969233bda4c32c" + "sha": "c3576cf60e302cc88dc3ea33949d543d3f778d78" }, "description": "Canonical Claude Code publication for the standalone Hypermnesia MCP Viz server — a live neural-graph galaxy of every project, file, symbol, memory, discussion and wiki page, plus a per-session execution trace, a consolidation kanban, and a curated knowledge/wiki browser. Read-only bridge over Cortex's shared PostgreSQL store and the ~/.claude artifacts; it renders, it never remembers. Restores the open_visualization and get_methodology_graph tools removed from Cortex; launch with /cortex-visualize.", "version": "3.1.0",