-
Notifications
You must be signed in to change notification settings - Fork 0
Workspace Hub
Richard George Davis edited this page Mar 21, 2026
·
1 revision
Workspace Hub is the most concrete product in Codex Workspace today.
Its role is to scan sibling repositories under repos/, classify them conservatively, expose runtime status, and provide practical start, stop, open, and preview actions.
- scan sibling repos under
repos/ - read or infer repo metadata
- show runtime status
- allow start, stop, and open actions
- support both direct local previews and ServBay-linked previews
The goal is useful local control without forcing all repos into one runtime model.
Prefer:
- readable, modular structure
- clear status messages
- explicit process and runtime handling
- graceful failure states
Avoid:
- hidden behavior
- assuming all repos use the same package manager
- assuming proxy mode is always better
- hard-coding unstable machine-specific paths