43 lines
864 B
Markdown
43 lines
864 B
Markdown
# Codex Documentation
|
|
|
|
This folder contains Codex-facing execution plans and implementation guidance.
|
|
|
|
## Required structure
|
|
|
|
```text
|
|
Codex Documentation/
|
|
├── README.md
|
|
├── Current Software Plan/
|
|
└── Archived plans/
|
|
```
|
|
|
|
## Current Software Plan
|
|
|
|
Active implementation plans live in:
|
|
|
|
```text
|
|
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:
|
|
|
|
```text
|
|
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.
|