Skip to content

Commit 4843ea8

Browse files
committed
Add TurtleTerm session ergonomics skill manifest
1 parent 4cc9f72 commit 4843ea8

1 file changed

Lines changed: 57 additions & 0 deletions

File tree

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
{
2+
"id": "urn:srcos:skill:turtle-session-ergonomics",
3+
"type": "SkillManifest",
4+
"specVersion": "2.0.0",
5+
"name": "turtle-session-ergonomics",
6+
"version": "0.1.0",
7+
"entryDoc": "docs/sourceos/TERMINAL_ERGONOMICS.md",
8+
"description": "Expose TurtleTerm profiles, layouts, marks, search, and review-only replay plans for iTerm-class terminal ergonomics with SourceOS policy boundaries.",
9+
"activationRules": {
10+
"commands": [
11+
"session.profiles",
12+
"session.layout-export",
13+
"session.marks",
14+
"session.mark",
15+
"session.search",
16+
"session.replay-plan"
17+
],
18+
"filePatterns": [],
19+
"intentTags": [
20+
"terminal-ergonomics",
21+
"profiles",
22+
"layouts",
23+
"marks",
24+
"search",
25+
"replay-plan"
26+
]
27+
},
28+
"requires": {
29+
"binaries": [
30+
"turtle-session",
31+
"turtle-agentctl"
32+
],
33+
"anyBins": [
34+
"tmux",
35+
"nvim"
36+
],
37+
"tools": [
38+
"policy-fabric",
39+
"agent-registry",
40+
"agentplane"
41+
]
42+
},
43+
"executionSurfaceRef": null,
44+
"policyBindings": [
45+
"urn:srcos:policy:turtle-session-ergonomics"
46+
],
47+
"artifactOutputs": [
48+
"profile-catalog",
49+
"layout-export",
50+
"session-mark",
51+
"session-search-result",
52+
"replay-plan"
53+
],
54+
"reviewMode": true,
55+
"allowShellExecution": false,
56+
"protectedPaths": []
57+
}

0 commit comments

Comments
 (0)