Phase 4: release prep — final README, packaged license, publish-ready tarball - #7
Merged
Merged
Conversation
…kage - Root README: add install + quickstart section, refresh the status note (demo GIF shipped, benchmark live) - Copy LICENSE into packages/core so npm includes it in the tarball - Add homepage/bugs to the package manifest - ROADMAP: mark README + license done; npm publish is verified publish-ready and blocked only on npm login (human action) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
Finalizes the Phase 4 release checklist up to the npm publish itself.
packages/coreso npm ships it in the tarball, and addshomepage/bugsto the manifest.npm pack --dry-runproduces a 13.5 kB tarball containing exactlydist/,README.md,LICENSE,package.json; the built entry point imports cleanly and exports the full public API. Theextractkitname is free on npm. All 174 tests pass, typecheck clean.npm publish— needsnpm loginfirst (human action), thenpnpm --filter extractkit publish.🤖 Generated with Claude Code