mirror of
https://github.com/thedotmack/claude-mem
synced 2026-04-25 17:15:04 +02:00
The skill previously listed 3 manifest paths and omitted `npm publish` entirely, which meant `npx claude-mem@X.Y.Z` only resolved when someone ran publish out-of-band. Now the skill: - Enumerates all 6 version-bearing files (package.json, plugin/package.json, .claude-plugin/marketplace.json, .claude-plugin/plugin.json, plugin/.claude-plugin/plugin.json, .codex-plugin/plugin.json). - Adds an explicit `npm publish` step with `npm view claude-mem@X.Y.Z version` verification so the npx-distributed version is the one users actually pin. - Documents `npm run release:patch|minor|major` (np helper) as an alternative. - Adds `git grep` pre-flight so new manifests are discovered automatically. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>