Skip to content

Commit 35c613c

Browse files
committed
feat(zyra): bind security plane to Black House kernel v3
1 parent ff0d4dd commit 35c613c

1 file changed

Lines changed: 46 additions & 0 deletions

File tree

‎.black-house/kernel.json‎

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"kernelVersion": "3.0.0",
3+
"controlPlane": "THE_BLACK_HOUSE_V1",
4+
"canonicalRoot": "sonoxo/gpt-doug-llm/the-black-house",
5+
"component": "ZYRA",
6+
"role": "security_approval_audit_and_cloud_execution",
7+
"objectTypes": [
8+
"Mission",
9+
"Agent",
10+
"Model",
11+
"User",
12+
"Repository",
13+
"Service",
14+
"Tool",
15+
"Resource",
16+
"Evidence",
17+
"Source",
18+
"Decision",
19+
"Approval",
20+
"Action",
21+
"Deployment",
22+
"Incident",
23+
"Policy",
24+
"CredentialReference",
25+
"Artifact",
26+
"IntelligenceBrief"
27+
],
28+
"relationshipTypes": [
29+
"EXECUTES",
30+
"USES",
31+
"PRODUCES",
32+
"DERIVED_FROM",
33+
"AUTHORIZES",
34+
"GOVERNS",
35+
"DEPLOYED_TO",
36+
"IMPLEMENTS",
37+
"RUNS_ON",
38+
"ROUTES_TO",
39+
"AUDITS",
40+
"EVIDENCES"
41+
],
42+
"cloudLayer": "Zyra Cloud",
43+
"approvalAuthority": true,
44+
"failureState": "RED",
45+
"successState": "GREEN"
46+
}

0 commit comments

Comments
 (0)