-
-
Notifications
You must be signed in to change notification settings - Fork 83
Expand file tree
/
Copy pathcitadel-metadata.json
More file actions
41 lines (41 loc) · 1.29 KB
/
Copy pathcitadel-metadata.json
File metadata and controls
41 lines (41 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"schema_version": 1,
"name": "citadel",
"version": "1.3.5",
"description": "Route requests, preserve run state, enforce hooks, and record reviewable evidence",
"license": "MIT",
"source_repository": "https://github.com/SethGammon/Citadel",
"runtime_support": {
"node": ">=22",
"claude_code": {
"manifest": ".claude-plugin/plugin.json",
"marketplace": ".claude-plugin/marketplace.json",
"install_command": "node scripts/install.js --runtime claude --install --scope local"
},
"codex": {
"manifest": ".codex-plugin/plugin.json",
"marketplace": ".agents/plugins/marketplace.json",
"install_command": "node scripts/install.js --runtime codex --add-marketplace"
}
},
"skills": {
"path": "skills/",
"count": 48
},
"proof_links": [
"README.md#what-citadel-can-prove",
"docs/GOLDEN_PATH.md",
"docs/INTEROPERABILITY.md",
"docs/RELEASES.md"
],
"interoperability": {
"external_skill_fixture": "scripts/fixtures/ecosystem/anthropics-template-skill",
"local_scanner_contracts": [
"claude-local",
"codex-local"
],
"immutable_source_verified": true,
"immutable_source_verification": "anthropics/skills@9d2f1ae187231d8199c64b5b762e1bdf2244733d",
"remote_registry_verification": "not-claimed"
}
}