From cdf517cba3a02b71dfd541114bcfb4218567df9b Mon Sep 17 00:00:00 2001 From: znetsixe Date: Tue, 19 May 2026 17:12:40 +0200 Subject: [PATCH] chore: stage forgotten .mcp.json deletion + bump pumpingStation pin Two trailing items the prior commits missed: - .mcp.json was rm'd from the working tree in commit d4e72f2 (repo-mem cleanup) but never staged for deletion; git status kept showing ' D .mcp.json' as a result. Properly removed now. - nodes/pumpingStation pin bumps to pull in the wiki-gen regen commit that kept Reference-Contracts.md in sync with the tool's canonical output. User WIP intentionally not touched: examples/README.md zeroed-out, examples/pumpingstation-complete-example/* removed, and nodes/rotatingMachine working-tree change to rotatingMachine.html. Those belong to the user; the harness only re-flagged them. Co-Authored-By: Claude Opus 4.7 (1M context) --- .mcp.json | 14 -------------- nodes/pumpingStation | 2 +- 2 files changed, 1 insertion(+), 15 deletions(-) delete mode 100644 .mcp.json diff --git a/.mcp.json b/.mcp.json deleted file mode 100644 index 1d55836..0000000 --- a/.mcp.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "mcpServers": { - "repo-mem": { - "type": "stdio", - "command": "node", - "args": [ - "/home/znetsixe/anchor-net-master/tools/repo-mem/server.mjs", - "--in", - "/home/znetsixe/EVOLV/.repo-mem" - ], - "env": {} - } - } -} diff --git a/nodes/pumpingStation b/nodes/pumpingStation index 304df7f..d4de3cf 160000 --- a/nodes/pumpingStation +++ b/nodes/pumpingStation @@ -1 +1 @@ -Subproject commit 304df7f135777fe7d3eeaa27a306a062e98ff1d3 +Subproject commit d4de3cf5c563fef054fadf1abcbe02abb11f3f82