feat: make bip-kit an installable package - #1
Merged
Conversation
- Single unscoped package `bip-kit` (was @bip-kit/core in a workspace): tsc build to dist/, exports map with types, files allowlist, provenance. - NodeNext module resolution with explicit .js specifiers. - Real test suite (32 tests): parser block semantics incl. CRLF, unterminated fences, table/paragraph ambiguity, embed allowlisting; frontmatter quoting and colon-in-value; video allowlist rejections incl. lookalike hosts; and a tarball-consumer test that imports the packed package by bare specifier so the exports map and files list are what gets tested, not relative paths. - CI (verify) + reconciler publish workflow: merging a version bump to main is the release; auth is npm trusted publishing (OIDC), no token anywhere. - README rewritten around the content contract; templates now reference `bip-kit`. The cp-based "sync from studio" model is gone: FleetCrown and AOZ will consume this package from npm instead of vendored copies. 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.
Turns the scaffold into a real, publishable package:
bip-kit, tsc →dist/, exports map with types,filesallowlist, provenance. NodeNext resolution with explicit.jsspecifiers.cp-sync model is gone — FleetCrown and AOZ will depend on the npm package next.First publish note: npm can't pin a trusted publisher on a package that doesn't exist yet, so 0.1.0 ships once via one-time auth; every release after is tokenless.
🤖 Generated with Claude Code