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
The repository has npm wrapper documentation, but the package is not published yet. Current release-surface CI checks README, Homebrew, site metadata, and the demo report, while npm/README.md can still drift independently.
Evidence
Latest release is v0.4.6.
npm view agenttrace version --json currently returns npm E404.
origin/masternpm/README.md still presents an npm install -g agenttrace block and includes AGENTTRACE_RELEASE_TAG=v0.4.2 node install.js in maintainer checks.
scripts/ci/check-release-surfaces.sh does not scan npm/README.md for stale versions or unavailable active install paths.
Users and maintainers should not be pointed at an unavailable npm install path or stale release tag when checking package-wrapper docs.
Adoption rationale
Keeping package docs under the same release-surface validation reduces install confusion and keeps public package-channel messaging consistent while npm publication remains undecided.
Suggested scope
Extend release/docs CI validation so npm/README.md is checked for stale explicit release tags.
While npm remains unpublished, fail if npm/README.md presents npm install -g agenttrace as an active install method instead of a future/after-publish path.
Keep the check small and deterministic; do not publish npm or change package registry state.
Non-goals
Do not run npm publish.
Do not create tags, releases, Homebrew updates, or external posts.
Low to medium. The check should avoid blocking future npm publication once a maintainer records the package-channel decision and the package is actually published.
Source
Product release-surface audit on 2026-05-10, npm view agenttrace version --json, npm/README.md, and scripts/ci/check-release-surfaces.sh.
Background
The repository has npm wrapper documentation, but the package is not published yet. Current release-surface CI checks README, Homebrew, site metadata, and the demo report, while
npm/README.mdcan still drift independently.Evidence
v0.4.6.npm view agenttrace version --jsoncurrently returns npmE404.origin/masternpm/README.mdstill presents annpm install -g agenttraceblock and includesAGENTTRACE_RELEASE_TAG=v0.4.2 node install.jsin maintainer checks.scripts/ci/check-release-surfaces.shdoes not scannpm/README.mdfor stale versions or unavailable active install paths.User value
Users and maintainers should not be pointed at an unavailable npm install path or stale release tag when checking package-wrapper docs.
Adoption rationale
Keeping package docs under the same release-surface validation reduces install confusion and keeps public package-channel messaging consistent while npm publication remains undecided.
Suggested scope
npm/README.mdis checked for stale explicit release tags.npm/README.mdpresentsnpm install -g agenttraceas an active install method instead of a future/after-publish path.Non-goals
npm publish.Acceptance criteria
npm/README.mdcontains a stale explicit version tag such as an oldAGENTTRACE_RELEASE_TAGexample.npm/README.mdadvertisesnpm install -g agenttraceas an active install path.Suggested lane
lane/quality
Risk
Low to medium. The check should avoid blocking future npm publication once a maintainer records the package-channel decision and the package is actually published.
Source
Product release-surface audit on 2026-05-10,
npm view agenttrace version --json,npm/README.md, andscripts/ci/check-release-surfaces.sh.