focus-flow/Codex Documentation
2026-06-24 11:38:33 -07:00
..
Archived plans feat(locked-time): track completed locked-hour work 2026-06-19 16:30:21 -07:00
Current Software Plan feat(tasks): implement required task state transitions 2026-06-24 11:38:33 -07:00
README.md feat(scheduling): add starter domain and placement engine 2026-06-19 15:45:11 -07:00

Codex Documentation

This folder contains Codex-facing execution plans and implementation guidance.

Required structure

Codex Documentation/
├── README.md
├── Current Software Plan/
└── Archived plans/

Current Software Plan

Active implementation plans live in:

Codex Documentation/Current Software Plan/

Codex should execute the current plans in numbered order unless the user explicitly says otherwise.

Archived plans

Completed implementation plans must be moved to:

Codex Documentation/Archived plans/

This is not optional. Completed plans must not remain in Current Software Plan.

Plan status convention

Each plan file should clearly indicate whether it is:

  • Planned
  • In progress
  • Complete
  • Archived

When finished, mark complete, move to archive, and commit the move.