-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtailpack-full.json
More file actions
66 lines (66 loc) · 1.41 KB
/
tailpack-full.json
File metadata and controls
66 lines (66 loc) · 1.41 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"tailpack_version": "0.1b",
"identity": {
"id": "brand-strategy-pack",
"name": "Brand Strategy TailPack",
"description": "A portable set of strategic agents for positioning, critique, and recommendation.",
"author": {
"name": "Example Author",
"url": "https://example.com"
},
"version": "0.1.0",
"tags": ["strategy", "brand", "team"]
},
"tails": [
{
"ref": "tails/strategist/tail.json"
},
{
"ref": "tails/copy-chief/tail.json"
},
{
"ref": "tails/judge/tail.json"
}
],
"shared": {
"assets": [
"shared/assets/brand-framework.pdf"
],
"skills": [
"shared/skills/category-analysis"
],
"integrations": [
"shared/integrations/web-search.json"
],
"defaults": {
"team_mode": "collaborative"
}
},
"compatibility": {
"includes": [
"open-export",
"skill-bundle",
"mcp-mapping"
],
"notes": [
"Best used in multi-agent environments with markdown and voice support.",
"Handoff targets resolve only within this TailPack."
]
},
"distribution": {
"public": true,
"star_enabled": true,
"comment_enabled": true,
"remix_enabled": true,
"license": "custom",
"attribution_required": true,
"provenance": {
"derived_from": null
}
},
"extensions": {
"x-teamagentix": {
"secure_import_supported": true
}
}
}