You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make perry start create workspace if it doesn't exist (#7)
Consolidate workspace creation and starting into a single command. Now
`perry start <name>` will create the workspace if it doesn't exist,
similar to `docker run`.
- Remove `perry create` CLI command (start now handles both)
- Update WorkspaceManager.start() to delegate to create() when needed
- Add --clone option to start command for initial repo clone
- Update API router and client to pass through clone/env options
- Update docs and tests to reflect new behavior
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments