Releases: gracjankubicki/node-boost
Releases · gracjankubicki/node-boost
Release list
v0.4.0
What's Changed
- Retry npm release readback after publish by @gracjankubicki in #3
- Prepare node-boost 0.4.0 by @teh23 in #4
New Contributors
Full Changelog: v0.3.0...v0.4.0
node-boost 0.3.0
What's Changed
- Harden correctness and release flow for 0.3.0 by @gracjankubicki in #2
Full Changelog: v0.2.0...v0.3.0
node-boost 0.2.0
node-boost 0.2.0
Highlights
- hardened audit, guard, suppression, hooks, config lifecycle, and generated-resource ownership,
- removed regular-expression literals from
src/audit/**in favor of AST, TypeScript Scanner, and structural analysis, - added reproducible clean-tarball and packed-consumer release gates,
- introduced the content-only
@node-boost/node-boost/plugincontract, - added explicit plugin loading, namespaced architectures, variants, safe cleanup, and doctor/MCP reporting,
- removed the experimental
0.1.xpackage-root JavaScript API; use CLI/MCP or@node-boost/node-boost/plugin.
Verification
- 95 tests across 18 test files,
- typecheck, lint, and build,
- packed CLI consumer smoke,
- packed node-boost plus packed example-plugin smoke.
See CHANGELOG.md and README.md for the full migration and plugin authoring guide.
v0.1.0
- Initial React-focused release of node-boost.
- Added stack detection for Next.js and Vite React projects.
- Added generated
.ai/guidelines/**and.ai/skills/**resources for React, Next, Vite, React Router, Tailwind CSS, TypeScript, zod, React Query, Zustand, Vitest, and Playwright. - Added 13 architecture guidance patterns and feature-modules boundary variants.
- Added CLI commands:
install,update,doctor,audit,guard,explain, andmcp. - Added MCP tools:
application_info,list_routes,doctor,audit, andexplain_finding. - Added 14 audit rules (
NB-ARCH-001throughNB-ARCH-014) with suppression and machine-readable reports. - Added Claude Code, Codex, and Cursor agent integration, including optional guard hooks.
- Added GitHub Actions CI for package checks.