-
Notifications
You must be signed in to change notification settings - Fork 83
Expand file tree
/
Copy pathplugin.json
More file actions
105 lines (105 loc) · 2.69 KB
/
Copy pathplugin.json
File metadata and controls
105 lines (105 loc) · 2.69 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "cocoplus",
"version": "1.1.1",
"description": "CocoPlus — AI-powered development lifecycle plugin for Snowflake Cortex Code CLI",
"author": "sgsshankar, viveksrinivasanss",
"license": "MIT",
"entry": ".cortex/",
"minCocoVersion": "1.1.1",
"runtime": "node",
"cocoHarvest": {
"pullThreshold": 8000,
"stallDetection": {
"stallTokenThreshold": 150,
"stallMinSteps": 5
}
},
"templates": [
"templates/AGENTS.md.template",
"templates/project.md.template",
"templates/flow.json.template",
"templates/notifications.json.template",
"templates/safety-config.json.template",
"templates/flow-view.html.template",
"templates/meter-view.html.template",
"templates/cocoplus.toml.template"
],
"recipes": [
"recipes/cortex-add-classifier.json.template",
"recipes/cortex-add-search.json.template",
"recipes/cortex-semantic-model.json.template",
"recipes/cortex-add-extraction.json.template"
],
"agents": [
"cocobrew",
"data-engineer",
"analytics-engineer",
"data-scientist",
"data-analyst",
"bi-analyst",
"data-product-manager",
"data-steward",
"chief-data-officer",
"environment-inspector",
"quality-advisor",
"coco-cupper",
"secondeye-critic",
"coco-scout",
"coco-watch",
"coco-bloom",
"coco-klatch",
"coco-pull",
"sentinel/sentinel-a1",
"sentinel/sentinel-a2",
"sentinel/sentinel-b",
"sentinel/sentinel-c",
"sentinel/sentinel-d",
"sentinel/sentinel-e",
"sentinel/sentinel-f",
"sentinel/sentinel-h"
],
"skills": [
"cocosentinel/sentinel",
"cocosentinel/sentinel-approve",
"cocosentinel/sentinel-report",
"cocowisdom/wisdom",
"cocowisdom/wisdom-list",
"cocowisdom/wisdom-search",
"cocowisdom/wisdom-insights",
"cocoreview/cocoreview",
"cocoops/cocoops",
"cocoops/ops-dora",
"cocoops/ops-sprint",
"cocoops/ops-demo",
"cocoops/ops-suggest",
"cocobloom/bloom-crystallize",
"cocopull/pull-search",
"cocoplus-config/cocoplus-config"
],
"scripts": [
"scripts/wisdom-writer.js",
"scripts/archetype-classifier.js",
"scripts/session-indexer.js",
"scripts/pr-complexity.js",
"scripts/dora-metrics.js",
"scripts/ops-suggest.js",
"scripts/sentinel-pregate.js",
"scripts/trace-check.js",
"scripts/sketch-validate.js",
"scripts/sketch-autolayout.js",
"scripts/sketch-repair.js",
"scripts/map-reduce.js",
"scripts/ops-thesis-updater.js"
],
"hooks": [
"session-start",
"session-end",
"pre-tool-use",
"post-tool-use",
"user-prompt-submit",
"stop",
"subagent-stop",
"pre-compact",
"notification"
]
}