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:
parent
4192956272
commit
5af6f9a576
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue