767 B
767 B
Machine Setup
Goal
Bring a new machine to a usable Codex development state with minimal local-only setup.
Local-only prerequisites
Not stored in the repo:
- Codex authentication
- personal shell setup
- secrets/API keys
- local editor preferences
Repository bootstrap
- Clone the repository
- Checkout
develop - Read:
- AGENTS.md
- docs/WORKFLOW.md
- docs/TASK_TEMPLATE.md
- Ensure Codex can see:
- AGENTS.md
- .codex/config.toml
- .codex/agents/*
- .agents/skills/*
Validation checklist
A machine is considered ready when:
- repo is cloned
- correct branch is checked out
- Codex authentication is working
- AGENTS.md is present at repo root
- .codex/config.toml is present
- task branches can be created from develop