Skip to content

v2.0.1

Latest

Choose a tag to compare

@arzafran arzafran released this 02 Jun 21:20
· 46 commits to main since this release
cfd862e

Satūs v2.0.1 — v2 roadmap finalization, agent tooling, and a dependency refresh on top of v2.0.0.

Highlights

  • Storybook 10 component sandbox (#159) — @storybook/nextjs-vite + Tailwind v4 with the Storybook MCP addon, so coding agents can query components, generate stories, and self-check. Dev-only; the production build is untouched.
  • AST-based setup transforms (#155) — integration removal in setup:project now uses ts-morph typed operations instead of regex string replacement, so transforms survive reformatting.
  • Handoff doc templates (#156) — INVENTORY.md / DEPLOYMENT-CHECKLIST.md content extracted into editable templates; prepare-handoff.ts slimmed (634 → 515 lines).

Maintenance

  • hamo / tempus pinned to the exact dev versions in use and excluded from Dependabot — no stable v1 exists upstream and satus depends on dev-only APIs like TransformProvider / useScrollTrigger (#157).
  • Dependency bumps (#171, verified together): next & @next/bundle-analyzer 16.2.7, react & react-dom 19.2.7, @types/react 19.2.16, @typescript/native-preview snapshot, and ts-morph 25 → 28 (confirmed compatible with the new AST engine).

Notes

  • Completes and closes the v2 roadmap (#95). Issue board is clear.