Keep Claude, Cursor, and Codex output consistent, and prevent Claude's /config selection from reverting after chezmoi apply. Verified the rendered Claude settings patch and the three applied target files.
11 lines
232 B
JSON
11 lines
232 B
JSON
{
|
|
"statusLine": {
|
|
"type": "command",
|
|
"command": "{{ .chezmoi.homeDir }}/.claude/statusline.sh",
|
|
"refreshInterval": 30
|
|
},
|
|
"model": "sonnet",
|
|
"outputStyle": "ASD-STE100",
|
|
"theme": "auto",
|
|
"tui": "fullscreen"
|
|
}
|