fix(codex): correct script references

Summary:\n- updated Codex guidance to point at codex script paths\n- removed stale references to claude/code scripts
This commit is contained in:
Snider 2026-02-05 20:28:50 +00:00
parent 4192956272
commit 5af6f9a576

View file

@ -66,10 +66,10 @@ Avoid these unless the user explicitly requests them:
## Useful Scripts
- `core-agent/claude/code/hooks/prefer-core.sh` (enforce core CLI)
- `core-agent/claude/code/scripts/go-format.sh`
- `core-agent/claude/code/scripts/php-format.sh`
- `core-agent/claude/code/scripts/check-debug.sh`
- `core-agent/codex/code/hooks/prefer-core.sh` (enforce core CLI)
- `core-agent/codex/code/scripts/go-format.sh`
- `core-agent/codex/code/scripts/php-format.sh`
- `core-agent/codex/code/scripts/check-debug.sh`
## Tests