Skip to content

Commit 3863630

Browse files
hyperpolymathclaude
andcommitted
feat: add Groove discovery manifest
Exposes: theorem-proving (multi-backend). Consumes: octad-storage, scanning. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent cb5eb6c commit 3863630

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

.well-known/groove/manifest.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"groove_version": "1",
3+
"service_id": "echidna",
4+
"service_version": "0.1.0",
5+
"capabilities": {
6+
"theorem-proving": {
7+
"type": "theorem-proving",
8+
"description": "Multi-backend theorem proving (Coq, Lean4, Idris2, Z3, HOL, Mizar, etc.)",
9+
"protocol": "http",
10+
"endpoint": "/api/prove",
11+
"requires_auth": false,
12+
"panel_compatible": true
13+
}
14+
},
15+
"consumes": ["octad-storage", "scanning"],
16+
"endpoints": {
17+
"health": "/health",
18+
"groove": "/.well-known/groove",
19+
"graphql": "/graphql"
20+
},
21+
"health": "/health",
22+
"applicability": ["individual", "team"]
23+
}

0 commit comments

Comments
 (0)