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

@@ -1,6 +1,6 @@
---
name: setup-projects-meta
version: 1.0.0
version: 1.0.1
description: Installs and configures the local `projects-meta-mcp` stdio server — clones the repo to `~/projects/.common/lib/projects-meta-mcp`, builds it, writes `~/.config/projects-mcp/auth.toml` with the user's Gitea token, clones the shared wiki to `~/projects/.wiki/` (content lives in root), and registers `mcpServers.projects-meta` in `~/.claude.json`. Use this skill when the user says "install projects-meta", "set up projects-meta", "configure projects-meta", "настрой projects-meta", "установи projects-meta", "projects-meta не работает", "projects-meta isn't working", or whenever the `mcp__projects-meta__*` tools are missing in a session that needs cross-project task aggregation or the shared Gitea wiki. Cross-platform — Windows / Linux / macOS. Mutates user-level config and writes secrets; pauses for confirmation before every write.
---
@@ -149,9 +149,9 @@ Absolute path resolution:
| Platform | `<ABSOLUTE_PATH_TO>` |
|---|---|
| Windows | `C:/Users/<USER>/.local/projects-meta-mcp` (forward slashes; works in JSON without escaping) |
| Linux | `/home/<USER>/.local/projects-meta-mcp` |
| macOS | `/Users/<USER>/.local/projects-meta-mcp` |
| Windows | `C:/Users/<USER>/projects/.common/lib/projects-meta-mcp` (forward slashes; works in JSON without escaping) |
| Linux | `/home/<USER>/projects/.common/lib/projects-meta-mcp` |
| macOS | `/Users/<USER>/projects/.common/lib/projects-meta-mcp` |
After each edit, validate JSON: