Skip to content

Commit 5fbbf33

Browse files
hyperpolymathclaude
andcommitted
feat(verisimdb): add Groove discovery manifest
Exposes: octad-storage, drift-detection, temporal-versioning. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 3cd3813 commit 5fbbf33

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"groove_version": "1",
3+
"service_id": "verisimdb",
4+
"service_version": "0.1.0",
5+
"capabilities": {
6+
"octad-storage": {
7+
"type": "octad-storage",
8+
"description": "Cross-modal entity consistency via octad structures",
9+
"protocol": "http",
10+
"endpoint": "/octads",
11+
"requires_auth": false,
12+
"panel_compatible": true
13+
},
14+
"drift-detection": {
15+
"type": "drift-detection",
16+
"description": "Detect entity drift across temporal versions",
17+
"protocol": "http",
18+
"endpoint": "/api/drift",
19+
"requires_auth": false,
20+
"panel_compatible": true
21+
},
22+
"temporal-versioning": {
23+
"type": "temporal-versioning",
24+
"description": "Temporal versioning with audit trail",
25+
"protocol": "http",
26+
"endpoint": "/audit",
27+
"requires_auth": false,
28+
"panel_compatible": true
29+
}
30+
},
31+
"consumes": ["scanning"],
32+
"endpoints": {
33+
"health": "/health",
34+
"groove": "/.well-known/groove",
35+
"grpc": "grpc://localhost:50051"
36+
},
37+
"health": "/health",
38+
"applicability": ["individual", "team", "massive-open"]
39+
}

0 commit comments

Comments
 (0)