v0.9.0 — stackbilt run
What's New
stackbilt run command
One command to architect and scaffold a Cloudflare Worker project:
npx @stackbilt/cli run "Multi-tenant SaaS API with auth and billing"Animated 6-mode output (PRODUCT, UX, RISK, ARCHITECT, TDD, SPRINT) with real-time progress. Files written to disk immediately.
stackbilt binary alias
The CLI is now accessible as both charter and stackbilt:
# These are equivalent:
stackbilt run "My API"
charter run "My API"
npx @stackbilt/cli run "My API"Full Changelog
See CHANGELOG.md for details.