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
Decision:
PASS. This is a focused residual cleanup after #225: it removes deleted npm package file references from the launch-kit checklist and extends the release-surface guard to cover docs/launch-kit.md. The only remaining npm-related grep hits are in the guard itself. No npm wrapper files are tracked.
Label action after merge: add status/auto-merged; remove status/ready-for-review.
Handoff to: Growth
User-facing release checklist cleanup will land after merge. No tag, GitHub Release, package publish, npm publish, Homebrew publish, external posting, secret handling, permission expansion, or unrelated workflow refactor is included.
Changed files: docs/launch-kit.md and scripts/ci/check-release-surfaces.sh
Diff removes stale references to deleted npm/package.json and npm/README.md, and extends release-surface scanning to docs/launch-kit.md.
Decision:
PASS. This is a focused follow-up to the reopened #223 residual cleanup. It removes the stale launch-kit npm checklist reference and adds guard coverage for that file. No tag, GitHub Release, package publish, npm publish, Homebrew publish, external posting, secret handling, permission expansion, or unrelated workflow/docs refactor is included.
Label action after merge: remove status/ready-for-review; add status/auto-merged.
Handoff to: Growth
The remaining user-visible cleanup is launch/release checklist wording only. Future release notes may mention the unavailable npm wrapper path removal if notes are generated from merged PRs.
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
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 #223
Summary
docs/launch-kit.mdfor npm package/wrapper regressions.User-facing value
Release checklist readers no longer see deleted npm package surfaces as part of the current install story.
Adoption rationale
Keeping launch and release docs aligned with the supported install paths avoids sending new users or maintainers toward unavailable package surfaces.
Scope
Test plan
git diff --checkgo test ./...go build -o /tmp/agenttrace-growth-check ./cmd/agenttrace/tmp/agenttrace-growth-check --doctorscripts/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 siteAGENTTRACE_BIN=/tmp/agenttrace-growth-check AGENTTRACE_CI_OUT=/tmp/agenttrace-growth-ci scripts/ci/check-output-contract.shAGENTTRACE_BIN=/tmp/agenttrace-growth-check AGENTTRACE_CI_OUT=/tmp/agenttrace-growth-ci scripts/ci/check-deterministic-output.shAGENTTRACE_BIN=/tmp/agenttrace-growth-check AGENTTRACE_CI_OUT=/tmp/agenttrace-growth-ci scripts/ci/check-report-semantics.shmarkdownlint README.md docs/**/*.md || trueattempted; unavailable locally (markdownlint: command not found)Safety checklist