This directory is the top-level namespace for the exported Codex runtime baseline.
os/README.md: OS profile overviewos/common/: shared repository-owned payload used across all OS profilesos/common/agents/codex-agents/: shared Codex agent profile source of truthos/linux/runtime/: current primary exported runtime payloados/linux/runtime/README.md: module map for the primary exported payloados/macos/runtime/: native macOS profile slotos/macos/runtime/README.md: contract for future native macOS payloadsos/windows/runtime/: native Windows profile slotos/windows/runtime/README.md: contract for future native Windows payloads
os/linux/runtime/config/config.template.tomlis the current portable configuration baselineos/linux/runtime/config/projects.trust.snapshot.tomlstores sanitized project trust entriesos/linux/runtime/rules/default.rules.source.snapshotreflects the source machine's exact exported rulesos/linux/runtime/rules/default.rulesanddefault.rules.templateare rendered fromos/linux/runtime/skills/manifests/curated-manifest.txtos/linux/runtime/skills/manifests/custom-skills.manifest.txtreflects the exact custom skill set at export timeos/linux/runtime/meta/toolchain.lockdefines the expected runtime versions for strict parity checks
- The current export model is direct-files only. Packed runtime archives are intentionally not the canonical layout.
- Shared agent profiles and exported custom skills are separated by directory and by install logic.
- Restore scripts resolve the current OS profile first and fall back to the primary exported payload when a native payload is not present yet.
- Each runtime root carries a local
README.mdso the hierarchy stays understandable even when a profile slot is only staged today.