Skip to content

Commit e2eb4a0

Browse files
hyperpolymathclaude
andcommitted
feat: add Groove service discovery manifest for lithoglyph
Add .well-known/groove/manifest.json for the Lithoglyph narrative-first database, covering REST API, GraphQL, and gRPC capabilities (Zig API server, port 8080). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 81bc69d commit e2eb4a0

1 file changed

Lines changed: 41 additions & 0 deletions

File tree

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"groove_version": "1",
3+
"service_id": "lithoglyph",
4+
"service_version": "0.1.0",
5+
"mode": "active",
6+
"capabilities": {
7+
"narrative-storage": {
8+
"type": "data-storage",
9+
"description": "Narrative-first, reversible, audit-grade database core for journalism, storytelling, and media workflows — schemas and migrations as permanent narrative artefacts carved in Forth",
10+
"protocol": "http",
11+
"endpoint": "/api",
12+
"requires_auth": false,
13+
"panel_compatible": true
14+
},
15+
"graphql-query": {
16+
"type": "data-storage",
17+
"description": "GraphQL interface for Lith queries, mutations, and subscriptions (SDL-based)",
18+
"protocol": "http",
19+
"endpoint": "/graphql",
20+
"requires_auth": false,
21+
"panel_compatible": true
22+
},
23+
"grpc-interface": {
24+
"type": "data-storage",
25+
"description": "gRPC interface for Lith operations over HTTP/2 using Protocol Buffers",
26+
"protocol": "http",
27+
"endpoint": "/grpc",
28+
"requires_auth": false,
29+
"panel_compatible": false
30+
}
31+
},
32+
"consumes": [],
33+
"endpoints": {
34+
"health": "/health"
35+
},
36+
"health": "/health",
37+
"ports": {
38+
"http": 8080
39+
},
40+
"applicability": ["individual", "team"]
41+
}

0 commit comments

Comments
 (0)