From 20cfc4c9d203bd005a248e44bee0c68092dd162d Mon Sep 17 00:00:00 2001 From: kevin zhao Date: Wed, 19 Nov 2025 10:40:56 -0800 Subject: [PATCH] another note on readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f67e2bb6b..e34afbd288 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ Codex CLI supports a rich set of configuration options, with preferences stored Codex can enforce your own rules-based execution policy before it runs shell commands. 1. Create a policy directory: `mkdir -p ~/.codex/policy`. -2. Drop one or more `.codexpolicy` files into that folder. Codex automatically loads every file in there on startup. +2. Create one or more `.codexpolicy` files into that folder. Codex automatically loads every `.codexpolicy` file in there on startup. 3. Write `prefix_rule` entries to describe the commands you want to allow, prompt, or block: ```starlark