Skip to content

Releases: gracjankubicki/node-boost

v0.4.0

Choose a tag to compare

@gracjankubicki gracjankubicki released this 06 Aug 07:04
64a1bb5

What's Changed

New Contributors

  • @teh23 made their first contribution in #4

Full Changelog: v0.3.0...v0.4.0

node-boost 0.3.0

Choose a tag to compare

@gracjankubicki gracjankubicki released this 16 Jul 07:00
cccf51d

What's Changed

Full Changelog: v0.2.0...v0.3.0

node-boost 0.2.0

Choose a tag to compare

@gracjankubicki gracjankubicki released this 15 Jul 10:10
6667597

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/plugin contract,
  • added explicit plugin loading, namespaced architectures, variants, safe cleanup, and doctor/MCP reporting,
  • removed the experimental 0.1.x package-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

Choose a tag to compare

@gracjankubicki gracjankubicki released this 08 Jul 12:08
  • 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, and mcp.
  • Added MCP tools: application_info, list_routes, doctor, audit, and explain_finding.
  • Added 14 audit rules (NB-ARCH-001 through NB-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.