Description
Add a supercode workspace command for managing multiple project workspaces.
Expected Deliverables
supercode workspace with subcommands: list, switch, create, rename, delete
- Each workspace stores: root path, file tree cache, session history scope, per-workspace config overrides
- Auto-detection of project root (
package.json, .git, turbo.json)
- Interactive picker mode
- Current workspace displayed in chat header
Why
Developers work across multiple projects. Workspace management lets them switch context without restarting the CLI.
Description
Add a
supercode workspacecommand for managing multiple project workspaces.Expected Deliverables
supercode workspacewith subcommands: list, switch, create, rename, deletepackage.json,.git,turbo.json)Why
Developers work across multiple projects. Workspace management lets them switch context without restarting the CLI.