-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.specrc
More file actions
46 lines (45 loc) · 1.02 KB
/
Copy path.specrc
File metadata and controls
46 lines (45 loc) · 1.02 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
46
{
"agent": "claude-code",
"agents": {
"claude-code": {
"path": "%USERPROFILE%/.local/bin/claude.exe"
},
"openai-codex": {
"path": "C:/OpenAI/Codex/npm-prefix/codex.cmd"
}
},
"specs_root": "specs/",
"spec_naming": {
"regex": "^\\d{3,5}(-\\d{2})?(-\\d{2})?$"
},
"ticket_policy": {
"required": false,
"format_regex": null
},
"escalation": {
"max_files_changed": 200,
"max_bytes_changed": 20971520
},
"commit_format": {
"subject_template": "{ticket_or_spec_number}-{phase}: {message}",
"max_subject_length": 72,
"include_co_author_trailer": true,
"missing_ticket_token": "NO-TICKET"
},
"gate_policy": {
"retry_budget": 1,
"baseline_source": "checkpoint_record"
},
"gate_keeper": {
"confidence_threshold": "default"
},
"gate_runner": {
"default_silent_for_seconds": 600,
"build_slow_silent_for_seconds": 900
},
"gates_curator": {
"auto_offer_exclusions": []
},
"data_version": 7,
"max_arc_wall_seconds": 172800
}