feat(setup): add Codex CLI setup recipe (#1243)

* Add Codex setup recipe

* Sync beads issues (bd-1zo)

---------

Co-authored-by: Amp <amp@example.com>
This commit is contained in:
matt wilkie
2026-01-21 22:50:01 -07:00
committed by GitHub
parent be306b6c66
commit ce622f5688
11 changed files with 537 additions and 1646 deletions

View File

@@ -84,6 +84,12 @@ var BuiltinRecipes = map[string]Recipe{
Type: TypeSection,
Description: "Factory Droid AGENTS.md section",
},
"codex": {
Name: "Codex CLI",
Path: "AGENTS.md",
Type: TypeSection,
Description: "Codex CLI AGENTS.md section",
},
"aider": {
Name: "Aider",
Type: TypeMultiFile,