chore: add Codex and agent workflow foundation

This commit is contained in:
bisco
2026-03-20 19:01:17 +01:00
parent e8363733de
commit f0c6cbf49f
13 changed files with 490 additions and 0 deletions

37
docs/MACHINE_SETUP.md Normal file
View File

@ -0,0 +1,37 @@
# 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
1. Clone the repository
2. Checkout `develop`
3. Read:
- AGENTS.md
- docs/WORKFLOW.md
- docs/TASK_TEMPLATE.md
4. 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