-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathVERSION.json
More file actions
84 lines (84 loc) · 1.87 KB
/
VERSION.json
File metadata and controls
84 lines (84 loc) · 1.87 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"framework": "3.5.0",
"lastUpdated": "2026-03-29T00:00:00.000Z",
"components": {
"mcp-servers": {
"copilot-memory": {
"version": "3.0.0",
"path": "mcp-servers/copilot-memory",
"buildRequired": true,
"checkFile": "dist/index.js"
},
"skills-copilot": {
"version": "3.0.0",
"path": "mcp-servers/skills-copilot",
"buildRequired": true,
"checkFile": "dist/index.js"
}
},
"agents": {
"version": "3.1.0",
"path": ".claude/agents",
"count": 14,
"frameworkAgents": [
"cco", "cw", "do", "doc", "kc", "me", "qa", "sd", "sec", "ta", "uid", "uids", "uxd"
],
"nativeAgents": [
"cs"
],
"requiredSections": [
"Core Behaviors",
"Route To Other Agent"
]
},
"commands": {
"version": "3.0.0",
"path": ".claude/commands",
"projectCommands": [
"protocol.md",
"continue.md",
"pause.md",
"map.md",
"memory.md",
"extensions.md",
"orchestrate.md"
],
"machineCommands": [
"setup.md",
"setup-project.md",
"update-project.md",
"update-copilot.md",
"setup-copilot.md",
"knowledge-copilot.md",
"setup-knowledge-sync.md"
]
},
"skills": {
"version": "3.1.0",
"path": ".claude/skills",
"categories": [
"code",
"design",
"devops",
"documentation",
"security",
"testing"
]
},
"templates": {
"version": "3.0.0",
"path": "templates",
"includes": [
"mcp.json",
"orchestration/",
"hooks/"
]
}
},
"globalPaths": {
"skills": "~/.claude/skills",
"knowledge": "~/.claude/knowledge",
"memory": "~/.claude/memory",
"tasks": "~/.claude/tasks"
}
}