Skip to content

feat: stackbilt run command + npm publish prep (v0.9.0)#57

Merged
stackbilt-admin merged 1 commit intomainfrom
feat/run-command
Mar 21, 2026
Merged

feat: stackbilt run command + npm publish prep (v0.9.0)#57
stackbilt-admin merged 1 commit intomainfrom
feat/run-command

Conversation

@stackbilt-admin
Copy link
Copy Markdown
Member

Summary

  • New run command: stackbilt run "Multi-tenant SaaS API" — architect + scaffold in one step
  • Animated 6-mode terminal output matching the landing page demo
  • stackbilt binary alias (alongside charter)
  • Version bump to 0.9.0

Demo output

$ stackbilt run "Simple hello world API" --dry-run

  ❩ PRODUCT      4 requirements extracted             ✓
  ❩ UX           1 user journeys mapped               ✓
  ❩ RISK         3 risks identified, 1 critical       ✓
  ❩ ARCHITECT    3 components, 1 integrations         ✓
  ❩ TDD          5 test scenarios generated           ✓
  ❩ SPRINT       1 ADRs, sprint plan ready            ✓

  → 4 files scaffolded to ./simple-hello-world-api/

Test plan

  • pnpm run build — clean
  • pnpm run test — 305/306 pass (1 pre-existing timeout)
  • node packages/cli/dist/bin.js run "Simple hello world API" --dry-run — works
  • npm publish --access public after merge

🤖 Generated with Claude Code

- `stackbilt run "description"` combines architect + scaffold in one step
- Animated terminal output with 6-mode progress (matches landing page demo)
- TTY detection: animated for interactive, plain text for CI/pipes
- `--dry-run`, `--format json`, `--output`, `--file` flags supported
- `stackbilt` bin alias added alongside `charter`
- Version bumped to 0.9.0

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@stackbilt-admin stackbilt-admin merged commit 6f7bc2e into main Mar 21, 2026
1 of 3 checks passed
@stackbilt-admin stackbilt-admin deleted the feat/run-command branch March 21, 2026 10:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant