@agentxm/client-core 0.3.1 → 0.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (142) hide show
  1. package/LICENSE +1 -1
  2. package/dist/src/unstable/agents/detection.d.ts.map +1 -1
  3. package/dist/src/unstable/agents/detection.js +2 -1
  4. package/dist/src/unstable/agents/detection.js.map +1 -1
  5. package/dist/src/unstable/cli-renderer/ansi-chrome.d.ts.map +1 -1
  6. package/dist/src/unstable/cli-renderer/ansi-chrome.js +4 -1
  7. package/dist/src/unstable/cli-renderer/ansi-chrome.js.map +1 -1
  8. package/dist/src/unstable/extensions/index.d.ts +1 -0
  9. package/dist/src/unstable/extensions/index.d.ts.map +1 -1
  10. package/dist/src/unstable/extensions/index.js +1 -0
  11. package/dist/src/unstable/extensions/index.js.map +1 -1
  12. package/dist/src/unstable/extensions/universal-skills-dir.d.ts +54 -0
  13. package/dist/src/unstable/extensions/universal-skills-dir.d.ts.map +1 -0
  14. package/dist/src/unstable/extensions/universal-skills-dir.js +68 -0
  15. package/dist/src/unstable/extensions/universal-skills-dir.js.map +1 -0
  16. package/dist/src/unstable/lint/catalog/pack/manifest-keys-recognized.js +1 -1
  17. package/dist/src/unstable/lint/catalog/pack/manifest-keys-recognized.js.map +1 -1
  18. package/dist/src/unstable/lint/catalog/pack/manifest-present.d.ts.map +1 -1
  19. package/dist/src/unstable/lint/catalog/pack/manifest-present.js +2 -5
  20. package/dist/src/unstable/lint/catalog/pack/manifest-present.js.map +1 -1
  21. package/dist/src/unstable/lint/catalog/pack/manifest-schema-valid.js +1 -1
  22. package/dist/src/unstable/lint/catalog/pack/manifest-schema-valid.js.map +1 -1
  23. package/dist/src/unstable/lint/catalog/shared/schema-rule.d.ts.map +1 -1
  24. package/dist/src/unstable/lint/catalog/shared/schema-rule.js +12 -5
  25. package/dist/src/unstable/lint/catalog/shared/schema-rule.js.map +1 -1
  26. package/dist/src/unstable/lint/catalog/skill/frontmatter-parseable.js +8 -11
  27. package/dist/src/unstable/lint/catalog/skill/frontmatter-parseable.js.map +1 -1
  28. package/dist/src/unstable/lint/catalog/skill/manifest-keys-recognized.js +1 -1
  29. package/dist/src/unstable/lint/catalog/skill/manifest-keys-recognized.js.map +1 -1
  30. package/dist/src/unstable/lint/catalog/skill/manifest-present.d.ts.map +1 -1
  31. package/dist/src/unstable/lint/catalog/skill/manifest-present.js +2 -5
  32. package/dist/src/unstable/lint/catalog/skill/manifest-present.js.map +1 -1
  33. package/dist/src/unstable/lint/catalog/skill/manifest-schema-valid.js +1 -1
  34. package/dist/src/unstable/lint/catalog/skill/manifest-schema-valid.js.map +1 -1
  35. package/dist/src/unstable/lint/catalog/skill/skill-md-present.js +2 -3
  36. package/dist/src/unstable/lint/catalog/skill/skill-md-present.js.map +1 -1
  37. package/dist/src/unstable/lint/catalog/workspace/agents-detected-declared.d.ts.map +1 -1
  38. package/dist/src/unstable/lint/catalog/workspace/agents-detected-declared.js +5 -15
  39. package/dist/src/unstable/lint/catalog/workspace/agents-detected-declared.js.map +1 -1
  40. package/dist/src/unstable/lint/catalog/workspace/agents-recognized.d.ts.map +1 -1
  41. package/dist/src/unstable/lint/catalog/workspace/agents-recognized.js +4 -15
  42. package/dist/src/unstable/lint/catalog/workspace/agents-recognized.js.map +1 -1
  43. package/dist/src/unstable/lint/catalog/workspace/helpers/decode.d.ts +14 -0
  44. package/dist/src/unstable/lint/catalog/workspace/helpers/decode.d.ts.map +1 -0
  45. package/dist/src/unstable/lint/catalog/workspace/helpers/decode.js +28 -0
  46. package/dist/src/unstable/lint/catalog/workspace/helpers/decode.js.map +1 -0
  47. package/dist/src/unstable/lint/catalog/workspace/helpers/finding.d.ts +10 -0
  48. package/dist/src/unstable/lint/catalog/workspace/helpers/finding.d.ts.map +1 -0
  49. package/dist/src/unstable/lint/catalog/workspace/helpers/finding.js +11 -0
  50. package/dist/src/unstable/lint/catalog/workspace/helpers/finding.js.map +1 -0
  51. package/dist/src/unstable/lint/catalog/workspace/helpers/retained-skills.d.ts +24 -0
  52. package/dist/src/unstable/lint/catalog/workspace/helpers/retained-skills.d.ts.map +1 -0
  53. package/dist/src/unstable/lint/catalog/workspace/helpers/retained-skills.js +41 -0
  54. package/dist/src/unstable/lint/catalog/workspace/helpers/retained-skills.js.map +1 -0
  55. package/dist/src/unstable/lint/catalog/workspace/helpers/source-categorize.d.ts +16 -0
  56. package/dist/src/unstable/lint/catalog/workspace/helpers/source-categorize.d.ts.map +1 -0
  57. package/dist/src/unstable/lint/catalog/workspace/helpers/source-categorize.js +37 -0
  58. package/dist/src/unstable/lint/catalog/workspace/helpers/source-categorize.js.map +1 -0
  59. package/dist/src/unstable/lint/catalog/workspace/initialized.js +3 -5
  60. package/dist/src/unstable/lint/catalog/workspace/initialized.js.map +1 -1
  61. package/dist/src/unstable/lint/catalog/workspace/lockfile-valid.d.ts.map +1 -1
  62. package/dist/src/unstable/lint/catalog/workspace/lockfile-valid.js +8 -21
  63. package/dist/src/unstable/lint/catalog/workspace/lockfile-valid.js.map +1 -1
  64. package/dist/src/unstable/lint/catalog/workspace/packs-declarations-valid.d.ts.map +1 -1
  65. package/dist/src/unstable/lint/catalog/workspace/packs-declarations-valid.js +12 -49
  66. package/dist/src/unstable/lint/catalog/workspace/packs-declarations-valid.js.map +1 -1
  67. package/dist/src/unstable/lint/catalog/workspace/packs-dependencies-resolved.d.ts.map +1 -1
  68. package/dist/src/unstable/lint/catalog/workspace/packs-dependencies-resolved.js +23 -17
  69. package/dist/src/unstable/lint/catalog/workspace/packs-dependencies-resolved.js.map +1 -1
  70. package/dist/src/unstable/lint/catalog/workspace/packs-members-retained.d.ts.map +1 -1
  71. package/dist/src/unstable/lint/catalog/workspace/packs-members-retained.js +24 -29
  72. package/dist/src/unstable/lint/catalog/workspace/packs-members-retained.js.map +1 -1
  73. package/dist/src/unstable/lint/catalog/workspace/settings-schema-valid.d.ts.map +1 -1
  74. package/dist/src/unstable/lint/catalog/workspace/settings-schema-valid.js +3 -6
  75. package/dist/src/unstable/lint/catalog/workspace/settings-schema-valid.js.map +1 -1
  76. package/dist/src/unstable/lint/catalog/workspace/skills-artifacts-correct.d.ts +3 -1
  77. package/dist/src/unstable/lint/catalog/workspace/skills-artifacts-correct.d.ts.map +1 -1
  78. package/dist/src/unstable/lint/catalog/workspace/skills-artifacts-correct.js +142 -55
  79. package/dist/src/unstable/lint/catalog/workspace/skills-artifacts-correct.js.map +1 -1
  80. package/dist/src/unstable/lint/catalog/workspace/skills-declarations-valid.d.ts +3 -2
  81. package/dist/src/unstable/lint/catalog/workspace/skills-declarations-valid.d.ts.map +1 -1
  82. package/dist/src/unstable/lint/catalog/workspace/skills-declarations-valid.js +13 -56
  83. package/dist/src/unstable/lint/catalog/workspace/skills-declarations-valid.js.map +1 -1
  84. package/dist/src/unstable/lint/catalog/workspace/skills-integrity-valid.d.ts +3 -2
  85. package/dist/src/unstable/lint/catalog/workspace/skills-integrity-valid.d.ts.map +1 -1
  86. package/dist/src/unstable/lint/catalog/workspace/skills-integrity-valid.js +71 -54
  87. package/dist/src/unstable/lint/catalog/workspace/skills-integrity-valid.js.map +1 -1
  88. package/dist/src/unstable/lint/catalog/workspace/skills-lockfile-aligned.d.ts.map +1 -1
  89. package/dist/src/unstable/lint/catalog/workspace/skills-lockfile-aligned.js +76 -150
  90. package/dist/src/unstable/lint/catalog/workspace/skills-lockfile-aligned.js.map +1 -1
  91. package/dist/src/unstable/lint/catalog/workspace/skills-managed.d.ts +15 -0
  92. package/dist/src/unstable/lint/catalog/workspace/skills-managed.d.ts.map +1 -0
  93. package/dist/src/unstable/lint/catalog/workspace/skills-managed.js +102 -0
  94. package/dist/src/unstable/lint/catalog/workspace/skills-managed.js.map +1 -0
  95. package/dist/src/unstable/lint/catalog/workspace-accessor/platform.d.ts.map +1 -1
  96. package/dist/src/unstable/lint/catalog/workspace-accessor/platform.js +2 -1
  97. package/dist/src/unstable/lint/catalog/workspace-accessor/platform.js.map +1 -1
  98. package/dist/src/unstable/lint/catalog/workspace.d.ts +9 -5
  99. package/dist/src/unstable/lint/catalog/workspace.d.ts.map +1 -1
  100. package/dist/src/unstable/lint/catalog/workspace.js +20 -11
  101. package/dist/src/unstable/lint/catalog/workspace.js.map +1 -1
  102. package/dist/src/unstable/lint/cli.d.ts +45 -27
  103. package/dist/src/unstable/lint/cli.d.ts.map +1 -1
  104. package/dist/src/unstable/lint/cli.js +819 -59
  105. package/dist/src/unstable/lint/cli.js.map +1 -1
  106. package/dist/src/unstable/lint/index.d.ts +1 -1
  107. package/dist/src/unstable/lint/index.d.ts.map +1 -1
  108. package/dist/src/unstable/lint/index.js +1 -1
  109. package/dist/src/unstable/lint/index.js.map +1 -1
  110. package/dist/src/unstable/lint/issues-to-findings.d.ts +5 -5
  111. package/dist/src/unstable/lint/issues-to-findings.js +78 -15
  112. package/dist/src/unstable/lint/issues-to-findings.js.map +1 -1
  113. package/dist/src/unstable/lint/rule.d.ts +0 -8
  114. package/dist/src/unstable/lint/rule.d.ts.map +1 -1
  115. package/dist/src/unstable/skills/operations/install.d.ts.map +1 -1
  116. package/dist/src/unstable/skills/operations/install.js +2 -0
  117. package/dist/src/unstable/skills/operations/install.js.map +1 -1
  118. package/dist/src/unstable/workspace/classifier-records.d.ts.map +1 -1
  119. package/dist/src/unstable/workspace/classifier-records.js +1 -0
  120. package/dist/src/unstable/workspace/classifier-records.js.map +1 -1
  121. package/dist/src/unstable/workspace/classifier.d.ts +13 -2
  122. package/dist/src/unstable/workspace/classifier.d.ts.map +1 -1
  123. package/dist/src/unstable/workspace/classifier.js +14 -2
  124. package/dist/src/unstable/workspace/classifier.js.map +1 -1
  125. package/dist/src/unstable/workspace/service.d.ts.map +1 -1
  126. package/dist/src/unstable/workspace/service.js +29 -8
  127. package/dist/src/unstable/workspace/service.js.map +1 -1
  128. package/dist/src/unstable/workspace/taxonomy-types.d.ts +1 -0
  129. package/dist/src/unstable/workspace/taxonomy-types.d.ts.map +1 -1
  130. package/package.json +3 -3
  131. package/site-content/INSTALL.md +4 -4
  132. package/site-content/__generated__/schemas/axm-lock.schema.json +727 -1124
  133. package/site-content/__generated__/schemas/axm-package-meta.schema.json +3 -16
  134. package/site-content/__generated__/schemas/command.schema.json +29 -130
  135. package/site-content/__generated__/schemas/extension-pack.schema.json +36 -154
  136. package/site-content/__generated__/schemas/mcp-server.schema.json +21 -134
  137. package/site-content/__generated__/schemas/settings.schema.json +111 -291
  138. package/site-content/__generated__/schemas/skill.schema.json +23 -143
  139. package/dist/src/unstable/lint/catalog/workspace/skills-artifacts-clean.d.ts +0 -30
  140. package/dist/src/unstable/lint/catalog/workspace/skills-artifacts-clean.d.ts.map +0 -1
  141. package/dist/src/unstable/lint/catalog/workspace/skills-artifacts-clean.js +0 -232
  142. package/dist/src/unstable/lint/catalog/workspace/skills-artifacts-clean.js.map +0 -1
@@ -2,27 +2,14 @@
2
2
  "$schema": "http://json-schema.org/draft-07/schema#",
3
3
  "$ref": "#/definitions/AxmPackageMeta",
4
4
  "definitions": {
5
- "FullyQualifiedRef": {
6
- "type": "string"
7
- },
5
+ "FullyQualifiedRef": { "type": "string" },
8
6
  "AxmPackageMeta": {
9
7
  "type": "object",
10
8
  "properties": {
11
- "$schema": {
12
- "anyOf": [
13
- {
14
- "type": "string"
15
- },
16
- {
17
- "type": "null"
18
- }
19
- ]
20
- },
9
+ "$schema": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
21
10
  "recommendedExtensions": {
22
11
  "type": "array",
23
- "items": {
24
- "$ref": "#/definitions/FullyQualifiedRef"
25
- }
12
+ "items": { "$ref": "#/definitions/FullyQualifiedRef" }
26
13
  }
27
14
  },
28
15
  "required": ["recommendedExtensions"],
@@ -13,161 +13,60 @@
13
13
  }
14
14
  ]
15
15
  },
16
- "ExactSemverVersion": {
17
- "type": "string"
18
- },
16
+ "ExactSemverVersion": { "type": "string" },
19
17
  "Author": {
20
18
  "type": "object",
21
19
  "properties": {
22
- "name": {
23
- "type": "string"
24
- },
25
- "email": {
26
- "anyOf": [
27
- {
28
- "type": "string"
29
- },
30
- {
31
- "type": "null"
32
- }
33
- ]
34
- },
35
- "url": {
36
- "anyOf": [
37
- {
38
- "type": "string"
39
- },
40
- {
41
- "type": "null"
42
- }
43
- ]
44
- }
20
+ "name": { "type": "string" },
21
+ "email": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
22
+ "url": { "anyOf": [{ "type": "string" }, { "type": "null" }] }
45
23
  },
46
24
  "required": ["name"],
47
25
  "additionalProperties": false,
48
26
  "title": "Author",
49
27
  "description": "Author details: name, email, and URL."
50
28
  },
51
- "PackageUrlParts": {
52
- "type": "string"
53
- },
54
- "ExtensionName": {
55
- "type": "string"
56
- },
29
+ "PackageUrlParts": { "type": "string" },
30
+ "ExtensionName": { "type": "string" },
57
31
  "CommandManifest": {
58
32
  "type": "object",
59
33
  "properties": {
60
- "$schema": {
61
- "anyOf": [
62
- {
63
- "type": "string"
64
- },
65
- {
66
- "type": "null"
67
- }
68
- ]
69
- },
70
- "owner": {
71
- "$ref": "#/definitions/Handle"
72
- },
73
- "version": {
74
- "$ref": "#/definitions/ExactSemverVersion"
75
- },
76
- "description": {
77
- "anyOf": [
78
- {
79
- "type": "string"
80
- },
81
- {
82
- "type": "null"
83
- }
84
- ]
85
- },
34
+ "$schema": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
35
+ "owner": { "$ref": "#/definitions/Handle" },
36
+ "version": { "$ref": "#/definitions/ExactSemverVersion" },
37
+ "description": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
86
38
  "keywords": {
87
- "anyOf": [
88
- {
89
- "type": "array",
90
- "items": {
91
- "type": "string"
92
- }
93
- },
94
- {
95
- "type": "null"
96
- }
97
- ]
98
- },
99
- "repository": {
100
- "anyOf": [
101
- {
102
- "type": "string"
103
- },
104
- {
105
- "type": "null"
106
- }
107
- ]
108
- },
109
- "homepage": {
110
- "anyOf": [
111
- {
112
- "type": "string"
113
- },
114
- {
115
- "type": "null"
116
- }
117
- ]
39
+ "anyOf": [{ "type": "array", "items": { "type": "string" } }, { "type": "null" }]
118
40
  },
119
- "license": {
41
+ "repository": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
42
+ "homepage": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
43
+ "license": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
44
+ "bugs": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
45
+ "authors": {
120
46
  "anyOf": [
121
- {
122
- "type": "string"
123
- },
124
- {
125
- "type": "null"
126
- }
47
+ { "type": "array", "items": { "$ref": "#/definitions/Author" } },
48
+ { "type": "null" }
127
49
  ]
128
50
  },
129
- "bugs": {
51
+ "compatiblePackages": {
130
52
  "anyOf": [
131
- {
132
- "type": "string"
133
- },
134
- {
135
- "type": "null"
136
- }
53
+ { "type": "array", "items": { "$ref": "#/definitions/PackageUrlParts" } },
54
+ { "type": "null" }
137
55
  ]
138
56
  },
139
- "authors": {
57
+ "type": { "type": "string", "enum": ["command"] },
58
+ "name": { "$ref": "#/definitions/ExtensionName" },
59
+ "agents": {
140
60
  "anyOf": [
141
- {
142
- "type": "array",
143
- "items": {
144
- "$ref": "#/definitions/Author"
145
- }
146
- },
147
- {
148
- "type": "null"
149
- }
61
+ { "type": "array", "items": { "$ref": "#/definitions/PackageUrlParts" } },
62
+ { "type": "null" }
150
63
  ]
151
64
  },
152
- "compatiblePackages": {
65
+ "agentOverrides": {
153
66
  "anyOf": [
154
- {
155
- "type": "array",
156
- "items": {
157
- "$ref": "#/definitions/PackageUrlParts"
158
- }
159
- },
160
- {
161
- "type": "null"
162
- }
67
+ { "type": "object", "additionalProperties": { "type": "object" } },
68
+ { "type": "null" }
163
69
  ]
164
- },
165
- "type": {
166
- "type": "string",
167
- "enum": ["command"]
168
- },
169
- "name": {
170
- "$ref": "#/definitions/ExtensionName"
171
70
  }
172
71
  },
173
72
  "required": ["owner", "version", "type", "name"],
@@ -13,202 +13,84 @@
13
13
  }
14
14
  ]
15
15
  },
16
- "ExactSemverVersion": {
17
- "type": "string"
18
- },
16
+ "ExactSemverVersion": { "type": "string" },
19
17
  "Author": {
20
18
  "type": "object",
21
19
  "properties": {
22
- "name": {
23
- "type": "string"
24
- },
25
- "email": {
26
- "anyOf": [
27
- {
28
- "type": "string"
29
- },
30
- {
31
- "type": "null"
32
- }
33
- ]
34
- },
35
- "url": {
36
- "anyOf": [
37
- {
38
- "type": "string"
39
- },
40
- {
41
- "type": "null"
42
- }
43
- ]
44
- }
20
+ "name": { "type": "string" },
21
+ "email": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
22
+ "url": { "anyOf": [{ "type": "string" }, { "type": "null" }] }
45
23
  },
46
24
  "required": ["name"],
47
25
  "additionalProperties": false,
48
26
  "title": "Author",
49
27
  "description": "Author details: name, email, and URL."
50
28
  },
51
- "PackageUrlParts": {
52
- "type": "string"
53
- },
54
- "ExtensionName": {
55
- "type": "string"
56
- },
57
- "VersionConstraint": {
58
- "type": "string"
59
- },
29
+ "PackageUrlParts": { "type": "string" },
30
+ "ExtensionName": { "type": "string" },
31
+ "VersionConstraint": { "type": "string" },
60
32
  "ExtensionPackManifest": {
61
33
  "type": "object",
62
34
  "properties": {
63
- "$schema": {
64
- "anyOf": [
65
- {
66
- "type": "string"
67
- },
68
- {
69
- "type": "null"
70
- }
71
- ]
72
- },
73
- "owner": {
74
- "$ref": "#/definitions/Handle"
75
- },
76
- "version": {
77
- "$ref": "#/definitions/ExactSemverVersion"
78
- },
79
- "description": {
80
- "anyOf": [
81
- {
82
- "type": "string"
83
- },
84
- {
85
- "type": "null"
86
- }
87
- ]
88
- },
35
+ "$schema": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
36
+ "owner": { "$ref": "#/definitions/Handle" },
37
+ "version": { "$ref": "#/definitions/ExactSemverVersion" },
38
+ "description": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
89
39
  "keywords": {
90
- "anyOf": [
91
- {
92
- "type": "array",
93
- "items": {
94
- "type": "string"
95
- }
96
- },
97
- {
98
- "type": "null"
99
- }
100
- ]
101
- },
102
- "repository": {
103
- "anyOf": [
104
- {
105
- "type": "string"
106
- },
107
- {
108
- "type": "null"
109
- }
110
- ]
111
- },
112
- "homepage": {
113
- "anyOf": [
114
- {
115
- "type": "string"
116
- },
117
- {
118
- "type": "null"
119
- }
120
- ]
121
- },
122
- "license": {
123
- "anyOf": [
124
- {
125
- "type": "string"
126
- },
127
- {
128
- "type": "null"
129
- }
130
- ]
131
- },
132
- "bugs": {
133
- "anyOf": [
134
- {
135
- "type": "string"
136
- },
137
- {
138
- "type": "null"
139
- }
140
- ]
40
+ "anyOf": [{ "type": "array", "items": { "type": "string" } }, { "type": "null" }]
141
41
  },
42
+ "repository": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
43
+ "homepage": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
44
+ "license": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
45
+ "bugs": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
142
46
  "authors": {
143
47
  "anyOf": [
144
- {
145
- "type": "array",
146
- "items": {
147
- "$ref": "#/definitions/Author"
148
- }
149
- },
150
- {
151
- "type": "null"
152
- }
48
+ { "type": "array", "items": { "$ref": "#/definitions/Author" } },
49
+ { "type": "null" }
153
50
  ]
154
51
  },
155
52
  "compatiblePackages": {
156
53
  "anyOf": [
157
- {
158
- "type": "array",
159
- "items": {
160
- "$ref": "#/definitions/PackageUrlParts"
161
- }
162
- },
163
- {
164
- "type": "null"
165
- }
54
+ { "type": "array", "items": { "$ref": "#/definitions/PackageUrlParts" } },
55
+ { "type": "null" }
166
56
  ]
167
57
  },
168
- "type": {
169
- "type": "string",
170
- "enum": ["pack"]
171
- },
172
- "name": {
173
- "$ref": "#/definitions/ExtensionName"
174
- },
58
+ "type": { "type": "string", "enum": ["pack"] },
59
+ "name": { "$ref": "#/definitions/ExtensionName" },
175
60
  "skills": {
176
61
  "anyOf": [
177
62
  {
178
63
  "type": "object",
179
- "additionalProperties": {
180
- "$ref": "#/definitions/VersionConstraint"
181
- }
64
+ "additionalProperties": { "$ref": "#/definitions/VersionConstraint" }
182
65
  },
183
- {
184
- "type": "null"
185
- }
66
+ { "type": "null" }
186
67
  ]
187
68
  },
188
69
  "commands": {
189
70
  "anyOf": [
190
71
  {
191
72
  "type": "object",
192
- "additionalProperties": {
193
- "$ref": "#/definitions/VersionConstraint"
194
- }
73
+ "additionalProperties": { "$ref": "#/definitions/VersionConstraint" }
195
74
  },
196
- {
197
- "type": "null"
198
- }
75
+ { "type": "null" }
199
76
  ]
200
77
  },
201
78
  "mcp-servers": {
202
79
  "anyOf": [
203
80
  {
204
81
  "type": "object",
205
- "additionalProperties": {
206
- "$ref": "#/definitions/VersionConstraint"
207
- }
82
+ "additionalProperties": { "$ref": "#/definitions/VersionConstraint" }
208
83
  },
84
+ { "type": "null" }
85
+ ]
86
+ },
87
+ "subagents": {
88
+ "anyOf": [
209
89
  {
210
- "type": "null"
211
- }
90
+ "type": "object",
91
+ "additionalProperties": { "$ref": "#/definitions/VersionConstraint" }
92
+ },
93
+ { "type": "null" }
212
94
  ]
213
95
  }
214
96
  },
@@ -13,162 +13,49 @@
13
13
  }
14
14
  ]
15
15
  },
16
- "ExactSemverVersion": {
17
- "type": "string"
18
- },
16
+ "ExactSemverVersion": { "type": "string" },
19
17
  "Author": {
20
18
  "type": "object",
21
19
  "properties": {
22
- "name": {
23
- "type": "string"
24
- },
25
- "email": {
26
- "anyOf": [
27
- {
28
- "type": "string"
29
- },
30
- {
31
- "type": "null"
32
- }
33
- ]
34
- },
35
- "url": {
36
- "anyOf": [
37
- {
38
- "type": "string"
39
- },
40
- {
41
- "type": "null"
42
- }
43
- ]
44
- }
20
+ "name": { "type": "string" },
21
+ "email": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
22
+ "url": { "anyOf": [{ "type": "string" }, { "type": "null" }] }
45
23
  },
46
24
  "required": ["name"],
47
25
  "additionalProperties": false,
48
26
  "title": "Author",
49
27
  "description": "Author details: name, email, and URL."
50
28
  },
51
- "PackageUrlParts": {
52
- "type": "string"
53
- },
54
- "ExtensionName": {
55
- "type": "string"
56
- },
29
+ "PackageUrlParts": { "type": "string" },
30
+ "ExtensionName": { "type": "string" },
57
31
  "McpServerManifest": {
58
32
  "type": "object",
59
33
  "properties": {
60
- "$schema": {
61
- "anyOf": [
62
- {
63
- "type": "string"
64
- },
65
- {
66
- "type": "null"
67
- }
68
- ]
69
- },
70
- "owner": {
71
- "$ref": "#/definitions/Handle"
72
- },
73
- "version": {
74
- "$ref": "#/definitions/ExactSemverVersion"
75
- },
76
- "description": {
77
- "anyOf": [
78
- {
79
- "type": "string"
80
- },
81
- {
82
- "type": "null"
83
- }
84
- ]
85
- },
34
+ "$schema": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
35
+ "owner": { "$ref": "#/definitions/Handle" },
36
+ "version": { "$ref": "#/definitions/ExactSemverVersion" },
37
+ "description": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
86
38
  "keywords": {
87
- "anyOf": [
88
- {
89
- "type": "array",
90
- "items": {
91
- "type": "string"
92
- }
93
- },
94
- {
95
- "type": "null"
96
- }
97
- ]
98
- },
99
- "repository": {
100
- "anyOf": [
101
- {
102
- "type": "string"
103
- },
104
- {
105
- "type": "null"
106
- }
107
- ]
108
- },
109
- "homepage": {
110
- "anyOf": [
111
- {
112
- "type": "string"
113
- },
114
- {
115
- "type": "null"
116
- }
117
- ]
118
- },
119
- "license": {
120
- "anyOf": [
121
- {
122
- "type": "string"
123
- },
124
- {
125
- "type": "null"
126
- }
127
- ]
128
- },
129
- "bugs": {
130
- "anyOf": [
131
- {
132
- "type": "string"
133
- },
134
- {
135
- "type": "null"
136
- }
137
- ]
39
+ "anyOf": [{ "type": "array", "items": { "type": "string" } }, { "type": "null" }]
138
40
  },
41
+ "repository": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
42
+ "homepage": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
43
+ "license": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
44
+ "bugs": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
139
45
  "authors": {
140
46
  "anyOf": [
141
- {
142
- "type": "array",
143
- "items": {
144
- "$ref": "#/definitions/Author"
145
- }
146
- },
147
- {
148
- "type": "null"
149
- }
47
+ { "type": "array", "items": { "$ref": "#/definitions/Author" } },
48
+ { "type": "null" }
150
49
  ]
151
50
  },
152
51
  "compatiblePackages": {
153
52
  "anyOf": [
154
- {
155
- "type": "array",
156
- "items": {
157
- "$ref": "#/definitions/PackageUrlParts"
158
- }
159
- },
160
- {
161
- "type": "null"
162
- }
53
+ { "type": "array", "items": { "$ref": "#/definitions/PackageUrlParts" } },
54
+ { "type": "null" }
163
55
  ]
164
56
  },
165
- "type": {
166
- "type": "string",
167
- "enum": ["mcp-server"]
168
- },
169
- "name": {
170
- "$ref": "#/definitions/ExtensionName"
171
- }
57
+ "type": { "type": "string", "enum": ["mcp-server"] },
58
+ "name": { "$ref": "#/definitions/ExtensionName" }
172
59
  },
173
60
  "required": ["owner", "version", "type", "name"],
174
61
  "additionalProperties": false,