Skip to content

v0.3.0 - Private workflow adapter boundary

Latest

Choose a tag to compare

@panghim panghim released this 26 Jun 10:43
d1f0278

Summary

Tax AI v0.3.0 keeps the public framework active while clarifying how private production workflows can integrate safely.

Highlights

  • Added route-level lazy loading for major feature modules.
  • Reduced the production entry chunk from about 1,242 kB to about 220 kB.
  • Added private workflow adapter contracts for safe public/private integration.
  • Documented the private workflow adapter boundary.
  • Refreshed open source application notes with current 60+ star community traction.
  • Closed the duplicate bundle-size tracking issue after the code-splitting PR merged.

Validation

  • npm run check passed on main.
  • TypeScript typecheck passed.
  • Vite production build passed.
  • Vitest passed: 25 tests.

Notes

Tax AI remains a public open source framework prototype, not production tax software. Private commercial workflow logic and customer data should stay outside this repository and connect through safe adapter snapshots.