Skip to content

Workspace Hub

Richard George Davis edited this page Mar 21, 2026 · 1 revision

Workspace Hub

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.

What It Should Do

  • 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.

Design Preferences

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

Read More

Clone this wiki locally