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
Background
A maintainer decision in #174 says to remove npm information and code. The current repository and parked PR #156 still contain npm launch/package surfaces, so the package-channel decision needs a focused cleanup path instead of further npm metadata alignment.
User value
Users should only see install and distribution paths that actually exist and are intended to be supported. Removing unavailable npm surfaces avoids a broken install path and keeps onboarding trust high.
Adoption rationale
Install clarity is a first-run trust issue. The project already has active non-npm paths such as install scripts, Go install, Homebrew docs, and GitHub releases; public docs should concentrate on supported paths.
Suggested scope
Remove npm package information from public docs and site surfaces.
Remove or neutralize npm package wrapper files from repository/package surfaces according to maintainer intent.
Risk
P1. This touches install/distribution copy and release-surface checks. The main risk is leaving stale npm references behind or accidentally weakening checks for supported install paths.
Source
Product routing after maintainer decision in #174 and current PR #156/#189 state.
Background
A maintainer decision in #174 says to remove npm information and code. The current repository and parked PR #156 still contain npm launch/package surfaces, so the package-channel decision needs a focused cleanup path instead of further npm metadata alignment.
Evidence
i desided remove all npm info and code.npm view agenttrace version --jsonstill returns npm E404.User value
Users should only see install and distribution paths that actually exist and are intended to be supported. Removing unavailable npm surfaces avoids a broken install path and keeps onboarding trust high.
Adoption rationale
Install clarity is a first-run trust issue. The project already has active non-npm paths such as install scripts, Go install, Homebrew docs, and GitHub releases; public docs should concentrate on supported paths.
Suggested scope
Non-goals
Acceptance criteria
go build, andgo test ./...pass.Suggested lane
lane/growth
Risk
P1. This touches install/distribution copy and release-surface checks. The main risk is leaving stale npm references behind or accidentally weakening checks for supported install paths.
Source
Product routing after maintainer decision in #174 and current PR #156/#189 state.