From 31e1e4e4e699eb27d12d39b1ed370279064532cc Mon Sep 17 00:00:00 2001 From: Edbert Chan Date: Wed, 16 Sep 2026 17:56:52 -0700 Subject: [PATCH] README: list the CATSTACK_DRAFTER_CORE flag Co-Authored-By: Claude Opus 5 (1M context) Change-Id: I11034a1e13b6a10e6ee6f162491c4ef3da4ad1ee --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8a7bdbcf..18a94b48 100644 --- a/README.md +++ b/README.md @@ -209,6 +209,7 @@ is the process environment alone. | Flag | Read from | Effect | | --- | --- | --- | | `CATSTACK_REFLECT_ENFORCEMENT=1` | env and files | the reflect hooks and rule above | +| `CATSTACK_DRAFTER_CORE=1` | env and files | the `draft-pr` scripts run the drafter-core PR rules; off, they print `UNCHECKED` and skip them | | `CATSTACK_CAT_MODE_DEFAULT=1` | env and files | `cat-mode-default` applies `cat-mode` to every prompt and every subagent prompt | | `CAT_MODE_AUTO_INVOKE=true` | env, then this checkout's `.env`, when `./install.sh` runs | installs `cat-mode` so the model may invoke it without `/cat-mode` | | `CATSTACK_HOOK_FRESHNESS=0` | env only | silences the `hook-freshness` advisory |