This repository was archived by the owner on Apr 22, 2026. It is now read-only.
Commit 8e576b8
committed
feat(workspace): simplify navigation after workspace creation (#30)
Combine cd and venv activation into single command to reduce
copy/paste operations. Users now see one command instead of
2-3 separate steps.
Changes:
- Combine 'cd' and 'source .venv/bin/activate' with && operator
- Remove 'workspace remove' from next steps (confusing after creation)
- Add shlex.quote() for shell-safe path handling
- Update tests to verify new behavior
Closes agentspaces-yjh1 parent 47f867e commit 8e576b8
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments