23 lines
534 B
Markdown
23 lines
534 B
Markdown
# Workspace Manager
|
|
|
|
The workspace manager provides project-level organization for Didactopus review work.
|
|
|
|
## Why it exists
|
|
|
|
Without a workspace layer, users still have to manually track:
|
|
- which draft packs exist
|
|
- where they live
|
|
- which one is currently being reviewed
|
|
- which ones have promoted outputs
|
|
|
|
That creates unnecessary friction.
|
|
|
|
## Features in this scaffold
|
|
|
|
- workspace registry file
|
|
- create workspace
|
|
- list workspaces
|
|
- open a specific workspace
|
|
- track recent workspaces
|
|
- expose these through a local bridge API
|