-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcody-beads.config.json
More file actions
42 lines (42 loc) · 963 Bytes
/
cody-beads.config.json
File metadata and controls
42 lines (42 loc) · 963 Bytes
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
{
"version": "1.0.0",
"projectName": "Liaison Toolkit",
"github": {
"owner": "pwarnock",
"repo": "liaison-toolkit",
"token": "${GITHUB_TOKEN}",
"apiUrl": "https://api.github.com"
},
"cody": {
"projectId": "liaison-toolkit",
"apiUrl": "https://api.cody.ai",
"cleanupSummaryPath": ".cody/cleanup-summary.md",
"tasklistPath": ".cody/project/versions/v0.5.0/tasklist.md"
},
"beads": {
"projectPath": "./.beads",
"configPath": ".beads/beads.json",
"autoSync": false,
"syncInterval": 60
},
"sync": {
"defaultDirection": "bidirectional",
"conflictResolution": "manual",
"includeLabels": [
"bug",
"feature",
"enhancement"
],
"excludeLabels": [
"wontfix",
"duplicate"
],
"preserveComments": true,
"preserveLabels": true,
"syncMilestones": false
},
"templates": {
"defaultTemplate": "minimal",
"templatePath": "./templates"
}
}