docs(npm): record the publish deferral; stop advertising the squatted @pact-protocol install - #66
Merged
Merged
Conversation
…he squatted @pact-protocol install (refs #62) Ruling lineage recorded in docs/npm-scope-decision.md so it is never re-litigated: 08-05 scope decided (@pact-spec, fallback @pact_); the 08-30 tailor-app#5536 comment naming @pact-protocol was made without this dossier and is superseded (scope re-verified squatted 09-01); 09-01 publish deferred entirely - the vendored SHA-pinned bundle is the distribution mechanism of record. The conformance README's npm install advertisement pointed at the unaffiliated scope (dependency-confusion shape) and is replaced with vendor-by-SHA guidance plus a permanent warning. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Bugbot couldn't run - usage limit reachedBugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit. A user or team admin can review and increase usage limits in the Cursor dashboard. (requestId: serverGenReqId_91237522-d7a7-470e-9d55-3cc4549eaaf7) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Records Knox's 2026-09-01 ruling — npm publication deferred entirely; the vendored SHA-pinned bundle (tailor-app PR #5640 + its CI drift gate) is the distribution mechanism of record — and fixes a live hazard:
spec/v2.3/conformance/README.mdadvertisednpm install @pact-protocol/conformance-vectors, which 404s AND names the scope owned by an unrelated third party (re-verified 2026-09-01:@pact-protocol/sdk0.5.0, maintainerbeek3). Anyone following that instruction after the squatter publishes a matching name would install a stranger's code.docs/npm-scope-decision.md: dated status update with the full ruling lineage (08-05 scope → 08-30 superseded outlier → 09-01 deferral), so the decision is never re-litigated.spec/v2.3/conformance/README.md: vendor-by-SHA guidance (the tailor-app pattern) + permanent unaffiliated-scope warning, per the dossier's own recommendation.Docs-only; no package.json changes (the staged package publishes nothing without NPM_TOKEN, which has never existed).
(refs #62, TailorAU/tailor-app#5536)
🤖 Generated with Claude Code
Note
Low Risk
Documentation-only; no runtime, publish pipeline, or package manifest changes.
Overview
Documents that npm publication is deferred and makes vendored, SHA-pinned conformance vectors (with per-file hashes and CI drift gates, as in
TailorAU/tailor-app) the official distribution path for v2.3.docs/npm-scope-decision.mdgains a 2026-09-01 status block with ruling lineage (Aug 5@pact-specscope → superseded Aug 30@pact-protocolpublish comment → Sep 1 full deferral) and a standing warning that@pact-protocolon npm is third-party and unaffiliated.spec/v2.3/conformance/README.mdreplacesnpm install @pact-protocol/conformance-vectorsand therequire.resolveconsumption snippet with git clone + pinned SHA instructions, the same npm-scope warning, and pinning guidance framed around commits instead of package versions.Reviewed by Cursor Bugbot for commit 81d6931. Bugbot is set up for automated code reviews on this repo. Configure here.