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

25
docs/TASK_TEMPLATE.md Normal file
View File

@ -0,0 +1,25 @@
# Task Template
Use this structure for Codex implementation tasks.
## Required opening
- confirm branch strategy
- name the branch to use
- state whether remote update succeeded or local state is being used
## Required execution structure
1. files to change
2. short design explanation
3. code/doc/test changes
4. commit message
5. merge target
6. stop
## Constraints
- no work on main
- no work on develop
- no history rewrite
- no broadening scope without approval