Skip to content

Commit fd37be8

Browse files
committed
fix: set correct Groove capability type (was: custom)
1 parent 4d13fea commit fd37be8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.well-known/groove/manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"team"
55
],
66
"capabilities": {
7-
"primary": {
8-
"description": "TODO: describe this service's primary capability",
7+
"static-analysis": {
8+
"description": "Builds semantic lattices from git repository history using AffineScript analysis.",
99
"endpoint": "/api",
1010
"panel_compatible": true,
1111
"protocol": "http",
1212
"requires_auth": false,
13-
"type": "custom"
13+
"type": "static-analysis"
1414
}
1515
},
1616
"consumes": [],

0 commit comments

Comments
 (0)