Skip to content

Commit 3cfd7d9

Browse files
hyperpolymathclaude
andcommitted
feat: add Groove discovery manifest
Exposes: static-analysis. Consumes: octad-storage, workflow. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 263c494 commit 3cfd7d9

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.well-known/groove/manifest.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"groove_version": "1",
3+
"service_id": "panic-attacker",
4+
"service_version": "0.1.0",
5+
"capabilities": {
6+
"static-analysis": {
7+
"type": "static-analysis",
8+
"description": "Universal static analysis and security scanning",
9+
"protocol": "http",
10+
"endpoint": "/api/scan",
11+
"requires_auth": false,
12+
"panel_compatible": true
13+
}
14+
},
15+
"consumes": ["octad-storage", "workflow"],
16+
"endpoints": {
17+
"health": "/health",
18+
"groove": "/.well-known/groove"
19+
},
20+
"health": "/health",
21+
"applicability": ["individual", "team"]
22+
}

0 commit comments

Comments
 (0)