aboutsummaryrefslogtreecommitdiff
path: root/.claude
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-08-12 09:26:12 -0500
committerCraig Jennings <c@cjennings.net>2026-08-12 09:26:12 -0500
commit3a5292ced00f1fbfbc45922e9bd9fc957596a22a (patch)
treeda8215937475bc8383738782a1ff211b8bfcf9e1 /.claude
parentc357ce16c504912cf4f5c72c290ecda528547c52 (diff)
downloadrulesets-3a5292ced00f1fbfbc45922e9bd9fc957596a22a.tar.gz
rulesets-3a5292ced00f1fbfbc45922e9bd9fc957596a22a.zip
chore: switch default model to fableHEADmain
The em-dash in the AskUserQuestion deny message is now the literal character rather than the \u2014 escape. The decoded string is unchanged.
Diffstat (limited to '.claude')
-rw-r--r--.claude/settings.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/.claude/settings.json b/.claude/settings.json
index 5e1cfcc..63cf40e 100644
--- a/.claude/settings.json
+++ b/.claude/settings.json
@@ -7,7 +7,7 @@
"permissions": {
"defaultMode": "bypassPermissions"
},
- "model": "opus",
+ "model": "fable",
"hooks": {
"PreToolUse": [
{
@@ -24,7 +24,7 @@
"hooks": [
{
"type": "command",
- "command": "echo '{\"hookSpecificOutput\":{\"hookEventName\":\"PreToolUse\",\"permissionDecision\":\"deny\",\"permissionDecisionReason\":\"Popup choice menus are disabled per interaction.md (No Popup Menus for Choices) \u2014 present options inline in chat as a numbered list and ask the user to reply with a number.\"}}'"
+ "command": "echo '{\"hookSpecificOutput\":{\"hookEventName\":\"PreToolUse\",\"permissionDecision\":\"deny\",\"permissionDecisionReason\":\"Popup choice menus are disabled per interaction.md (No Popup Menus for Choices) — present options inline in chat as a numbered list and ask the user to reply with a number.\"}}'"
}
]
}