Skip to content

Commit a8f1cf5

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

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"applicability": [
3+
"individual",
4+
"team"
5+
],
6+
"capabilities": {
7+
"primary": {
8+
"description": "TODO: describe this service's primary capability",
9+
"panel_compatible": true,
10+
"protocol": "cli",
11+
"requires_auth": false,
12+
"type": "custom"
13+
}
14+
},
15+
"consumes": [
16+
"octad-storage"
17+
],
18+
"groove_version": "1",
19+
"health": null,
20+
"invoke_patterns": {
21+
"ci": "nqc --ci --format json",
22+
"local": "nqc --interactive",
23+
"mcp": "boj cartridge_invoke nqc"
24+
},
25+
"mode": "passive",
26+
"service_id": "nqc",
27+
"service_version": "0.1.0"
28+
}

0 commit comments

Comments
 (0)