@blyp/core
What's Changed
Published March 16, 2026
Highlights
- Renamed the npm package to @blyp/core
- Updated all documented import paths and subpath imports to @blyp/core/...
- Updated package metadata and publish configuration for scoped npm publishing
- Ensured npm publish uses public access for the scoped package
- Removed committed local temp artifacts:
- tmp-debug/
- .tmp-types/
- Added ignore rules to prevent those temp artifacts from being committed again
- Added agent/repo naming guidance in CLAUDE.md
- Added root README clarification that Blyphq is the GitHub org behind Blyp
- Removed accidental local-path leakage from workflow and shipped artifacts
- Fixed docs so all documented @blyp/core/... imports match actual package exports
- Zero remaining occurrences of the old package name in repo-owned files
- Zero remaining old subpath imports
- No absolute local filesystem paths remain in repo-owned files or built source maps
- bun run type-check passes
- bun run build passes
- bun run test passes (210 passing)
- npm package: @blyp/core
- version: 0.1.2
Notes
This release completes the package rename from blyp-js to @blyp/core and cleans up publish/deployment metadata.