From 66f39e7ec81bca30336171474513fd99f30f85b8 Mon Sep 17 00:00:00 2001 From: vitya Date: Tue, 5 May 2026 20:59:52 +0300 Subject: [PATCH] add [using-projects-meta-fix-paths]: fix stale ~/.local/ refs Skill prescribes `node ~/.local/projects-meta-mcp/dist/sync.js` for the Step 0 freshness gate, but the real install (per ~/.claude.json) lives at ~/projects/.common/lib/projects-meta-mcp/. setup-projects-meta likely needs the same audit. Co-Authored-By: Claude Opus 4.7 (1M context) --- .tasks/STATUS.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.tasks/STATUS.md b/.tasks/STATUS.md index 8043ad6..28b88bb 100644 --- a/.tasks/STATUS.md +++ b/.tasks/STATUS.md @@ -96,3 +96,12 @@ _Updated: 2026-05-05_ --- + +## ⚪ [using-projects-meta-fix-paths] — fix stale `~/.local/projects-meta-mcp/` paths in `using-projects-meta` (and likely `setup-projects-meta`) SKILL.md +**Status:** ready +**Where I stopped:** (not started) — discovered 2026-05-05 while debugging an MCP disconnect in `.meeting-room`. Skill's Step 0 Freshness gate prescribes `node ~/.local/projects-meta-mcp/dist/sync.js`, but the real install (per `~/.claude.json` `mcpServers.projects-meta.command`) lives at `~/projects/.common/lib/projects-meta-mcp/`. Sibling task `[migrate-to-common-lib]` in `projects-meta-mcp` closed the same day with the same finding. +**Next action:** grep `skills/using-projects-meta/SKILL.md` for `~/.local/projects-meta-mcp/`, replace with `~/projects/.common/lib/projects-meta-mcp/` (Step 0 sync command line + the `npm run sync` cwd hint). Audit `skills/setup-projects-meta/SKILL.md` for the same path — it likely still installs to `~/.local/`. Rebuild + reinstall. Bump SKILL.md version per claude-skills semver rule. +**Branch:** master + + +---