Skip to content

Commit 203b452

Browse files
hyperpolymathclaude
andcommitted
feat: add Groove discovery manifest
Exposes: config-orchestration. Consumes: octad-storage. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 467775b commit 203b452

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": "conflow",
4+
"service_version": "0.1.0",
5+
"capabilities": {
6+
"config-orchestration": {
7+
"type": "config-orchestration",
8+
"description": "Configuration orchestration and workflow management",
9+
"protocol": "http",
10+
"endpoint": "/api/config",
11+
"requires_auth": false,
12+
"panel_compatible": true
13+
}
14+
},
15+
"consumes": ["octad-storage"],
16+
"endpoints": {
17+
"health": "/health",
18+
"groove": "/.well-known/groove"
19+
},
20+
"health": "/health",
21+
"applicability": ["individual", "team"]
22+
}

0 commit comments

Comments
 (0)