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:projectnow uses ts-morph typed operations instead of regex string replacement, so transforms survive reformatting. - Handoff doc templates (#156) —
INVENTORY.md/DEPLOYMENT-CHECKLIST.mdcontent extracted into editable templates;prepare-handoff.tsslimmed (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-analyzer16.2.7,react&react-dom19.2.7,@types/react19.2.16,@typescript/native-previewsnapshot, andts-morph25 → 28 (confirmed compatible with the new AST engine).
Notes
- Completes and closes the v2 roadmap (#95). Issue board is clear.