fix: let yolo inherit the common claude model
CI / lint (push) Successful in 29s
CI / eval (push) Successful in 1m53s

yolo pinned model to claude-fable-5[1m] while common sets opus[1m].
/model writes the live value into ~/.claude/settings.json, so any switch
away from fable-5 left the file drifted and mutableFiles aborted
activation on the next `nh home switch`. Dropping the override makes the
repo agree with the model actually in use.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
Miguel Palhas
2026-08-18 08:24:00 +01:00
parent 05037e40d8
commit 92a7273ff3
-1
View File
@@ -22,7 +22,6 @@
],
"defaultMode": "auto"
},
"model": "claude-fable-5[1m]",
"hooks": {
"PostToolUse": [
{