You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR #178 added release-surface checks for npm/README.md, but origin/master root README.md still contains npm availability wording while the npm package-channel decision is unresolved. PR #156 improves this copy, but it is still draft + status/needs-human, so the repeatable guard should cover the root README too.
origin/master root README.md currently says: The npm wrapper is also available as agenttrace after each release is published.
npm/README.md is now guarded by scripts/ci/check-release-surfaces.sh, but root README.md is not checked for unavailable npm install or availability wording.
Users should not infer that npm is an active or automatically available install path before the package-channel decision is recorded and publication actually happens.
Adoption rationale
Install clarity protects first-run trust. If the root README drifts independently from npm/README.md, users may try an unavailable package path even when the npm wrapper docs are cautious.
Suggested scope
Extend scripts/ci/check-release-surfaces.sh or an equivalent docs gate to catch root README npm availability wording while npm remains unpublished.
Public docs continue to avoid unavailable active npm install instructions.
Suggested lane
lane/quality
Risk
Low. The main risk is making the check too broad and blocking future authorized npm docs; keep the condition tied to unpublished-state wording and update it when #174 is resolved.
Source
Product release-surface audit on 2026-05-10 after #178 merged.
Background
PR #178 added release-surface checks for
npm/README.md, butorigin/masterrootREADME.mdstill contains npm availability wording while the npm package-channel decision is unresolved. PR #156 improves this copy, but it is still draft +status/needs-human, so the repeatable guard should cover the root README too.Evidence
origin/masterrootREADME.mdcurrently says:The npm wrapper is also available as agenttrace after each release is published.npm/README.mdis now guarded byscripts/ci/check-release-surfaces.sh, but rootREADME.mdis not checked for unavailable npm install or availability wording.User value
Users should not infer that npm is an active or automatically available install path before the package-channel decision is recorded and publication actually happens.
Adoption rationale
Install clarity protects first-run trust. If the root README drifts independently from
npm/README.md, users may try an unavailable package path even when the npm wrapper docs are cautious.Suggested scope
scripts/ci/check-release-surfaces.shor an equivalent docs gate to catch root README npm availability wording while npm remains unpublished.Non-goals
Acceptance criteria
README.mdpresents npm as active/available while the package remains unpublished.Suggested lane
lane/quality
Risk
Low. The main risk is making the check too broad and blocking future authorized npm docs; keep the condition tied to unpublished-state wording and update it when #174 is resolved.
Source
Product release-surface audit on 2026-05-10 after #178 merged.