yashdev9274 / yashdev9274/supercli
Multi-workspace support — supercode workspace command
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 214
- Forks
- 41
- Avg merge
- 2h 26m
- Merged PRs (30d)
- 34
Description
Description
Add a supercode workspace command for managing multiple project workspaces.
Expected Deliverables
supercode workspacewith 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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files, tests, or existing entry points. Begin by examining how the CLI registers commands and how the chat header and session state are implemented, then define the workspace data model and command boundaries. Done means all listed subcommands, project-root detection, interactive selection, per-workspace state, and current-workspace display work together.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- cli, developer-experience
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100