-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathexample-bindings.json
More file actions
60 lines (60 loc) · 1.5 KB
/
example-bindings.json
File metadata and controls
60 lines (60 loc) · 1.5 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"updatedAt": "2026-05-22",
"skills": {
"cc-roadmap": "5.8.1",
"cc-next": "1.4.0",
"cc-dev": "1.5.0",
"cc-plan": "3.18.0",
"cc-investigate": "1.14.0",
"cc-do": "1.10.0",
"cc-review": "2.11.0",
"cc-pr-review": "1.6.0",
"cc-pr-land": "1.3.0",
"cc-check": "1.16.0",
"cc-act": "1.14.0",
"cc-spec-init": "1.4.0"
},
"examples": [
{
"id": "pdca-loop",
"readme": "docs/examples/pdca-loop/README.md",
"root": "docs/examples/pdca-loop",
"changeDir": "docs/examples/pdca-loop/changes/REQ-001-copy-invite-link",
"covers": [
"cc-roadmap",
"cc-plan",
"cc-do",
"cc-check",
"cc-act"
],
"expectedShipMode": "create-pr"
},
{
"id": "full-design-blocked",
"readme": "docs/examples/full-design-blocked/README.md",
"root": "docs/examples/full-design-blocked",
"changeDir": "docs/examples/full-design-blocked/changes/REQ-002-bulk-invite-import",
"covers": [
"cc-roadmap",
"cc-plan",
"cc-do",
"cc-check"
],
"expectedShipMode": "none"
},
{
"id": "local-handoff",
"readme": "docs/examples/local-handoff/README.md",
"root": "docs/examples/local-handoff",
"changeDir": "docs/examples/local-handoff/changes/REQ-003-audit-log-export",
"covers": [
"cc-roadmap",
"cc-plan",
"cc-do",
"cc-check",
"cc-act"
],
"expectedShipMode": "local-handoff"
}
]
}