Skip to content

Commit 6bbf221

Browse files
committed
Add Superconscious bridge skill manifest
1 parent 8912ff0 commit 6bbf221

1 file changed

Lines changed: 50 additions & 0 deletions

File tree

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
{
2+
"id": "urn:srcos:skill:turtle-superconscious-bridge",
3+
"type": "SkillManifest",
4+
"specVersion": "2.0.0",
5+
"name": "turtle-superconscious-bridge",
6+
"version": "0.1.0",
7+
"entryDoc": "docs/sourceos/SUPERCONSCIOUS_INTEGRATION.md",
8+
"description": "Bridge TurtleTerm terminal, tmux, Neovim, cloudfog, policy, receipt, and AgentPlane references into Superconscious governed cognition runs without granting shell authority.",
9+
"activationRules": {
10+
"commands": [
11+
"superconscious.observe",
12+
"superconscious.plan",
13+
"superconscious.propose",
14+
"superconscious.trace",
15+
"superconscious.replay"
16+
],
17+
"filePatterns": [],
18+
"intentTags": [
19+
"superconscious",
20+
"governed-cognition",
21+
"safe-operational-trace",
22+
"replay-plan"
23+
]
24+
},
25+
"requires": {
26+
"binaries": [
27+
"turtle-agentctl"
28+
],
29+
"anyBins": [],
30+
"tools": [
31+
"superconscious",
32+
"policy-fabric",
33+
"agent-registry",
34+
"agentplane"
35+
]
36+
},
37+
"executionSurfaceRef": null,
38+
"policyBindings": [
39+
"urn:srcos:policy:turtle-superconscious-bridge"
40+
],
41+
"artifactOutputs": [
42+
"safe-operational-trace",
43+
"reasoning-run-reference",
44+
"replay-plan-reference",
45+
"agentplane-evidence-reference"
46+
],
47+
"reviewMode": true,
48+
"allowShellExecution": false,
49+
"protectedPaths": []
50+
}

0 commit comments

Comments
 (0)