-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
19 lines (17 loc) · 1.04 KB
/
Copy path.env.example
File metadata and controls
19 lines (17 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copy to .env (gitignored) to set local-machine-only overrides.
# install.sh sources this file if it exists; nothing here is committed
# or installed on any other machine.
# When cat-mode applies. Read from the process env, then $CATSTACK_ENV_FILE,
# then the current repo's .env, then ~/.catstack.env. Put this same line in
# ~/.catstack.env to set it for every repo.
# off -- only when you type /cat-mode (also: absent, 0)
# decide -- install.sh installs a copy the model may pick on its own;
# re-run ./install.sh after switching to or from decide
# on -- the cat-mode-default hook applies it on every prompt (also: 1)
CATSTACK_CAT_MODE_DEFAULT=on
# Reflect enforcement: the scope-lock, reflect-on-thrash, wrong-check-reflect
# and verdict-flip-watch hooks, plus the always-on "same complaint type twice:
# invoke automate-me" rule. Same lookup order as CATSTACK_CAT_MODE_DEFAULT.
# Hooks read it on every run; the rule is installed or removed only when
# ./install.sh runs. 0 (or absent) turns it off.
CATSTACK_REFLECT_ENFORCEMENT=0