diff --git a/.codex/config.toml b/.codex/config.toml index 1b58f8f..146af7e 100644 --- a/.codex/config.toml +++ b/.codex/config.toml @@ -1,2 +1,2 @@ [features] -codex_hooks = true +hooks = true diff --git a/commands/caveman-init.toml b/commands/caveman-init.toml index 52c8f05..222b220 100644 --- a/commands/caveman-init.toml +++ b/commands/caveman-init.toml @@ -1,4 +1,2 @@ ---- description = "Drop the always-on caveman activation rule into the current repo for every IDE agent" prompt = "Run `node src/tools/caveman-init.js {{args}}` in the current repo and report the result. Use --dry-run first if the user did not pass --force, so we never silently overwrite an existing rule file." ----