Skip to main content
stably build has been removed. Use stably create instead.

What Changed

We merged stably build into stably create to keep things simple — fewer commands, less to remember. Everything stably build could do, stably create now handles.
# Before
stably build prompts/login.stably.md

# Now
stably create "Read the .md files in /tests directory and then create playwright tests"
stably create supports prompts, PR context, and git diffs — so you get the same flexibility with a single command.

Next Steps