pluribus-context 0.3.10 → 0.3.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -4,8 +4,12 @@
4
4
 
5
5
  All notable changes to Pluribus are documented here.
6
6
 
7
+ ## 0.3.11 — npm discovery metadata alignment
8
+
7
9
  ### Changed
8
10
 
11
+ - Patch the npm package description to include both `CLAUDE.md` and `Claude Code`, keeping the sharpened discovery metadata compatible with the published smoke gate after `0.3.10` exposed the mismatch.
12
+ - Make the published smoke gate tolerate the already-published `0.3.10` metadata while requiring the stricter `Claude Code` description from `0.3.11` onward.
9
13
  - Make `discovery:smoke` report both the published npm package and the local `package.json` plus a `pendingNpmPublish` summary, so adoption/search evidence is not misread while `0.3.10` metadata is prepared but npm latest is still `0.3.9`.
10
14
  - Refresh package discovery metadata for the next npm publish by putting `CLAUDE.md`, `rules sync`, and `Copilot instructions` in the package description and guarding adjacent npm-search keywords in `release:verify`.
11
15
  - Link review/listing feedback from the README contribution CTA and CONTRIBUTING guide, and guard those links in `release:verify`, so directory maintainers and package reviewers can find the dedicated route even when they do not start from the Community Review Packet.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pluribus-context",
3
- "version": "0.3.10",
4
- "description": "AI context/rules sync for CLAUDE.md, Cursor rules, Copilot instructions, OpenClaw, Windsurf, Continue, and Zed.",
3
+ "version": "0.3.11",
4
+ "description": "AI context/rules sync for CLAUDE.md, Claude Code, Cursor rules, Copilot instructions, OpenClaw, Windsurf, Continue, and Zed.",
5
5
  "type": "module",
6
6
  "homepage": "https://github.com/caioribeiroclw-pixel/pluribus#readme",
7
7
  "repository": {
@@ -1 +1 @@
1
- export const VERSION = '0.3.10'
1
+ export const VERSION = '0.3.11'