From 9a18d5c64271e432a1c43dfde2d79379eb61532b Mon Sep 17 00:00:00 2001 From: Natalie Date: Sun, 19 Apr 2026 20:36:33 -0700 Subject: [PATCH] =?UTF-8?q?chore(@projects/@magic-civilization):=20?= =?UTF-8?q?=F0=9F=94=A7=20update=20local=20npm=20registry=20commands?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- tooling/claude/dot-claude/settings.local.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tooling/claude/dot-claude/settings.local.json b/tooling/claude/dot-claude/settings.local.json index 034aab4a..276b6e5a 100644 --- a/tooling/claude/dot-claude/settings.local.json +++ b/tooling/claude/dot-claude/settings.local.json @@ -38,7 +38,9 @@ "Bash(npm --registry http://npm.black.local view @lilith/mcp-objectives dist-tags)", "Bash(npm --registry http://npm.black.local view @lilith/mcp-experts dist-tags)", "Bash(npm --registry http://npm.black.local view @lilith/mcp-experts versions --json)", - "Bash(npm --registry http://npm.black.local view @lilith/mcp-objectives versions --json)" + "Bash(npm --registry http://npm.black.local view @lilith/mcp-objectives versions --json)", + "Bash(ssh apricot *)", + "Bash(npm *)" ] } }