docs: close out phase 0 workflow foundation

This commit is contained in:
bisco
2026-03-20 19:23:30 +01:00
parent d65a39fa51
commit 44aa06a3a8
5 changed files with 18 additions and 8 deletions

View File

@ -92,6 +92,7 @@ When starting on a new machine:
2. Authenticate Codex locally.
3. Checkout the correct branch, typically `develop` or the assigned task branch.
4. Read `AGENTS.md`, `docs/WORKFLOW.md`, `docs/MACHINE_SETUP.md`, and `docs/TASK_TEMPLATE.md`.
5. Run `make doctor` to validate the local repository bootstrap before starting a task.
## Codex Task Style
@ -108,7 +109,7 @@ Codex tasks in this repository should follow this order:
## Local Checks
Run `make doctor` to perform the repository's local bootstrap and environment checks.
Run `make doctor` as part of machine/bootstrap validation to confirm the repository foundation is present and aligned.
## Current Status