pluribus-context 0.3.9 → 0.3.10

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,6 +4,37 @@
4
4
 
5
5
  All notable changes to Pluribus are documented here.
6
6
 
7
+ ### Changed
8
+
9
+ - 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
+ - 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
+ - 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.
12
+ - Add a dedicated review/listing feedback issue template and link it from the Community Review Packet, so directory maintainers and package reviewers can report categorization/copy/safety friction without forcing the feedback into audit or quickstart forms.
13
+ - Replace stale current-facing `pluribus-context@0.3.3` availability claims in audit docs with `pluribus-context@latest` and guard public docs against future hard-coded package-version claims that look current.
14
+ - Make `release:verify` detect stale local/remote `v<package version>` tags, so a prepared npm release cannot accidentally drift from its GitHub release artifact.
15
+ - Add an exact awesome-list Markdown entry to the Community Review Packet and guard it in `release:verify`, so contextual list submissions can reuse one honest, tested line instead of rewriting category copy per channel.
16
+ - Add a Fit and boundaries section to the Community Review Packet and guard it in `release:verify`, so reviewers can quickly distinguish Pluribus from one-tool rules managers, one-time converters, memory layers, retrieval, and agent orchestration.
17
+ - Add license and install/run fields to the Community Review Packet's directory submission table and guard them in `release:verify`, so curators do not have to infer basic listing metadata before testing Pluribus.
18
+
19
+ ## 0.3.10 — discovery and reviewer routing refresh
20
+
21
+ ### Added
22
+
23
+ - Add `npm run review:smoke` and wire it into `release:verify` so the Community Review Packet's public 60-second smoke test is exercised against `pluribus-context@latest` before release/distribution pushes.
24
+ - Add the Community Review Packet to GitHub's issue/contact chooser and guard that link in `release:verify`, so reviewers who click “New issue” can still find directory copy, safety notes, feedback links, and the 60-second smoke test.
25
+ - Track external distribution PRs in `discovery:smoke`, starting with the contextual `awesome-ai-coding-tools` submission, so manual listing experiments have state/mergeability/comment evidence in the adoption baseline.
26
+ - Add explicit feedback links to the community review packet and guard them in `release:verify`, so reviewers can route audit feedback, quickstart confusion, or broader workflow notes without hunting through the repo.
27
+ - Add recent discussion comment authors and an external-comment count to the discovery smoke report so maintainer-only discussion updates do not look like community feedback.
28
+ - Add GitHub repo signals to the discovery smoke report so adoption/distribution checks track stars, forks, watchers, open issues, open pull requests, and discussions alongside npm search/download signals.
29
+ - Add npm download counts to the discovery smoke report so adoption/distribution checks track search visibility and package activity together.
30
+ - Add `npm run discovery:smoke` and `docs/discovery-smoke.md` so npm/GitHub search visibility can be measured repeatably after metadata, topic, README, or distribution-copy changes.
31
+
32
+ ### Changed
33
+
34
+ - Surface the Community Review Packet near the top of the README and guard the reviewer shortcut copy in `release:verify`, so curators and package reviewers can find directory fields, safety notes, feedback links, and the 60-second smoke test before scanning the full docs.
35
+ - Make the README intro say explicitly that `pluribus-context` is an AI context sync CLI and guard that positioning in `release:verify`, improving package-name/problem-query clarity for reviewers and search surfaces.
36
+ - Extend the release smoke gate to install the packed CLI globally into a temporary prefix and verify `npm uninstall -g pluribus-context` removes the `pluribus` binary, protecting the first-run removability claim used in trust/review copy.
37
+
7
38
  ## 0.3.9 — npm discovery metadata refresh
8
39
 
9
40
  ### Added
package/README.md CHANGED
@@ -8,10 +8,14 @@
8
8
 
9
9
  > Intentional context across every AI tool you use.
10
10
 
11
- Pluribus keeps project instructions, conventions, constraints, and team context in one versioned source of truth, then syncs that context into the formats each AI tool expects.
11
+ Pluribus (`pluribus-context` on npm, `pluribus` on the command line) is an AI context sync CLI for teams and projects that use Claude Code, Cursor, GitHub Copilot, OpenClaw, Windsurf, Continue, or Zed.
12
+
13
+ It keeps project instructions, conventions, constraints, and team context in one versioned source of truth, then syncs that context into the formats each AI tool expects.
12
14
 
13
15
  It is **not** a persistent memory layer, retrieval system, agent orchestrator, or agent-merging framework. Think `CLAUDE.md`, `.cursorrules`, `copilot-instructions.md`, `AGENTS.md` — one intentional context, multiple generated outputs.
14
16
 
17
+ **Reviewer shortcut:** evaluating Pluribus for a list, newsletter, package roundup, or tool directory? Use the [Community Review Packet](docs/community-review-packet.md) for copy-paste directory submission fields, safety/removability notes, feedback links, and a disposable 60-second smoke test.
18
+
15
19
  ---
16
20
 
17
21
  ## The Problem
@@ -148,7 +152,7 @@ npx --yes pluribus-context@latest sync --dry-run
148
152
 
149
153
  If the preview looks right, run `npx --yes pluribus-context@latest sync` to write the tool-specific files.
150
154
 
151
- For a fuller walkthrough, see the [Quickstart](docs/quickstart.md). To enforce generated context files in pull requests, use the [CI audit example](docs/ci-audit-example.md); to catch drift before commits leave your machine, use the [Pre-commit Audit Hook](docs/pre-commit-audit.md). If your repo already has `CLAUDE.md`, `.cursorrules`, Copilot instructions, or `AGENTS.md`, run a [Context Drift Audit](docs/context-drift-audit.md) first, try the intentionally drifted [audit example](examples/context-drift-audit/), then follow [Migrate Existing AI Context Files](docs/migrate-existing-context.md). Before committing shared or generated AI instructions, use the [Context File Review Checklist](docs/context-file-review.md). If you're deciding between Pluribus and a one-way rules converter, see [When to use Pluribus](docs/when-to-use-pluribus.md). If you are debugging "context drift" after compaction or long sessions, start with the [Context Drift Taxonomy](docs/context-drift-taxonomy.md) to separate file drift from runtime precedence drift. If you are reviewing Pluribus for a list, newsletter, or tool directory, use the [Community Review Packet](docs/community-review-packet.md) for directory submission fields, a one-line description, safety notes, and a disposable 60-second smoke test.
155
+ For a fuller walkthrough, see the [Quickstart](docs/quickstart.md). To enforce generated context files in pull requests, use the [CI audit example](docs/ci-audit-example.md); to catch drift before commits leave your machine, use the [Pre-commit Audit Hook](docs/pre-commit-audit.md). If your repo already has `CLAUDE.md`, `.cursorrules`, Copilot instructions, or `AGENTS.md`, run a [Context Drift Audit](docs/context-drift-audit.md) first, try the intentionally drifted [audit example](examples/context-drift-audit/), then follow [Migrate Existing AI Context Files](docs/migrate-existing-context.md). Before committing shared or generated AI instructions, use the [Context File Review Checklist](docs/context-file-review.md). If you're deciding between Pluribus and a one-way rules converter, see [When to use Pluribus](docs/when-to-use-pluribus.md). If you are debugging "context drift" after compaction or long sessions, start with the [Context Drift Taxonomy](docs/context-drift-taxonomy.md) to separate file drift from runtime precedence drift. If you are reviewing Pluribus for a list, newsletter, or tool directory, use the [Community Review Packet](docs/community-review-packet.md) for directory submission fields, a one-line description, safety notes, and a disposable 60-second smoke test. Maintainers can track package/repo discovery with the [Discovery Smoke Checks](docs/discovery-smoke.md).
152
156
 
153
157
  ### Usage
154
158
 
@@ -377,6 +381,7 @@ Follow along: [@RibeiroCaioCLW](https://x.com/RibeiroCaioCLW)
377
381
 
378
382
  If you've felt this pain, tell me about your setup. What tools do you use? How do you manage context today? What's broken?
379
383
 
384
+ - [Review/listing feedback](https://github.com/caioribeiroclw-pixel/pluribus/issues/new?template=review-feedback.yml) — if Pluribus was hard to classify for a directory, awesome-list, newsletter, or package review
380
385
  - [Quickstart feedback](https://github.com/caioribeiroclw-pixel/pluribus/issues/new?template=quickstart-feedback.yml) — if install, validate, or dry-run felt confusing
381
386
  - [Audit feedback](https://github.com/caioribeiroclw-pixel/pluribus/issues/new?template=audit-feedback.yml) — if read-only `pluribus audit` missed drift, was noisy, or left the next step unclear
382
387
  - [Bug report](https://github.com/caioribeiroclw-pixel/pluribus/issues/new?template=bug-report.yml) — if a command failed or generated the wrong output
@@ -406,7 +411,8 @@ This project is just getting started. The best way to help right now:
406
411
  2. ⭐ Star the repo if the problem resonates
407
412
  3. 🗣️ [Open a quickstart feedback issue](https://github.com/caioribeiroclw-pixel/pluribus/issues/new?template=quickstart-feedback.yml) if anything felt confusing
408
413
  4. 🔎 [Open an audit feedback issue](https://github.com/caioribeiroclw-pixel/pluribus/issues/new?template=audit-feedback.yml) if the read-only audit missed drift or felt noisy
409
- 5. 📣 Share with someone who maintains 3+ AI context files
414
+ 5. 🧭 [Open a review/listing feedback issue](https://github.com/caioribeiroclw-pixel/pluribus/issues/new?template=review-feedback.yml) if the category, listing copy, or safety/removability claims are unclear
415
+ 6. 📣 Share with someone who maintains 3+ AI context files
410
416
 
411
417
  Looking for first contributions? Check out the [open issues](https://github.com/caioribeiroclw-pixel/pluribus/issues). The next good contributions are CI/CD workflow examples, real-world adapter feedback, and install/quickstart friction reports.
412
418
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  Use this when `pluribus.md` is the source of truth and generated context files should stay current in pull requests.
4
4
 
5
- `pluribus audit --strict` is read-only: it fails when a generated file is missing or drifted, but it does not rewrite anything in CI. The `--github-annotations`, `--json`, `--output`, and `--ci` flags are published in `pluribus-context@0.3.3` and available through the npm `latest` tag.
5
+ `pluribus audit --strict` is read-only: it fails when a generated file is missing or drifted, but it does not rewrite anything in CI. The `--github-annotations`, `--json`, `--output`, and `--ci` flags are available through the npm `latest` tag (`pluribus-context@latest`).
6
6
 
7
7
  Use `--ci` in GitHub Actions when you want the shortest path: it is equivalent to `--strict --github-annotations`, so drift appears inline in the check UI and the job fails on drift. Use the explicit flags when composing custom outputs; pair annotations with `--json --output pluribus-audit.json` when you want a machine-readable artifact for dashboards or review comments. The output contract is documented in [`schemas/audit-result.schema.json`](../schemas/audit-result.schema.json).
8
8
 
@@ -23,12 +23,22 @@ Use these fields for directories, awesome lists, or review forms that ask for a
23
23
  | Name | Pluribus |
24
24
  | URL | https://github.com/caioribeiroclw-pixel/pluribus |
25
25
  | npm | https://www.npmjs.com/package/pluribus-context |
26
+ | License | MIT |
27
+ | Install / run | `npx --yes pluribus-context@latest audit` or `npm install -g pluribus-context@latest` |
26
28
  | Category | AI coding tools / context management |
27
29
  | Tags | `claude-code`, `cursor`, `copilot`, `openclaw`, `windsurf`, `continue`, `zed`, `context-drift` |
28
30
  | One sentence | Keep one versioned AI coding context in `pluribus.md`, then audit or sync the generated files used by Claude Code, Cursor, Copilot, OpenClaw, Windsurf, Continue, and Zed. |
29
31
  | 280-char blurb | Pluribus is an open-source CLI for intentional AI coding context. It keeps project guidance in one `pluribus.md`, then audits or syncs `CLAUDE.md`, Cursor rules, Copilot instructions, `AGENTS.md`, Windsurf/Continue rules, and Zed rules. |
30
32
  | Safe first command | `npx --yes pluribus-context@latest audit` |
31
33
 
34
+ ### Awesome-list Markdown entry
35
+
36
+ Use this exact line when a curated list accepts one Markdown bullet per tool:
37
+
38
+ ```markdown
39
+ - [Pluribus](https://github.com/caioribeiroclw-pixel/pluribus) - Open-source CLI that keeps one versioned AI coding context in sync across Claude Code, Cursor, Copilot, OpenClaw, Windsurf, Continue, and Zed.
40
+ ```
41
+
32
42
  ## Why it may be useful
33
43
 
34
44
  - Reduces copy-paste drift between AI tool instruction files.
@@ -36,6 +46,19 @@ Use these fields for directories, awesome lists, or review forms that ask for a
36
46
  - Supports composable local context and explicit remote imports for shared team/org guidance.
37
47
  - Provides CI/pre-commit audit paths so generated context drift is visible in code review.
38
48
 
49
+ ## Fit and boundaries
50
+
51
+ Use this section when a directory, list maintainer, or reviewer asks how Pluribus differs from adjacent rules-sync or prompt-file tools.
52
+
53
+ | Question | Short answer |
54
+ | --- | --- |
55
+ | What category is it? | AI coding context management / rules sync CLI. |
56
+ | What is the source of truth? | `pluribus.md`, reviewed in git. |
57
+ | What does it generate? | Tool-native context files for Claude Code, Cursor, Copilot, OpenClaw, Windsurf, Continue, and Zed. |
58
+ | What is the safe first step? | Run `npx --yes pluribus-context@latest audit` to inspect existing context files without writing. |
59
+ | When is another tool enough? | If you only need one tool's native rules format or a one-time converter, a smaller rules manager/converter may be enough. |
60
+ | What is Pluribus not? | Not chat memory, retrieval, vector search, agent orchestration, or agent merging. |
61
+
39
62
  ## Safety and removability
40
63
 
41
64
  - `audit`, `validate`, and `sync --dry-run` are read-only.
@@ -77,6 +100,15 @@ Expected result:
77
100
  - When to use Pluribus: <https://github.com/caioribeiroclw-pixel/pluribus/blob/main/docs/when-to-use-pluribus.md>
78
101
  - First-run audit feedback: <https://github.com/caioribeiroclw-pixel/pluribus/issues/new?template=audit-feedback.yml>
79
102
 
103
+ ## Feedback links
104
+
105
+ Use the narrowest public path that matches what you tested:
106
+
107
+ - Directory/listing/reviewer fit or copy feedback: <https://github.com/caioribeiroclw-pixel/pluribus/issues/new?template=review-feedback.yml>
108
+ - Read-only audit result or unclear next step: <https://github.com/caioribeiroclw-pixel/pluribus/issues/new?template=audit-feedback.yml>
109
+ - Quickstart/install/setup confusion: <https://github.com/caioribeiroclw-pixel/pluribus/issues/new?template=quickstart-feedback.yml>
110
+ - Broader workflow notes about managing AI context across tools: <https://github.com/caioribeiroclw-pixel/pluribus/discussions/13>
111
+
80
112
  ## Feedback requested
81
113
 
82
114
  If you try it on a real repo, please do not paste secrets, private source code, credentials, customer data, or internal instructions that should not be public. Avoid pasting private context or full audit JSON from non-public projects. The most useful report is:
@@ -18,7 +18,7 @@ Want to see the workflow before touching a real repo? Use the intentionally drif
18
18
 
19
19
  ## Version availability
20
20
 
21
- The read-only audit workflow, including `--json`, `--output <file>`, `--github-annotations`, and `--ci`, is published in `pluribus-context@0.3.3` and available through the npm `latest` tag.
21
+ The read-only audit workflow, including `--json`, `--output <file>`, `--github-annotations`, and `--ci`, is available through the npm `latest` tag (`pluribus-context@latest`).
22
22
 
23
23
  ```bash
24
24
  npx --yes pluribus-context@latest audit --strict --json
@@ -0,0 +1,40 @@
1
+ # Discovery smoke checks
2
+
3
+ Pluribus has two different discovery surfaces:
4
+
5
+ 1. **Registry metadata** (`npm view`) — updates quickly after publish.
6
+ 2. **Search indexes** (`npm search`, GitHub search) — update more slowly and rank results differently per query.
7
+
8
+ Use this smoke when changing package keywords, repository topics, description copy, review packet copy, or distribution strategy:
9
+
10
+ ```bash
11
+ npm run discovery:smoke
12
+ ```
13
+
14
+ The script intentionally separates hard checks from observation:
15
+
16
+ - hard check: `npm search pluribus-context` should rank `pluribus-context` at position `0`;
17
+ - observation: `publicPackage` reports the currently published npm package, while `localPackage` reports the checked-out `package.json`, so release prep can tell whether search/download evidence is measuring the live package or an unpublished local version;
18
+ - observation: `pendingNpmPublish`, `npmLatestMatchesLocal`, `localDescriptionPublished`, and `unpublishedKeywordCount` summarize the public-vs-local release gap before interpreting generic search visibility;
19
+ - observation: npm download counts for `last-day`, `last-week`, and `last-month` are included so adoption signals can be logged alongside search visibility;
20
+ - observation: generic queries such as `ai context sync`, `claude code context sync`, `context-sync ai-rules claude-md`, and `rules-sync context-files ai-agents` report rank/top results without failing;
21
+ - observation: GitHub repository search reports whether `caioribeiroclw-pixel/pluribus` appears for package/problem queries;
22
+ - observation: GitHub repo signals include stars, forks, watchers, latest release, open issues, open pull requests, and recent discussions so adoption loops can distinguish search visibility from real feedback;
23
+ - observation: recent discussion comment authors and an `externalRecentDiscussionComments` summary separate maintainer-only updates from real external feedback.
24
+ - observation: tracked external distribution PRs, such as contextual awesome-list submissions, report state/mergeability/comments so manual distribution experiments can be measured without opening multiple submissions blindly.
25
+
26
+ The JSON output is meant to be pasted into activity logs without exposing secrets or local project context. Download counts can include local smoke/release installs, GitHub counts can lag indexing, and discussion comment author windows are capped to recent comments, so treat them as directional unless there is external corroboration such as new stars, issues, replies, or third-party mentions.
27
+
28
+ ## Current baseline
29
+
30
+ As of 2026-05-17 01:01 UTC, public npm is still `pluribus-context@0.3.9` while the local checkout is preparing `0.3.10`:
31
+
32
+ - `npm search pluribus-context` ranks Pluribus at position `0`.
33
+ - `pendingNpmPublish` is expected to be `true` until npm auth/2FA allows publishing `0.3.10`; generic search results still measure the public `0.3.9` metadata, not the sharpened local `0.3.10` description/keywords.
34
+ - npm downloads are visible through the same smoke report (`last-day`, `last-week`, `last-month`), but current values still include likely noise from release/publish/smoke activity.
35
+ - GitHub adoption signals are visible in the same report: stars/forks/watchers, latest release, open issues, open pull requests, discussion activity, and recent external discussion-comment count.
36
+ - External distribution tracking starts with the contextual `awesome-ai-coding-tools` PR and records whether it remains open, mergeable, commented on, or merged.
37
+ - Generic npm queries still favor adjacent packages such as `sync-ai-context`, `ai-rules-sync`, `cursor2claude`, and `@intellectronica/ruler`.
38
+ - That means exact-name discovery works, but problem-query discovery is still weak and should be treated as a lagging adoption metric, especially while `pendingNpmPublish` is true.
39
+
40
+ Do not publish a new package only because a generic search index has not caught up. Recheck later, then change metadata or distribution copy only if the missing query is still strategically important. When `pendingNpmPublish` is true, publish/auth state must be resolved before treating local metadata changes as live discovery evidence.
@@ -25,7 +25,7 @@ Run the consolidated release gate from the repo root:
25
25
  npm run release:verify
26
26
  ```
27
27
 
28
- The verifier requires a clean `main...origin/main` checkout, reports the local package version versus npm latest, classifies the npm auth state from `npm whoami` (logged in, missing auth, or invalid/stale token), smokes the currently published npm package when one exists, then runs `npm test`, `git diff --check`, `npm run release:smoke`, `npm pack --dry-run`, and `npm publish --dry-run`. If npm auth is missing or stale, the verifier still proves the package is technically ready and names the auth/2FA action left before publish.
28
+ The verifier requires a clean `main...origin/main` checkout, reports the local package version versus npm latest, classifies the npm auth state from `npm whoami` (logged in, missing auth, or invalid/stale token), smokes the currently published npm package when one exists, then runs `npm test`, `git diff --check`, `npm run review:smoke`, `npm run release:smoke`, `npm pack --dry-run`, and `npm publish --dry-run`. If npm auth is missing or stale, the verifier still proves the package is technically ready and names the auth/2FA action left before publish.
29
29
 
30
30
  If you need to debug an individual step, run it directly:
31
31
 
@@ -33,6 +33,7 @@ If you need to debug an individual step, run it directly:
33
33
  npm run published:smoke
34
34
  npm test
35
35
  git diff --check
36
+ npm run review:smoke
36
37
  npm run release:smoke
37
38
  npm pack --dry-run
38
39
  npm publish --dry-run
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pluribus-context",
3
- "version": "0.3.9",
4
- "description": "Sync intentional AI context and rules across Claude Code, Cursor, Copilot, OpenClaw, Windsurf, Continue, and Zed.",
3
+ "version": "0.3.10",
4
+ "description": "AI context/rules sync for CLAUDE.md, 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": {
@@ -30,7 +30,9 @@
30
30
  "release:smoke": "node scripts/release-smoke.js",
31
31
  "published:smoke": "node scripts/published-smoke.js",
32
32
  "release:verify": "node scripts/release-verify.js",
33
- "release:publish": "node scripts/release-publish.js"
33
+ "release:publish": "node scripts/release-publish.js",
34
+ "discovery:smoke": "node scripts/discovery-smoke.js",
35
+ "review:smoke": "node scripts/review-smoke.js"
34
36
  },
35
37
  "keywords": [
36
38
  "agent-rules",
@@ -40,11 +42,13 @@
40
42
  "ai-agents",
41
43
  "ai-coding-agents",
42
44
  "ai-context",
45
+ "ai-context-sync",
43
46
  "ai-rules",
44
47
  "ai-tools",
45
48
  "aider",
46
49
  "claude",
47
50
  "claude-code",
51
+ "claude-context",
48
52
  "claude-md",
49
53
  "cli",
50
54
  "codex",
@@ -55,6 +59,7 @@
55
59
  "context-sync",
56
60
  "continue",
57
61
  "copilot",
62
+ "copilot-instructions",
58
63
  "cursor",
59
64
  "cursor-rules",
60
65
  "developer-tools",
@@ -63,7 +68,9 @@
63
68
  "rules",
64
69
  "rules-sync",
65
70
  "windsurf",
66
- "zed"
71
+ "windsurf-rules",
72
+ "zed",
73
+ "zed-rules"
67
74
  ],
68
75
  "author": "Caio Ribeiro",
69
76
  "license": "MIT",
@@ -1 +1 @@
1
- export const VERSION = '0.3.9'
1
+ export const VERSION = '0.3.10'