Skip to content

Commit bcd110e

Browse files
hyperpolymathclaude
andcommitted
chore: add Groove protocol manifest
Generated via `groove init` — dogfooding audit P3 completion. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 9eed338 commit bcd110e

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+
"applicability": [
3+
"individual",
4+
"team"
5+
],
6+
"capabilities": {
7+
"primary": {
8+
"description": "TODO: describe this service's primary capability",
9+
"endpoint": "/api",
10+
"panel_compatible": true,
11+
"protocol": "http",
12+
"requires_auth": false,
13+
"type": "custom"
14+
}
15+
},
16+
"consumes": [],
17+
"endpoints": {},
18+
"groove_version": "1",
19+
"health": "/health",
20+
"service_id": "",
21+
"service_version": "0.3.0"
22+
}

0 commit comments

Comments
 (0)