-
Notifications
You must be signed in to change notification settings - Fork 0
FAQ
No. Codex Workspace is a workspace structure for many standalone repositories. Each repo should remain independently runnable.
No. Share caches and stores where useful, but do not merge unrelated repos into one dependency structure.
No. ServBay is optional. It can be useful as a front door or proxy layer, but it should not become a mandatory dependency for all repos.
Typical defaults are:
- WordPress:
external - Vite / static / Three.js / WebGL:
direct - other server-side repos: repo-native runtime, with proxying only when it adds clear value
The canonical documentation belongs in tracked files in the repo itself, especially README.md, docs/, and repo-local documentation folders.
The wiki is optional and should stay thin. It works best as a public navigation layer that points people back to the tracked docs set.
Use Discussions Q&A for usage questions, setup help, and workflow discussion.
Use Issues for reproducible bugs, documentation gaps, and focused feature requests.