Skip to content

Commit 6b726cd

Browse files
committed
Add terminal inspector skill manifest
1 parent 1f5e170 commit 6b726cd

1 file changed

Lines changed: 40 additions & 0 deletions

File tree

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"id": "urn:srcos:skill:turtle-terminal-inspector",
3+
"type": "SkillManifest",
4+
"specVersion": "2.0.0",
5+
"name": "turtle-terminal-inspector",
6+
"version": "0.1.0",
7+
"entryDoc": "docs/sourceos/SESSION_CONTRACT.md",
8+
"description": "Inspect and summarize TurtleTerm terminal sessions, panes, receipts, and metadata without executing commands.",
9+
"activationRules": {
10+
"commands": [
11+
"terminal.inspect",
12+
"terminal.summarize",
13+
"terminal.receipts"
14+
],
15+
"filePatterns": [],
16+
"intentTags": [
17+
"terminal-inspection",
18+
"session-summary",
19+
"receipt-review"
20+
]
21+
},
22+
"requires": {
23+
"binaries": [
24+
"turtle-term"
25+
],
26+
"anyBins": [],
27+
"tools": []
28+
},
29+
"executionSurfaceRef": null,
30+
"policyBindings": [
31+
"urn:srcos:policy:turtle-terminal-inspect"
32+
],
33+
"artifactOutputs": [
34+
"terminal-summary",
35+
"receipt-reference"
36+
],
37+
"reviewMode": true,
38+
"allowShellExecution": false,
39+
"protectedPaths": []
40+
}

0 commit comments

Comments
 (0)