Announce the published package with live install commands and npm badges - #47
Merged
Conversation
@agntk/codegraph-mcp@0.1.0 is verified live on the registry, so the README, landing page, security policy, and examples stop gating install commands on a future publication and show the real npx commands, with npm version and download badges on the README. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
What changed
@agntk/codegraph-mcp@0.1.0 is live on npm (verified: registry tarball byte-identical to the release artifact, both public npx forms boot from the registry). This flips every doc surface from publication-gated to live: README gains npm version and weekly-download badges (encoded scoped route, both verified HTTP 200; the downloads badge honestly renders "too new" until npm serves counts) and presents the npx quick start as live; the landing hero and release sections drop their gates, with the claim-audit script now FORBIDDING the gate language it previously required; SECURITY refers to the published package; DISTRIBUTION-SETUP marks the manual 0.1.0 bootstrap complete while keeping the tag/GitHub-release workflow step accurately unclaimed; mcp.json.example makes the registry config primary.
Verification
Red-first on the audit script (old copy failed for the four expected gate phrases, new copy passes across 12 source files); npm view returns 0.1.0; both badge URLs return valid SVG; apps/web typecheck, lint, build, and claim audit all exit 0; all touched markdown links resolve; zero em-dash characters; full tree builds 21/21 forced and tests 36/36.
🤖 Generated with Claude Code