You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/install-for-codex.md
+32-1Lines changed: 32 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Install Humanize Skills for Codex
2
2
3
-
This guide explains how to install the Humanize skills for Codex skill runtime (`$CODEX_HOME/skills`).
3
+
This guide explains how to install Humanize for Codex CLI, including the skill runtime (`$CODEX_HOME/skills`) and the native Codex `Stop` hook (`$CODEX_HOME/hooks.json`).
4
4
5
5
## Quick Install (Recommended)
6
6
@@ -25,8 +25,14 @@ Or use the unified installer directly:
25
25
This will:
26
26
- Sync `humanize`, `humanize-gen-plan`, and `humanize-rlcr` into `${CODEX_HOME:-~/.codex}/skills`
27
27
- Copy runtime dependencies into `${CODEX_HOME:-~/.codex}/skills/humanize`
28
+
- Install/update native Humanize Stop hooks in `${CODEX_HOME:-~/.codex}/hooks.json`
29
+
- Enable the experimental `codex_hooks` feature in `${CODEX_HOME:-~/.codex}/config.toml` when `codex` is available
30
+
- Seed `~/.config/humanize/config.json` with a Codex/OpenAI `bitlesson_model` when that key is not already set
31
+
- Mark the install as `provider_mode: "codex-only"` when using `--target codex`
28
32
- Use RLCR defaults: `codex exec` with `gpt-5.4:high`, `codex review` with `gpt-5.4:high`
29
33
34
+
Requires Codex CLI `0.114.0` or newer for native hooks. Older Codex builds are not supported by the Codex install path.
0 commit comments