fix(setup-projects-meta): canon path table -> .common/lib

SKILL.md Phase 5 platform-path table (lines 152-154) had stale
~/.local/projects-meta-mcp; replace with ~/projects/.common/lib/
projects-meta-mcp to match real install canon (body Phase 4 clone
target + ~/.claude.json mcpServers.projects-meta.args[0]).

version: 1.0.0 -> 1.0.1 (PATCH, doc consistency).

Closes [using-projects-meta-fix-paths] (.tasks/STATUS.md done).
Sibling task [migrate-to-common-lib] in projects-meta-mcp closed
the same day with matching path migration.
This commit is contained in:
2026-05-05 21:14:06 +03:00
parent 66f39e7ec8
commit 2f7943f06f
4 changed files with 40 additions and 8 deletions

View File

@@ -97,10 +97,10 @@ _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.
## 🟢 [using-projects-meta-fix-paths] — fix stale `~/.local/projects-meta-mcp/` paths in `setup-projects-meta` SKILL.md
**Status:** done
**Where I stopped:** `setup-projects-meta/SKILL.md` lines 152154 (Phase 5 platform-path table) переписаны с `~/.local/projects-meta-mcp` на `~/projects/.common/lib/projects-meta-mcp` (Windows/Linux/macOS варианты); `version:` bump 1.0.0 → 1.0.1 (PATCH, doc consistency); rebuild `dist/setup-projects-meta.skill` + install в `~/.claude/skills/setup-projects-meta/` подтверждены (frontmatter `version: 1.0.1` в установленной копии); `using-projects-meta/{SKILL,README}.md` уже были чистые из прошлых коммитов; line 224 (`Path forms (~/.local/..., ~/.config/..., ~/projects/...) are identical on all three.`) намеренно оставлена как generic POSIX-path syntax aside, не projects-meta install reference
**Next action:** (none — kept until merged)
**Branch:** master
<!-- created-by: vitya@local / from: meeting-room / 2026-05-05 -->