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

7
.codex/config.toml Normal file
View File

@ -0,0 +1,7 @@
project_root_markers = [".git"]
project_doc_fallback_filenames = ["AGENTS.md", "TEAM_GUIDE.md"]
project_doc_max_bytes = 65536
[agents]
max_threads = 4
max_depth = 1