This directory is the canonical in-repo wiki for codex-cli-bootstrap.
It is intended to be the first place a human maintainer or contributor reads when they need to understand how the repository is organized, how the Codex environment is mirrored, and how to operate the project safely.
../README.md: project overview and quick startARCHITECTURE.md: how the repository is structured and how state flows through itsetup/README.md: installation, restore, OS profile, and runbook docsagents/README.md: repository-owned agent profile catalog
../codex/README.md: top-level Codex artifact namespace../codex/os/README.md: OS payload overview../codex/os/common/agents/README.md: shared agent profile baseline../scripts/README.md: automation entrypoints and lifecycle flow../scripts/os/README.md: OS installer hierarchy../templates/README.md: reusable baseline templates for other repositories
../CONTRIBUTING.md: contribution flow and required checks../SECURITY.md: vulnerability handling../SUPPORT.md: support and issue routing../CODE_OF_CONDUCT.md: collaboration standards../GOVERNANCE.md: ownership and decision model
- Read the root
README.md. - Read
ARCHITECTURE.mdfor the repository mental model. - Read
setup/PROFILE_MATRIX.mdandsetup/PORTABLE_SETUP.mdif you need to install or restore the environment. - Read
../scripts/README.mdif you need to understand automation flow. - Read
agents/README.mdand../codex/os/common/agents/README.mdif you need agent or skill context. - Read the community files in the repository root before contributing or reporting security issues.