Build instructions

This commit is contained in:
2026-07-02 12:40:20 +02:00
commit 44e4cbd246
5 changed files with 1380 additions and 0 deletions

18
codex/README.md Normal file
View File

@@ -0,0 +1,18 @@
# Codex Build Notes
This folder contains internal build instructions, implementation architecture notes, and the
rolling agent log for `dpg-gauges`.
These files are not the final user-facing package documentation:
- `AGENTS.md`: rolling implementation log and current build status
- `ARCHITECTURE.md`: internal architecture, module responsibilities, and invariants
- `FEATURES.md`: public feature and API contract
- `STEPS.md`: ordered implementation plan
User-facing documentation should live in:
- `../README.md`
- `../docs/GETTING_STARTED.md`
- `../docs/EXAMPLES.md`
- `../docs/API_REFERENCE.md`