forked from arnaldo-delisio/claude-code-studio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
45 lines (45 loc) · 1.15 KB
/
Copy pathsettings.json
File metadata and controls
45 lines (45 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"$schema": "https://json.schemastore.org/claude-code-settings.json",
"model": "opusplan",
"statusLine": {
"type": "command",
"command": "node statusline-context-tracker.js"
},
"feedbackSurveyState": {
"lastShownTime": 1754067711350
},
"hooks": {
"Stop|SubagentStop": {
"enabled": true,
"path": "/home/nathan/.claude/hooks/autonomous-continuation.js",
"applyToMainOrchestrator": true,
"applyToSubagents": true,
"priority": "HIGH",
"debugMode": false,
"agentSpecificRules": {
"test-writer-fixer": {
"strictMode": true,
"maxIterations": 10
},
"performance-benchmarker": {
"strictMode": true,
"targetThreshold": 0.95
},
"ui-designer": {
"strictMode": true,
"accessibilityThreshold": 0.95
},
"backend-architect": {
"strictMode": true,
"productionReadyChecks": true
}
},
"excludePatterns": [
"waiting for external approval",
"requires human decision",
"security review needed",
"user requested stop"
]
}
}
}