[Growth] Align npm package surfaces with current parser coverage#224
Merged
Conversation
Owner
Author
Owner
Author
Quality Gatekeeper ReviewVerdict: PASS Checks:
Notes: Decision: Handoff to: Growth |
This was referenced May 19, 2026
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.
Closes #189
Summary
User-facing value
Users browsing package metadata get compatibility signals that match the current parser coverage before npm publication is authorized.
Adoption rationale
Package metadata is a searchable package-channel surface. Keeping it aligned now reduces stale compatibility wording entering npm unchanged later.
Scope
npm/package.jsonkeywords.Test plan
node -e "JSON.parse(require('fs').readFileSync('npm/package.json','utf8')); console.log('npm/package.json OK')"git diff --checkgo test ./...go build -o /tmp/agenttrace-growth-check ./cmd/agenttracescripts/ci/check-release-surfaces.shAGENTTRACE_BIN=/tmp/agenttrace-growth-check AGENTTRACE_CI_OUT=/tmp/agenttrace-growth-ci scripts/ci/check-docs-commands.shscripts/ci/check-pages-artifact.sh site(cd npm && npm pack --dry-run)Note:
markdownlint README.md docs/**/*.mdis unavailable locally (markdownlint: command not found).Safety checklist