@agentxm/extension-model 0.28.4-bootstrap.0

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 (263) hide show
  1. package/LICENSE +110 -0
  2. package/README.md +17 -0
  3. package/dist/src/unstable/agent-capabilities/catalog.d.ts +47000 -0
  4. package/dist/src/unstable/agent-capabilities/catalog.js +172 -0
  5. package/dist/src/unstable/agent-capabilities/data/agents/adal.d.ts +162 -0
  6. package/dist/src/unstable/agent-capabilities/data/agents/adal.js +134 -0
  7. package/dist/src/unstable/agent-capabilities/data/agents/aider-desk.d.ts +167 -0
  8. package/dist/src/unstable/agent-capabilities/data/agents/aider-desk.js +133 -0
  9. package/dist/src/unstable/agent-capabilities/data/agents/amp.d.ts +203 -0
  10. package/dist/src/unstable/agent-capabilities/data/agents/amp.js +187 -0
  11. package/dist/src/unstable/agent-capabilities/data/agents/antigravity-cli.d.ts +186 -0
  12. package/dist/src/unstable/agent-capabilities/data/agents/antigravity-cli.js +140 -0
  13. package/dist/src/unstable/agent-capabilities/data/agents/antigravity.d.ts +357 -0
  14. package/dist/src/unstable/agent-capabilities/data/agents/antigravity.js +294 -0
  15. package/dist/src/unstable/agent-capabilities/data/agents/augment.d.ts +383 -0
  16. package/dist/src/unstable/agent-capabilities/data/agents/augment.js +329 -0
  17. package/dist/src/unstable/agent-capabilities/data/agents/chatgpt.d.ts +159 -0
  18. package/dist/src/unstable/agent-capabilities/data/agents/chatgpt.js +117 -0
  19. package/dist/src/unstable/agent-capabilities/data/agents/claude-ai.d.ts +153 -0
  20. package/dist/src/unstable/agent-capabilities/data/agents/claude-ai.js +105 -0
  21. package/dist/src/unstable/agent-capabilities/data/agents/claude-code.d.ts +460 -0
  22. package/dist/src/unstable/agent-capabilities/data/agents/claude-code.js +406 -0
  23. package/dist/src/unstable/agent-capabilities/data/agents/cline.d.ts +225 -0
  24. package/dist/src/unstable/agent-capabilities/data/agents/cline.js +190 -0
  25. package/dist/src/unstable/agent-capabilities/data/agents/codearts-agent.d.ts +246 -0
  26. package/dist/src/unstable/agent-capabilities/data/agents/codearts-agent.js +206 -0
  27. package/dist/src/unstable/agent-capabilities/data/agents/codebuddy.d.ts +420 -0
  28. package/dist/src/unstable/agent-capabilities/data/agents/codebuddy.js +378 -0
  29. package/dist/src/unstable/agent-capabilities/data/agents/codemaker.d.ts +143 -0
  30. package/dist/src/unstable/agent-capabilities/data/agents/codemaker.js +112 -0
  31. package/dist/src/unstable/agent-capabilities/data/agents/codestudio.d.ts +165 -0
  32. package/dist/src/unstable/agent-capabilities/data/agents/codestudio.js +136 -0
  33. package/dist/src/unstable/agent-capabilities/data/agents/codex.d.ts +458 -0
  34. package/dist/src/unstable/agent-capabilities/data/agents/codex.js +399 -0
  35. package/dist/src/unstable/agent-capabilities/data/agents/command-code.d.ts +247 -0
  36. package/dist/src/unstable/agent-capabilities/data/agents/command-code.js +222 -0
  37. package/dist/src/unstable/agent-capabilities/data/agents/continue.d.ts +322 -0
  38. package/dist/src/unstable/agent-capabilities/data/agents/continue.js +273 -0
  39. package/dist/src/unstable/agent-capabilities/data/agents/cortex.d.ts +306 -0
  40. package/dist/src/unstable/agent-capabilities/data/agents/cortex.js +241 -0
  41. package/dist/src/unstable/agent-capabilities/data/agents/cowork.d.ts +185 -0
  42. package/dist/src/unstable/agent-capabilities/data/agents/cowork.js +133 -0
  43. package/dist/src/unstable/agent-capabilities/data/agents/crush.d.ts +249 -0
  44. package/dist/src/unstable/agent-capabilities/data/agents/crush.js +218 -0
  45. package/dist/src/unstable/agent-capabilities/data/agents/cursor.d.ts +300 -0
  46. package/dist/src/unstable/agent-capabilities/data/agents/cursor.js +282 -0
  47. package/dist/src/unstable/agent-capabilities/data/agents/deepagents.d.ts +159 -0
  48. package/dist/src/unstable/agent-capabilities/data/agents/deepagents.js +137 -0
  49. package/dist/src/unstable/agent-capabilities/data/agents/devin.d.ts +410 -0
  50. package/dist/src/unstable/agent-capabilities/data/agents/devin.js +358 -0
  51. package/dist/src/unstable/agent-capabilities/data/agents/dexto.d.ts +166 -0
  52. package/dist/src/unstable/agent-capabilities/data/agents/dexto.js +141 -0
  53. package/dist/src/unstable/agent-capabilities/data/agents/droid.d.ts +318 -0
  54. package/dist/src/unstable/agent-capabilities/data/agents/droid.js +257 -0
  55. package/dist/src/unstable/agent-capabilities/data/agents/firebender.d.ts +313 -0
  56. package/dist/src/unstable/agent-capabilities/data/agents/firebender.js +244 -0
  57. package/dist/src/unstable/agent-capabilities/data/agents/forgecode.d.ts +193 -0
  58. package/dist/src/unstable/agent-capabilities/data/agents/forgecode.js +160 -0
  59. package/dist/src/unstable/agent-capabilities/data/agents/gemini-app.d.ts +153 -0
  60. package/dist/src/unstable/agent-capabilities/data/agents/gemini-app.js +105 -0
  61. package/dist/src/unstable/agent-capabilities/data/agents/gemini-cli.d.ts +424 -0
  62. package/dist/src/unstable/agent-capabilities/data/agents/gemini-cli.js +411 -0
  63. package/dist/src/unstable/agent-capabilities/data/agents/github-copilot-cli.d.ts +300 -0
  64. package/dist/src/unstable/agent-capabilities/data/agents/github-copilot-cli.js +307 -0
  65. package/dist/src/unstable/agent-capabilities/data/agents/goose.d.ts +162 -0
  66. package/dist/src/unstable/agent-capabilities/data/agents/goose.js +131 -0
  67. package/dist/src/unstable/agent-capabilities/data/agents/grok-cli.d.ts +186 -0
  68. package/dist/src/unstable/agent-capabilities/data/agents/grok-cli.js +164 -0
  69. package/dist/src/unstable/agent-capabilities/data/agents/hermes.d.ts +303 -0
  70. package/dist/src/unstable/agent-capabilities/data/agents/hermes.js +223 -0
  71. package/dist/src/unstable/agent-capabilities/data/agents/ibm-bob.d.ts +231 -0
  72. package/dist/src/unstable/agent-capabilities/data/agents/ibm-bob.js +200 -0
  73. package/dist/src/unstable/agent-capabilities/data/agents/iflow-cli.d.ts +182 -0
  74. package/dist/src/unstable/agent-capabilities/data/agents/iflow-cli.js +126 -0
  75. package/dist/src/unstable/agent-capabilities/data/agents/index.d.ts +67 -0
  76. package/dist/src/unstable/agent-capabilities/data/agents/index.js +67 -0
  77. package/dist/src/unstable/agent-capabilities/data/agents/junie.d.ts +219 -0
  78. package/dist/src/unstable/agent-capabilities/data/agents/junie.js +200 -0
  79. package/dist/src/unstable/agent-capabilities/data/agents/kilo.d.ts +282 -0
  80. package/dist/src/unstable/agent-capabilities/data/agents/kilo.js +260 -0
  81. package/dist/src/unstable/agent-capabilities/data/agents/kimi-cli.d.ts +350 -0
  82. package/dist/src/unstable/agent-capabilities/data/agents/kimi-cli.js +274 -0
  83. package/dist/src/unstable/agent-capabilities/data/agents/kiro-cli.d.ts +227 -0
  84. package/dist/src/unstable/agent-capabilities/data/agents/kiro-cli.js +197 -0
  85. package/dist/src/unstable/agent-capabilities/data/agents/kode.d.ts +166 -0
  86. package/dist/src/unstable/agent-capabilities/data/agents/kode.js +141 -0
  87. package/dist/src/unstable/agent-capabilities/data/agents/lingma.d.ts +185 -0
  88. package/dist/src/unstable/agent-capabilities/data/agents/lingma.js +149 -0
  89. package/dist/src/unstable/agent-capabilities/data/agents/mcpjam.d.ts +144 -0
  90. package/dist/src/unstable/agent-capabilities/data/agents/mcpjam.js +116 -0
  91. package/dist/src/unstable/agent-capabilities/data/agents/minimax-code.d.ts +138 -0
  92. package/dist/src/unstable/agent-capabilities/data/agents/minimax-code.js +93 -0
  93. package/dist/src/unstable/agent-capabilities/data/agents/mistral-vibe.d.ts +244 -0
  94. package/dist/src/unstable/agent-capabilities/data/agents/mistral-vibe.js +200 -0
  95. package/dist/src/unstable/agent-capabilities/data/agents/mux.d.ts +155 -0
  96. package/dist/src/unstable/agent-capabilities/data/agents/mux.js +127 -0
  97. package/dist/src/unstable/agent-capabilities/data/agents/neovate.d.ts +211 -0
  98. package/dist/src/unstable/agent-capabilities/data/agents/neovate.js +178 -0
  99. package/dist/src/unstable/agent-capabilities/data/agents/ona.d.ts +167 -0
  100. package/dist/src/unstable/agent-capabilities/data/agents/ona.js +110 -0
  101. package/dist/src/unstable/agent-capabilities/data/agents/openclaw.d.ts +139 -0
  102. package/dist/src/unstable/agent-capabilities/data/agents/openclaw.js +114 -0
  103. package/dist/src/unstable/agent-capabilities/data/agents/opencode.d.ts +220 -0
  104. package/dist/src/unstable/agent-capabilities/data/agents/opencode.js +192 -0
  105. package/dist/src/unstable/agent-capabilities/data/agents/openhands.d.ts +245 -0
  106. package/dist/src/unstable/agent-capabilities/data/agents/openhands.js +184 -0
  107. package/dist/src/unstable/agent-capabilities/data/agents/pi.d.ts +185 -0
  108. package/dist/src/unstable/agent-capabilities/data/agents/pi.js +169 -0
  109. package/dist/src/unstable/agent-capabilities/data/agents/pochi.d.ts +199 -0
  110. package/dist/src/unstable/agent-capabilities/data/agents/pochi.js +163 -0
  111. package/dist/src/unstable/agent-capabilities/data/agents/qoder-cn.d.ts +199 -0
  112. package/dist/src/unstable/agent-capabilities/data/agents/qoder-cn.js +141 -0
  113. package/dist/src/unstable/agent-capabilities/data/agents/qoder.d.ts +414 -0
  114. package/dist/src/unstable/agent-capabilities/data/agents/qoder.js +378 -0
  115. package/dist/src/unstable/agent-capabilities/data/agents/qwen-code.d.ts +406 -0
  116. package/dist/src/unstable/agent-capabilities/data/agents/qwen-code.js +345 -0
  117. package/dist/src/unstable/agent-capabilities/data/agents/replit.d.ts +144 -0
  118. package/dist/src/unstable/agent-capabilities/data/agents/replit.js +116 -0
  119. package/dist/src/unstable/agent-capabilities/data/agents/roo.d.ts +192 -0
  120. package/dist/src/unstable/agent-capabilities/data/agents/roo.js +180 -0
  121. package/dist/src/unstable/agent-capabilities/data/agents/rovodev.d.ts +189 -0
  122. package/dist/src/unstable/agent-capabilities/data/agents/rovodev.js +156 -0
  123. package/dist/src/unstable/agent-capabilities/data/agents/tabnine-cli.d.ts +280 -0
  124. package/dist/src/unstable/agent-capabilities/data/agents/tabnine-cli.js +223 -0
  125. package/dist/src/unstable/agent-capabilities/data/agents/trae-cn.d.ts +188 -0
  126. package/dist/src/unstable/agent-capabilities/data/agents/trae-cn.js +156 -0
  127. package/dist/src/unstable/agent-capabilities/data/agents/trae.d.ts +188 -0
  128. package/dist/src/unstable/agent-capabilities/data/agents/trae.js +156 -0
  129. package/dist/src/unstable/agent-capabilities/data/agents/warp.d.ts +169 -0
  130. package/dist/src/unstable/agent-capabilities/data/agents/warp.js +133 -0
  131. package/dist/src/unstable/agent-capabilities/data/agents/windsurf.d.ts +414 -0
  132. package/dist/src/unstable/agent-capabilities/data/agents/windsurf.js +326 -0
  133. package/dist/src/unstable/agent-capabilities/data/agents/zed.d.ts +168 -0
  134. package/dist/src/unstable/agent-capabilities/data/agents/zed.js +109 -0
  135. package/dist/src/unstable/agent-capabilities/data/agents/zencoder.d.ts +168 -0
  136. package/dist/src/unstable/agent-capabilities/data/agents/zencoder.js +137 -0
  137. package/dist/src/unstable/agent-capabilities/data/agents/zenflow.d.ts +153 -0
  138. package/dist/src/unstable/agent-capabilities/data/agents/zenflow.js +96 -0
  139. package/dist/src/unstable/agent-capabilities/derive.d.ts +129 -0
  140. package/dist/src/unstable/agent-capabilities/derive.js +389 -0
  141. package/dist/src/unstable/agent-capabilities/index.d.ts +15 -0
  142. package/dist/src/unstable/agent-capabilities/index.js +15 -0
  143. package/dist/src/unstable/agent-capabilities/lookup.d.ts +10 -0
  144. package/dist/src/unstable/agent-capabilities/lookup.js +9 -0
  145. package/dist/src/unstable/agent-capabilities/schema.d.ts +3788 -0
  146. package/dist/src/unstable/agent-capabilities/schema.js +1218 -0
  147. package/dist/src/unstable/agent-capabilities/verification.d.ts +25 -0
  148. package/dist/src/unstable/agent-capabilities/verification.js +40 -0
  149. package/dist/src/unstable/agents/registry.d.ts +33 -0
  150. package/dist/src/unstable/agents/registry.js +50 -0
  151. package/dist/src/unstable/agents/types.d.ts +126 -0
  152. package/dist/src/unstable/agents/types.js +17 -0
  153. package/dist/src/unstable/date-time.d.ts +17 -0
  154. package/dist/src/unstable/date-time.js +30 -0
  155. package/dist/src/unstable/discovery-walk.d.ts +8 -0
  156. package/dist/src/unstable/discovery-walk.js +15 -0
  157. package/dist/src/unstable/extension-types/index.d.ts +8 -0
  158. package/dist/src/unstable/extension-types/index.js +8 -0
  159. package/dist/src/unstable/extension-types/schema.d.ts +154 -0
  160. package/dist/src/unstable/extension-types/schema.js +102 -0
  161. package/dist/src/unstable/extension-types/standards.d.ts +29 -0
  162. package/dist/src/unstable/extension-types/standards.js +29 -0
  163. package/dist/src/unstable/extensions/common.d.ts +539 -0
  164. package/dist/src/unstable/extensions/common.js +605 -0
  165. package/dist/src/unstable/extensions/deprecation.d.ts +42 -0
  166. package/dist/src/unstable/extensions/deprecation.js +46 -0
  167. package/dist/src/unstable/extensions/fqn-pattern.d.ts +17 -0
  168. package/dist/src/unstable/extensions/fqn-pattern.js +63 -0
  169. package/dist/src/unstable/extensions/fqn.d.ts +51 -0
  170. package/dist/src/unstable/extensions/fqn.js +51 -0
  171. package/dist/src/unstable/extensions/handle.d.ts +16 -0
  172. package/dist/src/unstable/extensions/handle.js +30 -0
  173. package/dist/src/unstable/extensions/index.d.ts +13 -0
  174. package/dist/src/unstable/extensions/index.js +13 -0
  175. package/dist/src/unstable/extensions/installable-types.d.ts +12 -0
  176. package/dist/src/unstable/extensions/installable-types.js +21 -0
  177. package/dist/src/unstable/extensions/license.d.ts +16 -0
  178. package/dist/src/unstable/extensions/license.js +29 -0
  179. package/dist/src/unstable/extensions/manifest-metadata.d.ts +18 -0
  180. package/dist/src/unstable/extensions/manifest-metadata.js +61 -0
  181. package/dist/src/unstable/extensions/refs/extension-ref.d.ts +20 -0
  182. package/dist/src/unstable/extensions/refs/extension-ref.js +12 -0
  183. package/dist/src/unstable/extensions/refs/hook.d.ts +29 -0
  184. package/dist/src/unstable/extensions/refs/hook.js +8 -0
  185. package/dist/src/unstable/extensions/refs/knowledge.d.ts +15 -0
  186. package/dist/src/unstable/extensions/refs/knowledge.js +2 -0
  187. package/dist/src/unstable/extensions/refs/mcp-server.d.ts +19 -0
  188. package/dist/src/unstable/extensions/refs/mcp-server.js +8 -0
  189. package/dist/src/unstable/extensions/refs/pack.d.ts +17 -0
  190. package/dist/src/unstable/extensions/refs/pack.js +10 -0
  191. package/dist/src/unstable/extensions/refs/ref-base.d.ts +125 -0
  192. package/dist/src/unstable/extensions/refs/ref-base.js +12 -0
  193. package/dist/src/unstable/extensions/refs/rule.d.ts +27 -0
  194. package/dist/src/unstable/extensions/refs/rule.js +8 -0
  195. package/dist/src/unstable/extensions/refs/skill.d.ts +28 -0
  196. package/dist/src/unstable/extensions/refs/skill.js +11 -0
  197. package/dist/src/unstable/extensions/refs/subagent.d.ts +19 -0
  198. package/dist/src/unstable/extensions/refs/subagent.js +8 -0
  199. package/dist/src/unstable/extensions/registry-source.d.ts +37 -0
  200. package/dist/src/unstable/extensions/registry-source.js +158 -0
  201. package/dist/src/unstable/extensions/release-age.d.ts +36 -0
  202. package/dist/src/unstable/extensions/release-age.js +11 -0
  203. package/dist/src/unstable/extensions/universal-skills-dir.d.ts +58 -0
  204. package/dist/src/unstable/extensions/universal-skills-dir.js +68 -0
  205. package/dist/src/unstable/hooks/manifest-schema.d.ts +175 -0
  206. package/dist/src/unstable/hooks/manifest-schema.js +112 -0
  207. package/dist/src/unstable/knowledge/concept-ref.d.ts +34 -0
  208. package/dist/src/unstable/knowledge/concept-ref.js +114 -0
  209. package/dist/src/unstable/knowledge/index.d.ts +8 -0
  210. package/dist/src/unstable/knowledge/index.js +8 -0
  211. package/dist/src/unstable/knowledge/manifest-schema.d.ts +60 -0
  212. package/dist/src/unstable/knowledge/manifest-schema.js +34 -0
  213. package/dist/src/unstable/mcps/manifest-schema.d.ts +899 -0
  214. package/dist/src/unstable/mcps/manifest-schema.js +230 -0
  215. package/dist/src/unstable/package-urls/companion-package.d.ts +14 -0
  216. package/dist/src/unstable/package-urls/companion-package.js +44 -0
  217. package/dist/src/unstable/package-urls/index.d.ts +4 -0
  218. package/dist/src/unstable/package-urls/index.js +4 -0
  219. package/dist/src/unstable/package-urls/internal.d.ts +6 -0
  220. package/dist/src/unstable/package-urls/internal.js +17 -0
  221. package/dist/src/unstable/package-urls/package-identity-purl.d.ts +5 -0
  222. package/dist/src/unstable/package-urls/package-identity-purl.js +26 -0
  223. package/dist/src/unstable/package-urls/vers-range.d.ts +34 -0
  224. package/dist/src/unstable/package-urls/vers-range.js +163 -0
  225. package/dist/src/unstable/packaging/index.d.ts +8 -0
  226. package/dist/src/unstable/packaging/index.js +8 -0
  227. package/dist/src/unstable/packaging/package-type.d.ts +23 -0
  228. package/dist/src/unstable/packaging/package-type.js +31 -0
  229. package/dist/src/unstable/packaging/package-url.d.ts +50 -0
  230. package/dist/src/unstable/packaging/package-url.js +93 -0
  231. package/dist/src/unstable/packs/manifest-schema.d.ts +66 -0
  232. package/dist/src/unstable/packs/manifest-schema.js +34 -0
  233. package/dist/src/unstable/path-types.d.ts +22 -0
  234. package/dist/src/unstable/path-types.js +48 -0
  235. package/dist/src/unstable/rules/manifest-schema.d.ts +70 -0
  236. package/dist/src/unstable/rules/manifest-schema.js +43 -0
  237. package/dist/src/unstable/schema-issues.d.ts +13 -0
  238. package/dist/src/unstable/schema-issues.js +34 -0
  239. package/dist/src/unstable/skills/manifest-schema.d.ts +69 -0
  240. package/dist/src/unstable/skills/manifest-schema.js +31 -0
  241. package/dist/src/unstable/sources/forge-grammar.d.ts +22 -0
  242. package/dist/src/unstable/sources/forge-grammar.js +50 -0
  243. package/dist/src/unstable/sources/parser.d.ts +85 -0
  244. package/dist/src/unstable/sources/parser.js +122 -0
  245. package/dist/src/unstable/sources/printer.d.ts +14 -0
  246. package/dist/src/unstable/sources/printer.js +45 -0
  247. package/dist/src/unstable/sources/source-hash.d.ts +24 -0
  248. package/dist/src/unstable/sources/source-hash.js +22 -0
  249. package/dist/src/unstable/sources/source-host-provider.d.ts +112 -0
  250. package/dist/src/unstable/sources/source-host-provider.js +11 -0
  251. package/dist/src/unstable/sources/types.d.ts +262 -0
  252. package/dist/src/unstable/sources/types.js +127 -0
  253. package/dist/src/unstable/sources/workspace.d.ts +13 -0
  254. package/dist/src/unstable/sources/workspace.js +13 -0
  255. package/dist/src/unstable/subagents/manifest-schema.d.ts +81 -0
  256. package/dist/src/unstable/subagents/manifest-schema.js +43 -0
  257. package/dist/src/unstable/version-constraints/version-constraints.d.ts +71 -0
  258. package/dist/src/unstable/version-constraints/version-constraints.js +144 -0
  259. package/dist/src/unstable/workspace-files.d.ts +13 -0
  260. package/dist/src/unstable/workspace-files.js +13 -0
  261. package/dist/src/unstable/workspace-scope.d.ts +11 -0
  262. package/dist/src/unstable/workspace-scope.js +10 -0
  263. package/package.json +271 -0
@@ -0,0 +1,3788 @@
1
+ /**
2
+ * Agent capability catalog schemas.
3
+ *
4
+ * Sourcing namespaces:
5
+ *
6
+ * - `native` is the vendor-authoritative fact layer: whether the agent exposes
7
+ * the surface, which standard or convention it follows, where config lives,
8
+ * and the source URLs used to verify that claim.
9
+ * - `axm` is AXM integration state: whether AXM has modeled support, whether a
10
+ * writer exists, the writer metadata needed by AXM, and AXM-owned backlog or
11
+ * unsupported reasons. These fields are not vendor facts.
12
+ * - `canonical` is a derived, vendor-neutral vocabulary. Hook event/tool
13
+ * mappings store canonical IDs beside native names, but the catalog does not
14
+ * store a per-agent canonical capability block.
15
+ *
16
+ * Status axes:
17
+ *
18
+ * - `AgentLifecycle` describes the coding agent product itself.
19
+ * - `VendorStatus` describes the vendor or plugin surface named by
20
+ * `Availability`.
21
+ * - `Availability` describes whether the surface is native, plugin-backed, or
22
+ * absent.
23
+ * - AXM support/writer state lives under `axm.status` and `axm.writer`;
24
+ * `axm.writer !== null` means AXM has verified write mechanics for that
25
+ * capability.
26
+ *
27
+ * `capabilities` is keyed on the placement axis: exactly the extension types
28
+ * `EXTENSION_TYPE_TABLE` marks `placement: "per-agent"`, because only those
29
+ * render into a directory the agent owns. Two sibling fields sit beside it
30
+ * rather than inside it:
31
+ *
32
+ * - `instructions` carries the `rule` capability. Rules are `placement:
33
+ * "workspace"` — they live in shared instruction files that every configured
34
+ * agent reads — so the catalog records how each agent consumes that shared
35
+ * file, not an agent-owned slot. The field name is the type's
36
+ * `workspaceCapability` axis value.
37
+ * - `permissions` models AXM grant/write mechanics for an agent's permission
38
+ * system. It is not a publishable extension type at all.
39
+ *
40
+ * @experimental This API is unstable and may change without notice.
41
+ */
42
+ import * as Schema from "effect/Schema";
43
+ import { type PerAgentType } from "../extensions/common.js";
44
+ export { DocLinkSchema, LEAF_EXTENSION_TYPES, StandardSchema, UrlSchema, type DocLink, type LeafExtensionType, type Standard, type Url, } from "../extension-types/schema.js";
45
+ export { type PerAgentType } from "../extensions/common.js";
46
+ /** @experimental This API is unstable and may change without notice. */
47
+ export declare const AgentIdFromYamlSchema: Schema.NonEmptyString;
48
+ /** @experimental This API is unstable and may change without notice. */
49
+ export type AgentIdFromYaml = Schema.Schema.Type<typeof AgentIdFromYamlSchema>;
50
+ /** @experimental This API is unstable and may change without notice. */
51
+ export declare const StandardsComplianceSchema: Schema.Literals<readonly ["full", "parity", "partial", "none"]>;
52
+ /** @experimental This API is unstable and may change without notice. */
53
+ export type StandardsCompliance = Schema.Schema.Type<typeof StandardsComplianceSchema>;
54
+ /** @experimental This API is unstable and may change without notice. */
55
+ export declare const ConventionSchema: Schema.Literals<readonly ["universal", "vendor", "hosted"]>;
56
+ /** @experimental This API is unstable and may change without notice. */
57
+ export type Convention = Schema.Schema.Type<typeof ConventionSchema>;
58
+ /** @experimental This API is unstable and may change without notice. */
59
+ export declare const SkillReadPathStatusSchema: Schema.Literals<readonly ["canonical", "compat", "deprecated"]>;
60
+ /** @experimental This API is unstable and may change without notice. */
61
+ export type SkillReadPathStatus = Schema.Schema.Type<typeof SkillReadPathStatusSchema>;
62
+ /** @experimental This API is unstable and may change without notice. */
63
+ export declare const SkillReadPathSchema: Schema.Struct<{
64
+ readonly path: Schema.NonEmptyString;
65
+ readonly status: Schema.Literals<readonly ["canonical", "compat", "deprecated"]>;
66
+ }>;
67
+ /** @experimental This API is unstable and may change without notice. */
68
+ export type SkillReadPath = Schema.Schema.Type<typeof SkillReadPathSchema>;
69
+ /** @experimental This API is unstable and may change without notice. */
70
+ export declare const ScopeSchema: Schema.Literals<readonly ["user", "project"]>;
71
+ /** @experimental This API is unstable and may change without notice. */
72
+ export type Scope = Schema.Schema.Type<typeof ScopeSchema>;
73
+ /** @experimental This API is unstable and may change without notice. */
74
+ export declare const SUPPORTED_AXM_SUPPORT: "supported";
75
+ /** @experimental This API is unstable and may change without notice. */
76
+ export declare const AxmSupportSchema: Schema.Literals<readonly ["supported", "planned", "unsupported", "unknown"]>;
77
+ /** @experimental This API is unstable and may change without notice. */
78
+ export type AxmSupport = Schema.Schema.Type<typeof AxmSupportSchema>;
79
+ /** @experimental This API is unstable and may change without notice. */
80
+ export declare const ActiveAxmSupportSchema: Schema.Literals<readonly ["supported", "planned"]>;
81
+ /** @experimental This API is unstable and may change without notice. */
82
+ export type ActiveAxmSupport = Schema.Schema.Type<typeof ActiveAxmSupportSchema>;
83
+ /** @experimental This API is unstable and may change without notice. */
84
+ export declare const InactiveAxmSupportSchema: Schema.Literals<readonly ["unsupported", "unknown"]>;
85
+ /** @experimental This API is unstable and may change without notice. */
86
+ export type InactiveAxmSupport = Schema.Schema.Type<typeof InactiveAxmSupportSchema>;
87
+ /** @experimental This API is unstable and may change without notice. */
88
+ export declare const PluginDistributionMechanismSchema: Schema.Literals<readonly ["agent-native", "npm", "git", "manual"]>;
89
+ /** @experimental This API is unstable and may change without notice. */
90
+ export type PluginDistributionMechanism = Schema.Schema.Type<typeof PluginDistributionMechanismSchema>;
91
+ /** @experimental This API is unstable and may change without notice. */
92
+ export declare const PluginDistributionSchema: Schema.Struct<{
93
+ readonly mechanism: Schema.Literals<readonly ["agent-native", "npm", "git", "manual"]>;
94
+ readonly installHint: Schema.NullOr<Schema.NonEmptyString>;
95
+ readonly packageRef: Schema.NullOr<Schema.NonEmptyString>;
96
+ }>;
97
+ /** @experimental This API is unstable and may change without notice. */
98
+ export type PluginDistribution = Schema.Schema.Type<typeof PluginDistributionSchema>;
99
+ /** @experimental This API is unstable and may change without notice. */
100
+ export declare const PluginDetectionPathSchema: Schema.Struct<{
101
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
102
+ readonly path: Schema.NonEmptyString;
103
+ readonly kind: Schema.Literals<readonly ["dir", "file"]>;
104
+ }>;
105
+ /** @experimental This API is unstable and may change without notice. */
106
+ export type PluginDetectionPath = Schema.Schema.Type<typeof PluginDetectionPathSchema>;
107
+ /** @experimental This API is unstable and may change without notice. */
108
+ export declare const PluginDetectionConfigKeySchema: Schema.Struct<{
109
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
110
+ readonly file: Schema.NonEmptyString;
111
+ readonly key: Schema.NonEmptyString;
112
+ }>;
113
+ /** @experimental This API is unstable and may change without notice. */
114
+ export type PluginDetectionConfigKey = Schema.Schema.Type<typeof PluginDetectionConfigKeySchema>;
115
+ /** @experimental This API is unstable and may change without notice. */
116
+ export declare const PluginDetectionSchema: Schema.Struct<{
117
+ readonly paths: Schema.$Array<Schema.Struct<{
118
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
119
+ readonly path: Schema.NonEmptyString;
120
+ readonly kind: Schema.Literals<readonly ["dir", "file"]>;
121
+ }>>;
122
+ readonly configKeys: Schema.$Array<Schema.Struct<{
123
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
124
+ readonly file: Schema.NonEmptyString;
125
+ readonly key: Schema.NonEmptyString;
126
+ }>>;
127
+ }>;
128
+ /** @experimental This API is unstable and may change without notice. */
129
+ export type PluginDetection = Schema.Schema.Type<typeof PluginDetectionSchema>;
130
+ /** @experimental This API is unstable and may change without notice. */
131
+ export declare const PluginDescriptorSchema: Schema.Struct<{
132
+ readonly name: Schema.NonEmptyString;
133
+ readonly homepage: Schema.NonEmptyString;
134
+ readonly author: Schema.NullOr<Schema.NonEmptyString>;
135
+ readonly distribution: Schema.Struct<{
136
+ readonly mechanism: Schema.Literals<readonly ["agent-native", "npm", "git", "manual"]>;
137
+ readonly installHint: Schema.NullOr<Schema.NonEmptyString>;
138
+ readonly packageRef: Schema.NullOr<Schema.NonEmptyString>;
139
+ }>;
140
+ readonly detection: Schema.NullOr<Schema.Struct<{
141
+ readonly paths: Schema.$Array<Schema.Struct<{
142
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
143
+ readonly path: Schema.NonEmptyString;
144
+ readonly kind: Schema.Literals<readonly ["dir", "file"]>;
145
+ }>>;
146
+ readonly configKeys: Schema.$Array<Schema.Struct<{
147
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
148
+ readonly file: Schema.NonEmptyString;
149
+ readonly key: Schema.NonEmptyString;
150
+ }>>;
151
+ }>>;
152
+ }>;
153
+ /** @experimental This API is unstable and may change without notice. */
154
+ export type PluginDescriptor = Schema.Schema.Type<typeof PluginDescriptorSchema>;
155
+ /** @experimental This API is unstable and may change without notice. */
156
+ export declare const AvailabilitySchema: Schema.Union<readonly [Schema.Struct<{
157
+ readonly via: Schema.Literal<"native">;
158
+ }>, Schema.Struct<{
159
+ readonly via: Schema.Literal<"none">;
160
+ }>, Schema.Struct<{
161
+ readonly via: Schema.Literal<"plugin">;
162
+ readonly provider: Schema.Literals<readonly ["first-party", "third-party"]>;
163
+ readonly plugin: Schema.Struct<{
164
+ readonly name: Schema.NonEmptyString;
165
+ readonly homepage: Schema.NonEmptyString;
166
+ readonly author: Schema.NullOr<Schema.NonEmptyString>;
167
+ readonly distribution: Schema.Struct<{
168
+ readonly mechanism: Schema.Literals<readonly ["agent-native", "npm", "git", "manual"]>;
169
+ readonly installHint: Schema.NullOr<Schema.NonEmptyString>;
170
+ readonly packageRef: Schema.NullOr<Schema.NonEmptyString>;
171
+ }>;
172
+ readonly detection: Schema.NullOr<Schema.Struct<{
173
+ readonly paths: Schema.$Array<Schema.Struct<{
174
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
175
+ readonly path: Schema.NonEmptyString;
176
+ readonly kind: Schema.Literals<readonly ["dir", "file"]>;
177
+ }>>;
178
+ readonly configKeys: Schema.$Array<Schema.Struct<{
179
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
180
+ readonly file: Schema.NonEmptyString;
181
+ readonly key: Schema.NonEmptyString;
182
+ }>>;
183
+ }>>;
184
+ }>;
185
+ }>]>;
186
+ /** @experimental This API is unstable and may change without notice. */
187
+ export type Availability = Schema.Schema.Type<typeof AvailabilitySchema>;
188
+ /** @experimental This API is unstable and may change without notice. */
189
+ export declare const VendorStatusSchema: Schema.Union<readonly [Schema.Struct<{
190
+ readonly state: Schema.Literal<"active">;
191
+ }>, Schema.Struct<{
192
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
193
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
194
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
195
+ readonly state: Schema.Literal<"maintenance">;
196
+ }>, Schema.Struct<{
197
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
198
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
199
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
200
+ readonly state: Schema.Literal<"deprecated">;
201
+ }>, Schema.Struct<{
202
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
203
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
204
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
205
+ readonly state: Schema.Literal<"removed">;
206
+ }>]>;
207
+ /** @experimental This API is unstable and may change without notice. */
208
+ export type VendorStatus = Schema.Schema.Type<typeof VendorStatusSchema>;
209
+ /** @experimental This API is unstable and may change without notice. */
210
+ export declare const AgentInterfaceSchema: Schema.Literals<readonly ["cli", "ide-extension", "chat", "hosted-agent"]>;
211
+ /** @experimental This API is unstable and may change without notice. */
212
+ export type AgentInterface = Schema.Schema.Type<typeof AgentInterfaceSchema>;
213
+ /** @experimental This API is unstable and may change without notice. */
214
+ export declare const McpTransportSchema: Schema.Literals<readonly ["stdio", "http", "sse"]>;
215
+ /** @experimental This API is unstable and may change without notice. */
216
+ export type McpTransport = Schema.Schema.Type<typeof McpTransportSchema>;
217
+ /** @experimental This API is unstable and may change without notice. */
218
+ export declare const DetectionSignalSchema: Schema.Literals<readonly ["definitive", "supporting", "ambiguous"]>;
219
+ /** @experimental This API is unstable and may change without notice. */
220
+ export type DetectionSignal = Schema.Schema.Type<typeof DetectionSignalSchema>;
221
+ /** @experimental This API is unstable and may change without notice. */
222
+ export declare const DetectionMarkerSchema: Schema.Union<readonly [Schema.Struct<{
223
+ readonly signal: Schema.Literals<readonly ["definitive", "supporting", "ambiguous"]>;
224
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
225
+ readonly kind: Schema.Literal<"dir">;
226
+ readonly path: Schema.NonEmptyString;
227
+ }>, Schema.Struct<{
228
+ readonly signal: Schema.Literals<readonly ["definitive", "supporting", "ambiguous"]>;
229
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
230
+ readonly kind: Schema.Literal<"file">;
231
+ readonly path: Schema.NonEmptyString;
232
+ }>, Schema.Struct<{
233
+ readonly signal: Schema.Literals<readonly ["definitive", "supporting", "ambiguous"]>;
234
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
235
+ readonly kind: Schema.Literal<"executable">;
236
+ readonly name: Schema.NonEmptyString;
237
+ }>]>;
238
+ /** @experimental This API is unstable and may change without notice. */
239
+ export type DetectionMarker = Schema.Schema.Type<typeof DetectionMarkerSchema>;
240
+ /** @experimental This API is unstable and may change without notice. */
241
+ export declare const ScopeDetectionSchema: Schema.Struct<{
242
+ readonly markers: Schema.$Array<Schema.Union<readonly [Schema.Struct<{
243
+ readonly signal: Schema.Literals<readonly ["definitive", "supporting", "ambiguous"]>;
244
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
245
+ readonly kind: Schema.Literal<"dir">;
246
+ readonly path: Schema.NonEmptyString;
247
+ }>, Schema.Struct<{
248
+ readonly signal: Schema.Literals<readonly ["definitive", "supporting", "ambiguous"]>;
249
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
250
+ readonly kind: Schema.Literal<"file">;
251
+ readonly path: Schema.NonEmptyString;
252
+ }>, Schema.Struct<{
253
+ readonly signal: Schema.Literals<readonly ["definitive", "supporting", "ambiguous"]>;
254
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
255
+ readonly kind: Schema.Literal<"executable">;
256
+ readonly name: Schema.NonEmptyString;
257
+ }>]>>;
258
+ }>;
259
+ /** @experimental This API is unstable and may change without notice. */
260
+ export type ScopeDetection = Schema.Schema.Type<typeof ScopeDetectionSchema>;
261
+ /** @experimental This API is unstable and may change without notice. */
262
+ export declare const DetectionSchema: Schema.Struct<{
263
+ readonly project: Schema.Struct<{
264
+ readonly markers: Schema.$Array<Schema.Union<readonly [Schema.Struct<{
265
+ readonly signal: Schema.Literals<readonly ["definitive", "supporting", "ambiguous"]>;
266
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
267
+ readonly kind: Schema.Literal<"dir">;
268
+ readonly path: Schema.NonEmptyString;
269
+ }>, Schema.Struct<{
270
+ readonly signal: Schema.Literals<readonly ["definitive", "supporting", "ambiguous"]>;
271
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
272
+ readonly kind: Schema.Literal<"file">;
273
+ readonly path: Schema.NonEmptyString;
274
+ }>, Schema.Struct<{
275
+ readonly signal: Schema.Literals<readonly ["definitive", "supporting", "ambiguous"]>;
276
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
277
+ readonly kind: Schema.Literal<"executable">;
278
+ readonly name: Schema.NonEmptyString;
279
+ }>]>>;
280
+ }>;
281
+ readonly user: Schema.Struct<{
282
+ readonly markers: Schema.$Array<Schema.Union<readonly [Schema.Struct<{
283
+ readonly signal: Schema.Literals<readonly ["definitive", "supporting", "ambiguous"]>;
284
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
285
+ readonly kind: Schema.Literal<"dir">;
286
+ readonly path: Schema.NonEmptyString;
287
+ }>, Schema.Struct<{
288
+ readonly signal: Schema.Literals<readonly ["definitive", "supporting", "ambiguous"]>;
289
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
290
+ readonly kind: Schema.Literal<"file">;
291
+ readonly path: Schema.NonEmptyString;
292
+ }>, Schema.Struct<{
293
+ readonly signal: Schema.Literals<readonly ["definitive", "supporting", "ambiguous"]>;
294
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
295
+ readonly kind: Schema.Literal<"executable">;
296
+ readonly name: Schema.NonEmptyString;
297
+ }>]>>;
298
+ }>;
299
+ }>;
300
+ /** @experimental This API is unstable and may change without notice. */
301
+ export type Detection = Schema.Schema.Type<typeof DetectionSchema>;
302
+ /** @experimental This API is unstable and may change without notice. */
303
+ export declare const LastVerifiedDateSchema: Schema.NonEmptyString;
304
+ /** @experimental This API is unstable and may change without notice. */
305
+ export type LastVerifiedDate = Schema.Schema.Type<typeof LastVerifiedDateSchema>;
306
+ /** @experimental This API is unstable and may change without notice. */
307
+ export declare const ProvenanceSchema: Schema.Struct<{
308
+ sources: Schema.$Array<Schema.NonEmptyString>;
309
+ lastVerified: Schema.NullOr<Schema.NonEmptyString>;
310
+ }>;
311
+ /** @experimental This API is unstable and may change without notice. */
312
+ export type Provenance = Schema.Schema.Type<typeof ProvenanceSchema>;
313
+ /** @experimental This API is unstable and may change without notice. */
314
+ export declare const NativeCapabilityBaseSchema: Schema.Union<readonly [Schema.Struct<{
315
+ availability: Schema.Union<readonly [Schema.Struct<{
316
+ readonly via: Schema.Literal<"native">;
317
+ }>, Schema.Struct<{
318
+ readonly via: Schema.Literal<"plugin">;
319
+ readonly provider: Schema.Literals<readonly ["first-party", "third-party"]>;
320
+ readonly plugin: Schema.Struct<{
321
+ readonly name: Schema.NonEmptyString;
322
+ readonly homepage: Schema.NonEmptyString;
323
+ readonly author: Schema.NullOr<Schema.NonEmptyString>;
324
+ readonly distribution: Schema.Struct<{
325
+ readonly mechanism: Schema.Literals<readonly ["agent-native", "npm", "git", "manual"]>;
326
+ readonly installHint: Schema.NullOr<Schema.NonEmptyString>;
327
+ readonly packageRef: Schema.NullOr<Schema.NonEmptyString>;
328
+ }>;
329
+ readonly detection: Schema.NullOr<Schema.Struct<{
330
+ readonly paths: Schema.$Array<Schema.Struct<{
331
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
332
+ readonly path: Schema.NonEmptyString;
333
+ readonly kind: Schema.Literals<readonly ["dir", "file"]>;
334
+ }>>;
335
+ readonly configKeys: Schema.$Array<Schema.Struct<{
336
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
337
+ readonly file: Schema.NonEmptyString;
338
+ readonly key: Schema.NonEmptyString;
339
+ }>>;
340
+ }>>;
341
+ }>;
342
+ }>]>;
343
+ vendorStatus: Schema.Union<readonly [Schema.Struct<{
344
+ readonly state: Schema.Literal<"active">;
345
+ }>, Schema.Struct<{
346
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
347
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
348
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
349
+ readonly state: Schema.Literal<"maintenance">;
350
+ }>, Schema.Struct<{
351
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
352
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
353
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
354
+ readonly state: Schema.Literal<"deprecated">;
355
+ }>, Schema.Struct<{
356
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
357
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
358
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
359
+ readonly state: Schema.Literal<"removed">;
360
+ }>]>;
361
+ notes: Schema.NullOr<Schema.NonEmptyString>;
362
+ docs: Schema.$Array<Schema.Struct<{
363
+ readonly label: Schema.NonEmptyString;
364
+ readonly url: Schema.NonEmptyString;
365
+ }>>;
366
+ sources: Schema.$Array<Schema.NonEmptyString>;
367
+ scopes: Schema.NonEmptyArray<Schema.Literals<readonly ["user", "project"]>>;
368
+ }>, Schema.Struct<{
369
+ availability: Schema.Struct<{
370
+ readonly via: Schema.Literal<"none">;
371
+ }>;
372
+ vendorStatus: Schema.Union<readonly [Schema.Struct<{
373
+ readonly state: Schema.Literal<"active">;
374
+ }>, Schema.Struct<{
375
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
376
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
377
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
378
+ readonly state: Schema.Literal<"maintenance">;
379
+ }>, Schema.Struct<{
380
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
381
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
382
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
383
+ readonly state: Schema.Literal<"deprecated">;
384
+ }>, Schema.Struct<{
385
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
386
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
387
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
388
+ readonly state: Schema.Literal<"removed">;
389
+ }>]>;
390
+ notes: Schema.NullOr<Schema.NonEmptyString>;
391
+ docs: Schema.$Array<Schema.Struct<{
392
+ readonly label: Schema.NonEmptyString;
393
+ readonly url: Schema.NonEmptyString;
394
+ }>>;
395
+ sources: Schema.$Array<Schema.NonEmptyString>;
396
+ }>]>;
397
+ /** @experimental This API is unstable and may change without notice. */
398
+ export type NativeCapabilityBase = Schema.Schema.Type<typeof NativeCapabilityBaseSchema>;
399
+ /** @experimental This API is unstable and may change without notice. */
400
+ export declare const SkillsExtensionCapabilitySchema: Schema.Struct<{
401
+ readonly native: Schema.Union<readonly [Schema.Struct<{
402
+ readonly convention: Schema.Literals<readonly ["universal", "vendor"]>;
403
+ readonly directory: Schema.NonEmptyString;
404
+ readonly additionalReadPaths: Schema.optionalKey<Schema.withDecodingDefaultKey<Schema.$Array<Schema.Struct<{
405
+ readonly path: Schema.NonEmptyString;
406
+ readonly status: Schema.Literals<readonly ["canonical", "compat", "deprecated"]>;
407
+ }>>, never>>;
408
+ readonly standardsCompliance: Schema.Literals<readonly ["full", "parity", "partial", "none"]>;
409
+ readonly availability: Schema.Union<readonly [Schema.Struct<{
410
+ readonly via: Schema.Literal<"native">;
411
+ }>, Schema.Struct<{
412
+ readonly via: Schema.Literal<"plugin">;
413
+ readonly provider: Schema.Literals<readonly ["first-party", "third-party"]>;
414
+ readonly plugin: Schema.Struct<{
415
+ readonly name: Schema.NonEmptyString;
416
+ readonly homepage: Schema.NonEmptyString;
417
+ readonly author: Schema.NullOr<Schema.NonEmptyString>;
418
+ readonly distribution: Schema.Struct<{
419
+ readonly mechanism: Schema.Literals<readonly ["agent-native", "npm", "git", "manual"]>;
420
+ readonly installHint: Schema.NullOr<Schema.NonEmptyString>;
421
+ readonly packageRef: Schema.NullOr<Schema.NonEmptyString>;
422
+ }>;
423
+ readonly detection: Schema.NullOr<Schema.Struct<{
424
+ readonly paths: Schema.$Array<Schema.Struct<{
425
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
426
+ readonly path: Schema.NonEmptyString;
427
+ readonly kind: Schema.Literals<readonly ["dir", "file"]>;
428
+ }>>;
429
+ readonly configKeys: Schema.$Array<Schema.Struct<{
430
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
431
+ readonly file: Schema.NonEmptyString;
432
+ readonly key: Schema.NonEmptyString;
433
+ }>>;
434
+ }>>;
435
+ }>;
436
+ }>]>;
437
+ readonly vendorStatus: Schema.Union<readonly [Schema.Struct<{
438
+ readonly state: Schema.Literal<"active">;
439
+ }>, Schema.Struct<{
440
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
441
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
442
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
443
+ readonly state: Schema.Literal<"maintenance">;
444
+ }>, Schema.Struct<{
445
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
446
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
447
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
448
+ readonly state: Schema.Literal<"deprecated">;
449
+ }>, Schema.Struct<{
450
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
451
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
452
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
453
+ readonly state: Schema.Literal<"removed">;
454
+ }>]>;
455
+ readonly notes: Schema.NullOr<Schema.NonEmptyString>;
456
+ readonly docs: Schema.$Array<Schema.Struct<{
457
+ readonly label: Schema.NonEmptyString;
458
+ readonly url: Schema.NonEmptyString;
459
+ }>>;
460
+ readonly sources: Schema.$Array<Schema.NonEmptyString>;
461
+ readonly scopes: Schema.NonEmptyArray<Schema.Literals<readonly ["user", "project"]>>;
462
+ }>, Schema.Struct<{
463
+ readonly convention: Schema.Literal<"hosted">;
464
+ readonly standardsCompliance: Schema.Literals<readonly ["full", "parity", "partial", "none"]>;
465
+ readonly availability: Schema.Union<readonly [Schema.Struct<{
466
+ readonly via: Schema.Literal<"native">;
467
+ }>, Schema.Struct<{
468
+ readonly via: Schema.Literal<"plugin">;
469
+ readonly provider: Schema.Literals<readonly ["first-party", "third-party"]>;
470
+ readonly plugin: Schema.Struct<{
471
+ readonly name: Schema.NonEmptyString;
472
+ readonly homepage: Schema.NonEmptyString;
473
+ readonly author: Schema.NullOr<Schema.NonEmptyString>;
474
+ readonly distribution: Schema.Struct<{
475
+ readonly mechanism: Schema.Literals<readonly ["agent-native", "npm", "git", "manual"]>;
476
+ readonly installHint: Schema.NullOr<Schema.NonEmptyString>;
477
+ readonly packageRef: Schema.NullOr<Schema.NonEmptyString>;
478
+ }>;
479
+ readonly detection: Schema.NullOr<Schema.Struct<{
480
+ readonly paths: Schema.$Array<Schema.Struct<{
481
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
482
+ readonly path: Schema.NonEmptyString;
483
+ readonly kind: Schema.Literals<readonly ["dir", "file"]>;
484
+ }>>;
485
+ readonly configKeys: Schema.$Array<Schema.Struct<{
486
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
487
+ readonly file: Schema.NonEmptyString;
488
+ readonly key: Schema.NonEmptyString;
489
+ }>>;
490
+ }>>;
491
+ }>;
492
+ }>]>;
493
+ readonly vendorStatus: Schema.Union<readonly [Schema.Struct<{
494
+ readonly state: Schema.Literal<"active">;
495
+ }>, Schema.Struct<{
496
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
497
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
498
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
499
+ readonly state: Schema.Literal<"maintenance">;
500
+ }>, Schema.Struct<{
501
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
502
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
503
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
504
+ readonly state: Schema.Literal<"deprecated">;
505
+ }>, Schema.Struct<{
506
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
507
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
508
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
509
+ readonly state: Schema.Literal<"removed">;
510
+ }>]>;
511
+ readonly notes: Schema.NullOr<Schema.NonEmptyString>;
512
+ readonly docs: Schema.$Array<Schema.Struct<{
513
+ readonly label: Schema.NonEmptyString;
514
+ readonly url: Schema.NonEmptyString;
515
+ }>>;
516
+ readonly sources: Schema.$Array<Schema.NonEmptyString>;
517
+ readonly scopes: Schema.NonEmptyArray<Schema.Literals<readonly ["user", "project"]>>;
518
+ }>, Schema.Struct<{
519
+ availability: Schema.Struct<{
520
+ readonly via: Schema.Literal<"none">;
521
+ }>;
522
+ vendorStatus: Schema.Union<readonly [Schema.Struct<{
523
+ readonly state: Schema.Literal<"active">;
524
+ }>, Schema.Struct<{
525
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
526
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
527
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
528
+ readonly state: Schema.Literal<"maintenance">;
529
+ }>, Schema.Struct<{
530
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
531
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
532
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
533
+ readonly state: Schema.Literal<"deprecated">;
534
+ }>, Schema.Struct<{
535
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
536
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
537
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
538
+ readonly state: Schema.Literal<"removed">;
539
+ }>]>;
540
+ notes: Schema.NullOr<Schema.NonEmptyString>;
541
+ docs: Schema.$Array<Schema.Struct<{
542
+ readonly label: Schema.NonEmptyString;
543
+ readonly url: Schema.NonEmptyString;
544
+ }>>;
545
+ sources: Schema.$Array<Schema.NonEmptyString>;
546
+ }>]>;
547
+ readonly axm: Schema.Struct<{
548
+ readonly status: Schema.Literals<readonly ["supported", "planned", "unsupported", "unknown"]>;
549
+ readonly lastVerified: Schema.NullOr<Schema.NonEmptyString>;
550
+ readonly reason: Schema.optionalKey<Schema.NonEmptyString>;
551
+ readonly writer: Schema.NullOr<Schema.Never>;
552
+ }>;
553
+ }>;
554
+ /** @experimental This API is unstable and may change without notice. */
555
+ export type SkillsExtensionCapability = Schema.Schema.Type<typeof SkillsExtensionCapabilitySchema>;
556
+ /** @experimental This API is unstable and may change without notice. */
557
+ /** @experimental This API is unstable and may change without notice. */
558
+ export declare const SubagentsLayoutSchema: Schema.Literals<readonly ["file", "directory"]>;
559
+ /** @experimental This API is unstable and may change without notice. */
560
+ export type SubagentsLayout = Schema.Schema.Type<typeof SubagentsLayoutSchema>;
561
+ /** @experimental This API is unstable and may change without notice. */
562
+ export declare const SubagentsExtensionCapabilitySchema: Schema.Struct<{
563
+ readonly native: Schema.Union<readonly [Schema.Struct<{
564
+ readonly availability: Schema.Struct<{
565
+ readonly via: Schema.Literal<"native">;
566
+ }>;
567
+ readonly directory: Schema.NonEmptyString;
568
+ readonly layout: Schema.Literals<readonly ["file", "directory"]>;
569
+ readonly vendorStatus: Schema.Union<readonly [Schema.Struct<{
570
+ readonly state: Schema.Literal<"active">;
571
+ }>, Schema.Struct<{
572
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
573
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
574
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
575
+ readonly state: Schema.Literal<"maintenance">;
576
+ }>, Schema.Struct<{
577
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
578
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
579
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
580
+ readonly state: Schema.Literal<"deprecated">;
581
+ }>, Schema.Struct<{
582
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
583
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
584
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
585
+ readonly state: Schema.Literal<"removed">;
586
+ }>]>;
587
+ readonly notes: Schema.NullOr<Schema.NonEmptyString>;
588
+ readonly docs: Schema.$Array<Schema.Struct<{
589
+ readonly label: Schema.NonEmptyString;
590
+ readonly url: Schema.NonEmptyString;
591
+ }>>;
592
+ readonly sources: Schema.$Array<Schema.NonEmptyString>;
593
+ readonly scopes: Schema.NonEmptyArray<Schema.Literals<readonly ["user", "project"]>>;
594
+ }>, Schema.Struct<{
595
+ readonly availability: Schema.Struct<{
596
+ readonly via: Schema.Literal<"plugin">;
597
+ readonly provider: Schema.Literals<readonly ["first-party", "third-party"]>;
598
+ readonly plugin: Schema.Struct<{
599
+ readonly name: Schema.NonEmptyString;
600
+ readonly homepage: Schema.NonEmptyString;
601
+ readonly author: Schema.NullOr<Schema.NonEmptyString>;
602
+ readonly distribution: Schema.Struct<{
603
+ readonly mechanism: Schema.Literals<readonly ["agent-native", "npm", "git", "manual"]>;
604
+ readonly installHint: Schema.NullOr<Schema.NonEmptyString>;
605
+ readonly packageRef: Schema.NullOr<Schema.NonEmptyString>;
606
+ }>;
607
+ readonly detection: Schema.NullOr<Schema.Struct<{
608
+ readonly paths: Schema.$Array<Schema.Struct<{
609
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
610
+ readonly path: Schema.NonEmptyString;
611
+ readonly kind: Schema.Literals<readonly ["dir", "file"]>;
612
+ }>>;
613
+ readonly configKeys: Schema.$Array<Schema.Struct<{
614
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
615
+ readonly file: Schema.NonEmptyString;
616
+ readonly key: Schema.NonEmptyString;
617
+ }>>;
618
+ }>>;
619
+ }>;
620
+ }>;
621
+ readonly vendorStatus: Schema.Union<readonly [Schema.Struct<{
622
+ readonly state: Schema.Literal<"active">;
623
+ }>, Schema.Struct<{
624
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
625
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
626
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
627
+ readonly state: Schema.Literal<"maintenance">;
628
+ }>, Schema.Struct<{
629
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
630
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
631
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
632
+ readonly state: Schema.Literal<"deprecated">;
633
+ }>, Schema.Struct<{
634
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
635
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
636
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
637
+ readonly state: Schema.Literal<"removed">;
638
+ }>]>;
639
+ readonly notes: Schema.NullOr<Schema.NonEmptyString>;
640
+ readonly docs: Schema.$Array<Schema.Struct<{
641
+ readonly label: Schema.NonEmptyString;
642
+ readonly url: Schema.NonEmptyString;
643
+ }>>;
644
+ readonly sources: Schema.$Array<Schema.NonEmptyString>;
645
+ readonly scopes: Schema.NonEmptyArray<Schema.Literals<readonly ["user", "project"]>>;
646
+ }>, Schema.Struct<{
647
+ availability: Schema.Struct<{
648
+ readonly via: Schema.Literal<"none">;
649
+ }>;
650
+ vendorStatus: Schema.Union<readonly [Schema.Struct<{
651
+ readonly state: Schema.Literal<"active">;
652
+ }>, Schema.Struct<{
653
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
654
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
655
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
656
+ readonly state: Schema.Literal<"maintenance">;
657
+ }>, Schema.Struct<{
658
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
659
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
660
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
661
+ readonly state: Schema.Literal<"deprecated">;
662
+ }>, Schema.Struct<{
663
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
664
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
665
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
666
+ readonly state: Schema.Literal<"removed">;
667
+ }>]>;
668
+ notes: Schema.NullOr<Schema.NonEmptyString>;
669
+ docs: Schema.$Array<Schema.Struct<{
670
+ readonly label: Schema.NonEmptyString;
671
+ readonly url: Schema.NonEmptyString;
672
+ }>>;
673
+ sources: Schema.$Array<Schema.NonEmptyString>;
674
+ }>]>;
675
+ readonly axm: Schema.Struct<{
676
+ readonly status: Schema.Literals<readonly ["supported", "planned", "unsupported", "unknown"]>;
677
+ readonly lastVerified: Schema.NullOr<Schema.NonEmptyString>;
678
+ readonly reason: Schema.optionalKey<Schema.NonEmptyString>;
679
+ readonly writer: Schema.NullOr<Schema.Never>;
680
+ }>;
681
+ }>;
682
+ /** @experimental This API is unstable and may change without notice. */
683
+ export type SubagentsExtensionCapability = Schema.Schema.Type<typeof SubagentsExtensionCapabilitySchema>;
684
+ /** @experimental This API is unstable and may change without notice. */
685
+ export declare const RuleInstructionsKindSchema: Schema.Literals<readonly ["agents-md", "own-file", "rules-dir"]>;
686
+ /** @experimental This API is unstable and may change without notice. */
687
+ export type RuleInstructionsKind = Schema.Schema.Type<typeof RuleInstructionsKindSchema>;
688
+ /** @experimental This API is unstable and may change without notice. */
689
+ export declare const RuleInstructionsImportSyntaxSchema: Schema.Literals<readonly ["at-path"]>;
690
+ /** @experimental This API is unstable and may change without notice. */
691
+ export type RuleInstructionsImportSyntax = Schema.Schema.Type<typeof RuleInstructionsImportSyntaxSchema>;
692
+ /** @experimental This API is unstable and may change without notice. */
693
+ export declare const RulesExtensionCapabilitySchema: Schema.Struct<{
694
+ readonly native: Schema.Union<readonly [Schema.Struct<{
695
+ readonly kind: Schema.Literal<"agents-md">;
696
+ readonly files: Schema.Tuple<readonly [Schema.Literal<"AGENTS.md">]>;
697
+ readonly nestedDiscovery: Schema.Boolean;
698
+ readonly importSyntax: Schema.NullOr<Schema.Literals<readonly ["at-path"]>>;
699
+ readonly directory: Schema.optionalKey<Schema.NonEmptyString>;
700
+ readonly standardsCompliance: Schema.Literals<readonly ["full", "parity", "partial", "none"]>;
701
+ readonly convention: Schema.Literals<readonly ["universal", "vendor", "hosted"]>;
702
+ readonly availability: Schema.Union<readonly [Schema.Struct<{
703
+ readonly via: Schema.Literal<"native">;
704
+ }>, Schema.Struct<{
705
+ readonly via: Schema.Literal<"plugin">;
706
+ readonly provider: Schema.Literals<readonly ["first-party", "third-party"]>;
707
+ readonly plugin: Schema.Struct<{
708
+ readonly name: Schema.NonEmptyString;
709
+ readonly homepage: Schema.NonEmptyString;
710
+ readonly author: Schema.NullOr<Schema.NonEmptyString>;
711
+ readonly distribution: Schema.Struct<{
712
+ readonly mechanism: Schema.Literals<readonly ["agent-native", "npm", "git", "manual"]>;
713
+ readonly installHint: Schema.NullOr<Schema.NonEmptyString>;
714
+ readonly packageRef: Schema.NullOr<Schema.NonEmptyString>;
715
+ }>;
716
+ readonly detection: Schema.NullOr<Schema.Struct<{
717
+ readonly paths: Schema.$Array<Schema.Struct<{
718
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
719
+ readonly path: Schema.NonEmptyString;
720
+ readonly kind: Schema.Literals<readonly ["dir", "file"]>;
721
+ }>>;
722
+ readonly configKeys: Schema.$Array<Schema.Struct<{
723
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
724
+ readonly file: Schema.NonEmptyString;
725
+ readonly key: Schema.NonEmptyString;
726
+ }>>;
727
+ }>>;
728
+ }>;
729
+ }>]>;
730
+ readonly vendorStatus: Schema.Union<readonly [Schema.Struct<{
731
+ readonly state: Schema.Literal<"active">;
732
+ }>, Schema.Struct<{
733
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
734
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
735
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
736
+ readonly state: Schema.Literal<"maintenance">;
737
+ }>, Schema.Struct<{
738
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
739
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
740
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
741
+ readonly state: Schema.Literal<"deprecated">;
742
+ }>, Schema.Struct<{
743
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
744
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
745
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
746
+ readonly state: Schema.Literal<"removed">;
747
+ }>]>;
748
+ readonly notes: Schema.NullOr<Schema.NonEmptyString>;
749
+ readonly docs: Schema.$Array<Schema.Struct<{
750
+ readonly label: Schema.NonEmptyString;
751
+ readonly url: Schema.NonEmptyString;
752
+ }>>;
753
+ readonly sources: Schema.$Array<Schema.NonEmptyString>;
754
+ readonly scopes: Schema.NonEmptyArray<Schema.Literals<readonly ["user", "project"]>>;
755
+ }>, Schema.Struct<{
756
+ readonly kind: Schema.Literal<"own-file">;
757
+ readonly files: Schema.Tuple<readonly [Schema.NonEmptyString]>;
758
+ readonly nestedDiscovery: Schema.Boolean;
759
+ readonly importSyntax: Schema.NullOr<Schema.Literals<readonly ["at-path"]>>;
760
+ readonly directory: Schema.optionalKey<Schema.NonEmptyString>;
761
+ readonly standardsCompliance: Schema.Literals<readonly ["full", "parity", "partial", "none"]>;
762
+ readonly convention: Schema.Literals<readonly ["universal", "vendor", "hosted"]>;
763
+ readonly availability: Schema.Union<readonly [Schema.Struct<{
764
+ readonly via: Schema.Literal<"native">;
765
+ }>, Schema.Struct<{
766
+ readonly via: Schema.Literal<"plugin">;
767
+ readonly provider: Schema.Literals<readonly ["first-party", "third-party"]>;
768
+ readonly plugin: Schema.Struct<{
769
+ readonly name: Schema.NonEmptyString;
770
+ readonly homepage: Schema.NonEmptyString;
771
+ readonly author: Schema.NullOr<Schema.NonEmptyString>;
772
+ readonly distribution: Schema.Struct<{
773
+ readonly mechanism: Schema.Literals<readonly ["agent-native", "npm", "git", "manual"]>;
774
+ readonly installHint: Schema.NullOr<Schema.NonEmptyString>;
775
+ readonly packageRef: Schema.NullOr<Schema.NonEmptyString>;
776
+ }>;
777
+ readonly detection: Schema.NullOr<Schema.Struct<{
778
+ readonly paths: Schema.$Array<Schema.Struct<{
779
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
780
+ readonly path: Schema.NonEmptyString;
781
+ readonly kind: Schema.Literals<readonly ["dir", "file"]>;
782
+ }>>;
783
+ readonly configKeys: Schema.$Array<Schema.Struct<{
784
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
785
+ readonly file: Schema.NonEmptyString;
786
+ readonly key: Schema.NonEmptyString;
787
+ }>>;
788
+ }>>;
789
+ }>;
790
+ }>]>;
791
+ readonly vendorStatus: Schema.Union<readonly [Schema.Struct<{
792
+ readonly state: Schema.Literal<"active">;
793
+ }>, Schema.Struct<{
794
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
795
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
796
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
797
+ readonly state: Schema.Literal<"maintenance">;
798
+ }>, Schema.Struct<{
799
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
800
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
801
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
802
+ readonly state: Schema.Literal<"deprecated">;
803
+ }>, Schema.Struct<{
804
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
805
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
806
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
807
+ readonly state: Schema.Literal<"removed">;
808
+ }>]>;
809
+ readonly notes: Schema.NullOr<Schema.NonEmptyString>;
810
+ readonly docs: Schema.$Array<Schema.Struct<{
811
+ readonly label: Schema.NonEmptyString;
812
+ readonly url: Schema.NonEmptyString;
813
+ }>>;
814
+ readonly sources: Schema.$Array<Schema.NonEmptyString>;
815
+ readonly scopes: Schema.NonEmptyArray<Schema.Literals<readonly ["user", "project"]>>;
816
+ }>, Schema.Struct<{
817
+ readonly kind: Schema.Literal<"rules-dir">;
818
+ readonly files: Schema.$Array<Schema.NonEmptyString>;
819
+ readonly nestedDiscovery: Schema.Boolean;
820
+ readonly importSyntax: Schema.NullOr<Schema.Literals<readonly ["at-path"]>>;
821
+ readonly directory: Schema.NonEmptyString;
822
+ readonly standardsCompliance: Schema.Literals<readonly ["full", "parity", "partial", "none"]>;
823
+ readonly convention: Schema.Literals<readonly ["universal", "vendor", "hosted"]>;
824
+ readonly availability: Schema.Union<readonly [Schema.Struct<{
825
+ readonly via: Schema.Literal<"native">;
826
+ }>, Schema.Struct<{
827
+ readonly via: Schema.Literal<"plugin">;
828
+ readonly provider: Schema.Literals<readonly ["first-party", "third-party"]>;
829
+ readonly plugin: Schema.Struct<{
830
+ readonly name: Schema.NonEmptyString;
831
+ readonly homepage: Schema.NonEmptyString;
832
+ readonly author: Schema.NullOr<Schema.NonEmptyString>;
833
+ readonly distribution: Schema.Struct<{
834
+ readonly mechanism: Schema.Literals<readonly ["agent-native", "npm", "git", "manual"]>;
835
+ readonly installHint: Schema.NullOr<Schema.NonEmptyString>;
836
+ readonly packageRef: Schema.NullOr<Schema.NonEmptyString>;
837
+ }>;
838
+ readonly detection: Schema.NullOr<Schema.Struct<{
839
+ readonly paths: Schema.$Array<Schema.Struct<{
840
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
841
+ readonly path: Schema.NonEmptyString;
842
+ readonly kind: Schema.Literals<readonly ["dir", "file"]>;
843
+ }>>;
844
+ readonly configKeys: Schema.$Array<Schema.Struct<{
845
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
846
+ readonly file: Schema.NonEmptyString;
847
+ readonly key: Schema.NonEmptyString;
848
+ }>>;
849
+ }>>;
850
+ }>;
851
+ }>]>;
852
+ readonly vendorStatus: Schema.Union<readonly [Schema.Struct<{
853
+ readonly state: Schema.Literal<"active">;
854
+ }>, Schema.Struct<{
855
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
856
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
857
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
858
+ readonly state: Schema.Literal<"maintenance">;
859
+ }>, Schema.Struct<{
860
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
861
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
862
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
863
+ readonly state: Schema.Literal<"deprecated">;
864
+ }>, Schema.Struct<{
865
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
866
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
867
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
868
+ readonly state: Schema.Literal<"removed">;
869
+ }>]>;
870
+ readonly notes: Schema.NullOr<Schema.NonEmptyString>;
871
+ readonly docs: Schema.$Array<Schema.Struct<{
872
+ readonly label: Schema.NonEmptyString;
873
+ readonly url: Schema.NonEmptyString;
874
+ }>>;
875
+ readonly sources: Schema.$Array<Schema.NonEmptyString>;
876
+ readonly scopes: Schema.NonEmptyArray<Schema.Literals<readonly ["user", "project"]>>;
877
+ }>, Schema.Struct<{
878
+ availability: Schema.Struct<{
879
+ readonly via: Schema.Literal<"none">;
880
+ }>;
881
+ vendorStatus: Schema.Union<readonly [Schema.Struct<{
882
+ readonly state: Schema.Literal<"active">;
883
+ }>, Schema.Struct<{
884
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
885
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
886
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
887
+ readonly state: Schema.Literal<"maintenance">;
888
+ }>, Schema.Struct<{
889
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
890
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
891
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
892
+ readonly state: Schema.Literal<"deprecated">;
893
+ }>, Schema.Struct<{
894
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
895
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
896
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
897
+ readonly state: Schema.Literal<"removed">;
898
+ }>]>;
899
+ notes: Schema.NullOr<Schema.NonEmptyString>;
900
+ docs: Schema.$Array<Schema.Struct<{
901
+ readonly label: Schema.NonEmptyString;
902
+ readonly url: Schema.NonEmptyString;
903
+ }>>;
904
+ sources: Schema.$Array<Schema.NonEmptyString>;
905
+ }>]>;
906
+ readonly axm: Schema.Struct<{
907
+ readonly status: Schema.Literals<readonly ["supported", "planned", "unsupported", "unknown"]>;
908
+ readonly lastVerified: Schema.NullOr<Schema.NonEmptyString>;
909
+ readonly reason: Schema.optionalKey<Schema.NonEmptyString>;
910
+ readonly writer: Schema.NullOr<Schema.Never>;
911
+ }>;
912
+ }>;
913
+ /** @experimental This API is unstable and may change without notice. */
914
+ export type RulesExtensionCapability = Schema.Schema.Type<typeof RulesExtensionCapabilitySchema>;
915
+ /** @experimental This API is unstable and may change without notice. */
916
+ export declare const ConfigFileFormatSchema: Schema.Literals<readonly ["json", "jsonc", "toml", "yaml", "starlark", "vscode-settings"]>;
917
+ /** @experimental This API is unstable and may change without notice. */
918
+ export type ConfigFileFormat = Schema.Schema.Type<typeof ConfigFileFormatSchema>;
919
+ /** @experimental This API is unstable and may change without notice. */
920
+ export declare const McpServersKeySchema: Schema.Literals<readonly ["mcpServers", "servers", "mcp", "mcp_servers", "context_servers"]>;
921
+ /** @experimental This API is unstable and may change without notice. */
922
+ export type McpServersKey = Schema.Schema.Type<typeof McpServersKeySchema>;
923
+ /** @experimental This API is unstable and may change without notice. */
924
+ export declare const McpTargetAttributionSchema: Schema.Literals<readonly ["shared", "agent"]>;
925
+ /** @experimental This API is unstable and may change without notice. */
926
+ export type McpTargetAttribution = Schema.Schema.Type<typeof McpTargetAttributionSchema>;
927
+ /** @experimental This API is unstable and may change without notice. */
928
+ export declare const McpConfigTargetSchema: Schema.Struct<{
929
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
930
+ readonly path: Schema.NonEmptyString;
931
+ readonly format: Schema.Literals<readonly ["json", "jsonc", "toml", "yaml", "starlark", "vscode-settings"]>;
932
+ readonly attribution: Schema.Literals<readonly ["shared", "agent"]>;
933
+ }>;
934
+ /** @experimental This API is unstable and may change without notice. */
935
+ export type McpConfigTarget = Schema.Schema.Type<typeof McpConfigTargetSchema>;
936
+ /** @experimental This API is unstable and may change without notice. */
937
+ export declare const McpTypeFieldValueMapSchema: Schema.Struct<{
938
+ readonly "streamable-http": Schema.NonEmptyString;
939
+ readonly sse: Schema.optionalKey<Schema.NonEmptyString>;
940
+ }>;
941
+ /** @experimental This API is unstable and may change without notice. */
942
+ export type McpTypeFieldValueMap = Schema.Schema.Type<typeof McpTypeFieldValueMapSchema>;
943
+ /** @experimental This API is unstable and may change without notice. */
944
+ export declare const McpTypeFieldRepresentationSchema: Schema.Struct<{
945
+ readonly name: Schema.NonEmptyString;
946
+ readonly value: Schema.Union<readonly [Schema.NonEmptyString, Schema.Struct<{
947
+ readonly "streamable-http": Schema.NonEmptyString;
948
+ readonly sse: Schema.optionalKey<Schema.NonEmptyString>;
949
+ }>]>;
950
+ }>;
951
+ /** @experimental This API is unstable and may change without notice. */
952
+ export type McpTypeFieldRepresentation = Schema.Schema.Type<typeof McpTypeFieldRepresentationSchema>;
953
+ /** @experimental This API is unstable and may change without notice. */
954
+ export declare const McpTypeFieldSchema: Schema.Struct<{
955
+ readonly required: Schema.NullOr<Schema.Struct<{
956
+ readonly name: Schema.NonEmptyString;
957
+ readonly value: Schema.Union<readonly [Schema.NonEmptyString, Schema.Struct<{
958
+ readonly "streamable-http": Schema.NonEmptyString;
959
+ readonly sse: Schema.optionalKey<Schema.NonEmptyString>;
960
+ }>]>;
961
+ }>>;
962
+ readonly accepted: Schema.NonEmptyArray<Schema.NullOr<Schema.Struct<{
963
+ readonly name: Schema.NonEmptyString;
964
+ readonly value: Schema.Union<readonly [Schema.NonEmptyString, Schema.Struct<{
965
+ readonly "streamable-http": Schema.NonEmptyString;
966
+ readonly sse: Schema.optionalKey<Schema.NonEmptyString>;
967
+ }>]>;
968
+ }>>>;
969
+ }>;
970
+ /** @experimental This API is unstable and may change without notice. */
971
+ export type McpTypeField = Schema.Schema.Type<typeof McpTypeFieldSchema>;
972
+ /** @experimental This API is unstable and may change without notice. */
973
+ export declare const McpActivationFieldRepresentationSchema: Schema.Struct<{
974
+ readonly name: Schema.NonEmptyString;
975
+ readonly enabled: Schema.Boolean;
976
+ readonly disabled: Schema.Boolean;
977
+ }>;
978
+ /** @experimental This API is unstable and may change without notice. */
979
+ export type McpActivationFieldRepresentation = Schema.Schema.Type<typeof McpActivationFieldRepresentationSchema>;
980
+ /** @experimental This API is unstable and may change without notice. */
981
+ export declare const McpActivationFieldSchema: Schema.Struct<{
982
+ readonly required: Schema.NullOr<Schema.Struct<{
983
+ readonly name: Schema.NonEmptyString;
984
+ readonly enabled: Schema.Boolean;
985
+ readonly disabled: Schema.Boolean;
986
+ }>>;
987
+ readonly accepted: Schema.NonEmptyArray<Schema.NullOr<Schema.Struct<{
988
+ readonly name: Schema.NonEmptyString;
989
+ readonly enabled: Schema.Boolean;
990
+ readonly disabled: Schema.Boolean;
991
+ }>>>;
992
+ }>;
993
+ /** @experimental This API is unstable and may change without notice. */
994
+ export type McpActivationField = Schema.Schema.Type<typeof McpActivationFieldSchema>;
995
+ /** @experimental This API is unstable and may change without notice. */
996
+ export declare const McpStdioDialectSchema: Schema.Struct<{
997
+ readonly typeField: Schema.Struct<{
998
+ readonly required: Schema.NullOr<Schema.Struct<{
999
+ readonly name: Schema.NonEmptyString;
1000
+ readonly value: Schema.Union<readonly [Schema.NonEmptyString, Schema.Struct<{
1001
+ readonly "streamable-http": Schema.NonEmptyString;
1002
+ readonly sse: Schema.optionalKey<Schema.NonEmptyString>;
1003
+ }>]>;
1004
+ }>>;
1005
+ readonly accepted: Schema.NonEmptyArray<Schema.NullOr<Schema.Struct<{
1006
+ readonly name: Schema.NonEmptyString;
1007
+ readonly value: Schema.Union<readonly [Schema.NonEmptyString, Schema.Struct<{
1008
+ readonly "streamable-http": Schema.NonEmptyString;
1009
+ readonly sse: Schema.optionalKey<Schema.NonEmptyString>;
1010
+ }>]>;
1011
+ }>>>;
1012
+ }>;
1013
+ readonly command: Schema.Literals<readonly ["split", "array"]>;
1014
+ readonly envKey: Schema.NullOr<Schema.NonEmptyString>;
1015
+ }>;
1016
+ /** @experimental This API is unstable and may change without notice. */
1017
+ export type McpStdioDialect = Schema.Schema.Type<typeof McpStdioDialectSchema>;
1018
+ /** @experimental This API is unstable and may change without notice. */
1019
+ export declare const McpUrlKeyMapSchema: Schema.Struct<{
1020
+ readonly "streamable-http": Schema.NonEmptyString;
1021
+ readonly sse: Schema.optionalKey<Schema.NonEmptyString>;
1022
+ }>;
1023
+ /** @experimental This API is unstable and may change without notice. */
1024
+ export type McpUrlKeyMap = Schema.Schema.Type<typeof McpUrlKeyMapSchema>;
1025
+ /** @experimental This API is unstable and may change without notice. */
1026
+ export declare const McpRemoteDialectSchema: Schema.Struct<{
1027
+ readonly typeField: Schema.Struct<{
1028
+ readonly required: Schema.NullOr<Schema.Struct<{
1029
+ readonly name: Schema.NonEmptyString;
1030
+ readonly value: Schema.Union<readonly [Schema.NonEmptyString, Schema.Struct<{
1031
+ readonly "streamable-http": Schema.NonEmptyString;
1032
+ readonly sse: Schema.optionalKey<Schema.NonEmptyString>;
1033
+ }>]>;
1034
+ }>>;
1035
+ readonly accepted: Schema.NonEmptyArray<Schema.NullOr<Schema.Struct<{
1036
+ readonly name: Schema.NonEmptyString;
1037
+ readonly value: Schema.Union<readonly [Schema.NonEmptyString, Schema.Struct<{
1038
+ readonly "streamable-http": Schema.NonEmptyString;
1039
+ readonly sse: Schema.optionalKey<Schema.NonEmptyString>;
1040
+ }>]>;
1041
+ }>>>;
1042
+ }>;
1043
+ readonly urlKey: Schema.Struct<{
1044
+ readonly "streamable-http": Schema.NonEmptyString;
1045
+ readonly sse: Schema.optionalKey<Schema.NonEmptyString>;
1046
+ }>;
1047
+ readonly headersKey: Schema.NullOr<Schema.NonEmptyString>;
1048
+ readonly bearerTokenEnvKey: Schema.optionalKey<Schema.NullOr<Schema.NonEmptyString>>;
1049
+ readonly envHeadersKey: Schema.optionalKey<Schema.NullOr<Schema.NonEmptyString>>;
1050
+ }>;
1051
+ /** @experimental This API is unstable and may change without notice. */
1052
+ export type McpRemoteDialect = Schema.Schema.Type<typeof McpRemoteDialectSchema>;
1053
+ /** @experimental This API is unstable and may change without notice. */
1054
+ export declare const McpConfigSchema: Schema.Struct<{
1055
+ readonly serversKey: Schema.Literals<readonly ["mcpServers", "servers", "mcp", "mcp_servers", "context_servers"]>;
1056
+ readonly activationField: Schema.Struct<{
1057
+ readonly required: Schema.NullOr<Schema.Struct<{
1058
+ readonly name: Schema.NonEmptyString;
1059
+ readonly enabled: Schema.Boolean;
1060
+ readonly disabled: Schema.Boolean;
1061
+ }>>;
1062
+ readonly accepted: Schema.NonEmptyArray<Schema.NullOr<Schema.Struct<{
1063
+ readonly name: Schema.NonEmptyString;
1064
+ readonly enabled: Schema.Boolean;
1065
+ readonly disabled: Schema.Boolean;
1066
+ }>>>;
1067
+ }>;
1068
+ readonly targets: Schema.$Array<Schema.Struct<{
1069
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
1070
+ readonly path: Schema.NonEmptyString;
1071
+ readonly format: Schema.Literals<readonly ["json", "jsonc", "toml", "yaml", "starlark", "vscode-settings"]>;
1072
+ readonly attribution: Schema.Literals<readonly ["shared", "agent"]>;
1073
+ }>>;
1074
+ readonly stdio: Schema.NullOr<Schema.Struct<{
1075
+ readonly typeField: Schema.Struct<{
1076
+ readonly required: Schema.NullOr<Schema.Struct<{
1077
+ readonly name: Schema.NonEmptyString;
1078
+ readonly value: Schema.Union<readonly [Schema.NonEmptyString, Schema.Struct<{
1079
+ readonly "streamable-http": Schema.NonEmptyString;
1080
+ readonly sse: Schema.optionalKey<Schema.NonEmptyString>;
1081
+ }>]>;
1082
+ }>>;
1083
+ readonly accepted: Schema.NonEmptyArray<Schema.NullOr<Schema.Struct<{
1084
+ readonly name: Schema.NonEmptyString;
1085
+ readonly value: Schema.Union<readonly [Schema.NonEmptyString, Schema.Struct<{
1086
+ readonly "streamable-http": Schema.NonEmptyString;
1087
+ readonly sse: Schema.optionalKey<Schema.NonEmptyString>;
1088
+ }>]>;
1089
+ }>>>;
1090
+ }>;
1091
+ readonly command: Schema.Literals<readonly ["split", "array"]>;
1092
+ readonly envKey: Schema.NullOr<Schema.NonEmptyString>;
1093
+ }>>;
1094
+ readonly remote: Schema.NullOr<Schema.Struct<{
1095
+ readonly typeField: Schema.Struct<{
1096
+ readonly required: Schema.NullOr<Schema.Struct<{
1097
+ readonly name: Schema.NonEmptyString;
1098
+ readonly value: Schema.Union<readonly [Schema.NonEmptyString, Schema.Struct<{
1099
+ readonly "streamable-http": Schema.NonEmptyString;
1100
+ readonly sse: Schema.optionalKey<Schema.NonEmptyString>;
1101
+ }>]>;
1102
+ }>>;
1103
+ readonly accepted: Schema.NonEmptyArray<Schema.NullOr<Schema.Struct<{
1104
+ readonly name: Schema.NonEmptyString;
1105
+ readonly value: Schema.Union<readonly [Schema.NonEmptyString, Schema.Struct<{
1106
+ readonly "streamable-http": Schema.NonEmptyString;
1107
+ readonly sse: Schema.optionalKey<Schema.NonEmptyString>;
1108
+ }>]>;
1109
+ }>>>;
1110
+ }>;
1111
+ readonly urlKey: Schema.Struct<{
1112
+ readonly "streamable-http": Schema.NonEmptyString;
1113
+ readonly sse: Schema.optionalKey<Schema.NonEmptyString>;
1114
+ }>;
1115
+ readonly headersKey: Schema.NullOr<Schema.NonEmptyString>;
1116
+ readonly bearerTokenEnvKey: Schema.optionalKey<Schema.NullOr<Schema.NonEmptyString>>;
1117
+ readonly envHeadersKey: Schema.optionalKey<Schema.NullOr<Schema.NonEmptyString>>;
1118
+ }>>;
1119
+ }>;
1120
+ /** @experimental This API is unstable and may change without notice. */
1121
+ export type McpConfig = Schema.Schema.Type<typeof McpConfigSchema>;
1122
+ /** @experimental This API is unstable and may change without notice. */
1123
+ export declare const McpEnvExpansionSchema: Schema.Struct<{
1124
+ readonly variables: Schema.Literals<readonly ["none", "braced"]>;
1125
+ readonly defaults: Schema.Boolean;
1126
+ }>;
1127
+ /** @experimental This API is unstable and may change without notice. */
1128
+ export type McpEnvExpansion = Schema.Schema.Type<typeof McpEnvExpansionSchema>;
1129
+ /** @experimental This API is unstable and may change without notice. */
1130
+ export declare const McpExtensionCapabilitySchema: Schema.Union<readonly [Schema.Struct<{
1131
+ readonly native: Schema.Struct<{
1132
+ readonly transports: Schema.NonEmptyArray<Schema.Literals<readonly ["stdio", "http", "sse"]>>;
1133
+ readonly mcpEnvExpansion: Schema.optionalKey<Schema.Struct<{
1134
+ readonly variables: Schema.Literals<readonly ["none", "braced"]>;
1135
+ readonly defaults: Schema.Boolean;
1136
+ }>>;
1137
+ readonly standardsCompliance: Schema.Literals<readonly ["full", "parity", "partial", "none"]>;
1138
+ readonly convention: Schema.Literals<readonly ["universal", "vendor", "hosted"]>;
1139
+ readonly availability: Schema.Union<readonly [Schema.Struct<{
1140
+ readonly via: Schema.Literal<"native">;
1141
+ }>, Schema.Struct<{
1142
+ readonly via: Schema.Literal<"plugin">;
1143
+ readonly provider: Schema.Literals<readonly ["first-party", "third-party"]>;
1144
+ readonly plugin: Schema.Struct<{
1145
+ readonly name: Schema.NonEmptyString;
1146
+ readonly homepage: Schema.NonEmptyString;
1147
+ readonly author: Schema.NullOr<Schema.NonEmptyString>;
1148
+ readonly distribution: Schema.Struct<{
1149
+ readonly mechanism: Schema.Literals<readonly ["agent-native", "npm", "git", "manual"]>;
1150
+ readonly installHint: Schema.NullOr<Schema.NonEmptyString>;
1151
+ readonly packageRef: Schema.NullOr<Schema.NonEmptyString>;
1152
+ }>;
1153
+ readonly detection: Schema.NullOr<Schema.Struct<{
1154
+ readonly paths: Schema.$Array<Schema.Struct<{
1155
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
1156
+ readonly path: Schema.NonEmptyString;
1157
+ readonly kind: Schema.Literals<readonly ["dir", "file"]>;
1158
+ }>>;
1159
+ readonly configKeys: Schema.$Array<Schema.Struct<{
1160
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
1161
+ readonly file: Schema.NonEmptyString;
1162
+ readonly key: Schema.NonEmptyString;
1163
+ }>>;
1164
+ }>>;
1165
+ }>;
1166
+ }>]>;
1167
+ readonly vendorStatus: Schema.Union<readonly [Schema.Struct<{
1168
+ readonly state: Schema.Literal<"active">;
1169
+ }>, Schema.Struct<{
1170
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
1171
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
1172
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
1173
+ readonly state: Schema.Literal<"maintenance">;
1174
+ }>, Schema.Struct<{
1175
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
1176
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
1177
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
1178
+ readonly state: Schema.Literal<"deprecated">;
1179
+ }>, Schema.Struct<{
1180
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
1181
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
1182
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
1183
+ readonly state: Schema.Literal<"removed">;
1184
+ }>]>;
1185
+ readonly notes: Schema.NullOr<Schema.NonEmptyString>;
1186
+ readonly docs: Schema.$Array<Schema.Struct<{
1187
+ readonly label: Schema.NonEmptyString;
1188
+ readonly url: Schema.NonEmptyString;
1189
+ }>>;
1190
+ readonly sources: Schema.$Array<Schema.NonEmptyString>;
1191
+ readonly scopes: Schema.NonEmptyArray<Schema.Literals<readonly ["user", "project"]>>;
1192
+ }>;
1193
+ readonly axm: Schema.Struct<{
1194
+ readonly status: Schema.Literals<readonly ["supported", "planned", "unsupported", "unknown"]>;
1195
+ readonly lastVerified: Schema.NullOr<Schema.NonEmptyString>;
1196
+ readonly reason: Schema.optionalKey<Schema.NonEmptyString>;
1197
+ readonly writer: Schema.NullOr<Schema.Struct<{
1198
+ readonly config: Schema.Struct<{
1199
+ readonly serversKey: Schema.Literals<readonly ["mcpServers", "servers", "mcp", "mcp_servers", "context_servers"]>;
1200
+ readonly activationField: Schema.Struct<{
1201
+ readonly required: Schema.NullOr<Schema.Struct<{
1202
+ readonly name: Schema.NonEmptyString;
1203
+ readonly enabled: Schema.Boolean;
1204
+ readonly disabled: Schema.Boolean;
1205
+ }>>;
1206
+ readonly accepted: Schema.NonEmptyArray<Schema.NullOr<Schema.Struct<{
1207
+ readonly name: Schema.NonEmptyString;
1208
+ readonly enabled: Schema.Boolean;
1209
+ readonly disabled: Schema.Boolean;
1210
+ }>>>;
1211
+ }>;
1212
+ readonly targets: Schema.$Array<Schema.Struct<{
1213
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
1214
+ readonly path: Schema.NonEmptyString;
1215
+ readonly format: Schema.Literals<readonly ["json", "jsonc", "toml", "yaml", "starlark", "vscode-settings"]>;
1216
+ readonly attribution: Schema.Literals<readonly ["shared", "agent"]>;
1217
+ }>>;
1218
+ readonly stdio: Schema.NullOr<Schema.Struct<{
1219
+ readonly typeField: Schema.Struct<{
1220
+ readonly required: Schema.NullOr<Schema.Struct<{
1221
+ readonly name: Schema.NonEmptyString;
1222
+ readonly value: Schema.Union<readonly [Schema.NonEmptyString, Schema.Struct<{
1223
+ readonly "streamable-http": Schema.NonEmptyString;
1224
+ readonly sse: Schema.optionalKey<Schema.NonEmptyString>;
1225
+ }>]>;
1226
+ }>>;
1227
+ readonly accepted: Schema.NonEmptyArray<Schema.NullOr<Schema.Struct<{
1228
+ readonly name: Schema.NonEmptyString;
1229
+ readonly value: Schema.Union<readonly [Schema.NonEmptyString, Schema.Struct<{
1230
+ readonly "streamable-http": Schema.NonEmptyString;
1231
+ readonly sse: Schema.optionalKey<Schema.NonEmptyString>;
1232
+ }>]>;
1233
+ }>>>;
1234
+ }>;
1235
+ readonly command: Schema.Literals<readonly ["split", "array"]>;
1236
+ readonly envKey: Schema.NullOr<Schema.NonEmptyString>;
1237
+ }>>;
1238
+ readonly remote: Schema.NullOr<Schema.Struct<{
1239
+ readonly typeField: Schema.Struct<{
1240
+ readonly required: Schema.NullOr<Schema.Struct<{
1241
+ readonly name: Schema.NonEmptyString;
1242
+ readonly value: Schema.Union<readonly [Schema.NonEmptyString, Schema.Struct<{
1243
+ readonly "streamable-http": Schema.NonEmptyString;
1244
+ readonly sse: Schema.optionalKey<Schema.NonEmptyString>;
1245
+ }>]>;
1246
+ }>>;
1247
+ readonly accepted: Schema.NonEmptyArray<Schema.NullOr<Schema.Struct<{
1248
+ readonly name: Schema.NonEmptyString;
1249
+ readonly value: Schema.Union<readonly [Schema.NonEmptyString, Schema.Struct<{
1250
+ readonly "streamable-http": Schema.NonEmptyString;
1251
+ readonly sse: Schema.optionalKey<Schema.NonEmptyString>;
1252
+ }>]>;
1253
+ }>>>;
1254
+ }>;
1255
+ readonly urlKey: Schema.Struct<{
1256
+ readonly "streamable-http": Schema.NonEmptyString;
1257
+ readonly sse: Schema.optionalKey<Schema.NonEmptyString>;
1258
+ }>;
1259
+ readonly headersKey: Schema.NullOr<Schema.NonEmptyString>;
1260
+ readonly bearerTokenEnvKey: Schema.optionalKey<Schema.NullOr<Schema.NonEmptyString>>;
1261
+ readonly envHeadersKey: Schema.optionalKey<Schema.NullOr<Schema.NonEmptyString>>;
1262
+ }>>;
1263
+ }>;
1264
+ }>>;
1265
+ }>;
1266
+ }>, Schema.Struct<{
1267
+ readonly native: Schema.Struct<{
1268
+ availability: Schema.Struct<{
1269
+ readonly via: Schema.Literal<"none">;
1270
+ }>;
1271
+ vendorStatus: Schema.Union<readonly [Schema.Struct<{
1272
+ readonly state: Schema.Literal<"active">;
1273
+ }>, Schema.Struct<{
1274
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
1275
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
1276
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
1277
+ readonly state: Schema.Literal<"maintenance">;
1278
+ }>, Schema.Struct<{
1279
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
1280
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
1281
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
1282
+ readonly state: Schema.Literal<"deprecated">;
1283
+ }>, Schema.Struct<{
1284
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
1285
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
1286
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
1287
+ readonly state: Schema.Literal<"removed">;
1288
+ }>]>;
1289
+ notes: Schema.NullOr<Schema.NonEmptyString>;
1290
+ docs: Schema.$Array<Schema.Struct<{
1291
+ readonly label: Schema.NonEmptyString;
1292
+ readonly url: Schema.NonEmptyString;
1293
+ }>>;
1294
+ sources: Schema.$Array<Schema.NonEmptyString>;
1295
+ }>;
1296
+ readonly axm: Schema.Struct<{
1297
+ readonly status: Schema.Literals<readonly ["supported", "planned", "unsupported", "unknown"]>;
1298
+ readonly lastVerified: Schema.NullOr<Schema.NonEmptyString>;
1299
+ readonly reason: Schema.optionalKey<Schema.NonEmptyString>;
1300
+ readonly writer: Schema.NullOr<Schema.Struct<{
1301
+ readonly config: Schema.Struct<{
1302
+ readonly serversKey: Schema.Literals<readonly ["mcpServers", "servers", "mcp", "mcp_servers", "context_servers"]>;
1303
+ readonly activationField: Schema.Struct<{
1304
+ readonly required: Schema.NullOr<Schema.Struct<{
1305
+ readonly name: Schema.NonEmptyString;
1306
+ readonly enabled: Schema.Boolean;
1307
+ readonly disabled: Schema.Boolean;
1308
+ }>>;
1309
+ readonly accepted: Schema.NonEmptyArray<Schema.NullOr<Schema.Struct<{
1310
+ readonly name: Schema.NonEmptyString;
1311
+ readonly enabled: Schema.Boolean;
1312
+ readonly disabled: Schema.Boolean;
1313
+ }>>>;
1314
+ }>;
1315
+ readonly targets: Schema.$Array<Schema.Struct<{
1316
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
1317
+ readonly path: Schema.NonEmptyString;
1318
+ readonly format: Schema.Literals<readonly ["json", "jsonc", "toml", "yaml", "starlark", "vscode-settings"]>;
1319
+ readonly attribution: Schema.Literals<readonly ["shared", "agent"]>;
1320
+ }>>;
1321
+ readonly stdio: Schema.NullOr<Schema.Struct<{
1322
+ readonly typeField: Schema.Struct<{
1323
+ readonly required: Schema.NullOr<Schema.Struct<{
1324
+ readonly name: Schema.NonEmptyString;
1325
+ readonly value: Schema.Union<readonly [Schema.NonEmptyString, Schema.Struct<{
1326
+ readonly "streamable-http": Schema.NonEmptyString;
1327
+ readonly sse: Schema.optionalKey<Schema.NonEmptyString>;
1328
+ }>]>;
1329
+ }>>;
1330
+ readonly accepted: Schema.NonEmptyArray<Schema.NullOr<Schema.Struct<{
1331
+ readonly name: Schema.NonEmptyString;
1332
+ readonly value: Schema.Union<readonly [Schema.NonEmptyString, Schema.Struct<{
1333
+ readonly "streamable-http": Schema.NonEmptyString;
1334
+ readonly sse: Schema.optionalKey<Schema.NonEmptyString>;
1335
+ }>]>;
1336
+ }>>>;
1337
+ }>;
1338
+ readonly command: Schema.Literals<readonly ["split", "array"]>;
1339
+ readonly envKey: Schema.NullOr<Schema.NonEmptyString>;
1340
+ }>>;
1341
+ readonly remote: Schema.NullOr<Schema.Struct<{
1342
+ readonly typeField: Schema.Struct<{
1343
+ readonly required: Schema.NullOr<Schema.Struct<{
1344
+ readonly name: Schema.NonEmptyString;
1345
+ readonly value: Schema.Union<readonly [Schema.NonEmptyString, Schema.Struct<{
1346
+ readonly "streamable-http": Schema.NonEmptyString;
1347
+ readonly sse: Schema.optionalKey<Schema.NonEmptyString>;
1348
+ }>]>;
1349
+ }>>;
1350
+ readonly accepted: Schema.NonEmptyArray<Schema.NullOr<Schema.Struct<{
1351
+ readonly name: Schema.NonEmptyString;
1352
+ readonly value: Schema.Union<readonly [Schema.NonEmptyString, Schema.Struct<{
1353
+ readonly "streamable-http": Schema.NonEmptyString;
1354
+ readonly sse: Schema.optionalKey<Schema.NonEmptyString>;
1355
+ }>]>;
1356
+ }>>>;
1357
+ }>;
1358
+ readonly urlKey: Schema.Struct<{
1359
+ readonly "streamable-http": Schema.NonEmptyString;
1360
+ readonly sse: Schema.optionalKey<Schema.NonEmptyString>;
1361
+ }>;
1362
+ readonly headersKey: Schema.NullOr<Schema.NonEmptyString>;
1363
+ readonly bearerTokenEnvKey: Schema.optionalKey<Schema.NullOr<Schema.NonEmptyString>>;
1364
+ readonly envHeadersKey: Schema.optionalKey<Schema.NullOr<Schema.NonEmptyString>>;
1365
+ }>>;
1366
+ }>;
1367
+ }>>;
1368
+ }>;
1369
+ }>]>;
1370
+ /** @experimental This API is unstable and may change without notice. */
1371
+ export type McpExtensionCapability = Schema.Schema.Type<typeof McpExtensionCapabilitySchema>;
1372
+ /** @experimental This API is unstable and may change without notice. */
1373
+ export declare const PermissionMechanismSchema: Schema.Literals<readonly ["config-file", "cli-flag", "ui-only"]>;
1374
+ /** @experimental This API is unstable and may change without notice. */
1375
+ export type PermissionMechanism = Schema.Schema.Type<typeof PermissionMechanismSchema>;
1376
+ /** @experimental This API is unstable and may change without notice. */
1377
+ export declare const PermissionGrammarStyleSchema: Schema.Literals<readonly ["tool-call", "prefix", "regex", "glob", "starlark-rule"]>;
1378
+ /** @experimental This API is unstable and may change without notice. */
1379
+ export type PermissionGrammarStyle = Schema.Schema.Type<typeof PermissionGrammarStyleSchema>;
1380
+ /** @experimental This API is unstable and may change without notice. */
1381
+ export declare const ConfigFileLocationSchema: Schema.Struct<{
1382
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
1383
+ readonly path: Schema.NonEmptyString;
1384
+ readonly format: Schema.Literals<readonly ["json", "jsonc", "toml", "yaml", "starlark", "vscode-settings"]>;
1385
+ readonly gitignored: Schema.Boolean;
1386
+ }>;
1387
+ /** @experimental This API is unstable and may change without notice. */
1388
+ export type ConfigFileLocation = Schema.Schema.Type<typeof ConfigFileLocationSchema>;
1389
+ /** @experimental This API is unstable and may change without notice. */
1390
+ export declare const CANONICAL_HOOK_EVENT_IDS: readonly ["session.start", "prompt.submit", "turn.end", "tool.pre", "tool.post", "subagent.stop", "compaction.pre"];
1391
+ /** @experimental This API is unstable and may change without notice. */
1392
+ export declare const CanonicalHookEventIdSchema: Schema.Literals<readonly ["session.start", "prompt.submit", "turn.end", "tool.pre", "tool.post", "subagent.stop", "compaction.pre"]>;
1393
+ /** @experimental This API is unstable and may change without notice. */
1394
+ export type CanonicalHookEventId = Schema.Schema.Type<typeof CanonicalHookEventIdSchema>;
1395
+ /** @experimental This API is unstable and may change without notice. */
1396
+ export declare const HookEventTierSchema: Schema.Literals<readonly ["core", "extended"]>;
1397
+ /** @experimental This API is unstable and may change without notice. */
1398
+ export type HookEventTier = Schema.Schema.Type<typeof HookEventTierSchema>;
1399
+ /** @experimental This API is unstable and may change without notice. */
1400
+ export declare const CanonicalHookEventSchema: Schema.Struct<{
1401
+ readonly id: Schema.Literals<readonly ["session.start", "prompt.submit", "turn.end", "tool.pre", "tool.post", "subagent.stop", "compaction.pre"]>;
1402
+ readonly tier: Schema.Literals<readonly ["core", "extended"]>;
1403
+ }>;
1404
+ /** @experimental This API is unstable and may change without notice. */
1405
+ export type CanonicalHookEvent = Schema.Schema.Type<typeof CanonicalHookEventSchema>;
1406
+ /** @experimental This API is unstable and may change without notice. */
1407
+ export declare const CANONICAL_HOOK_EVENTS: readonly [{
1408
+ readonly id: "session.start";
1409
+ readonly tier: "core";
1410
+ }, {
1411
+ readonly id: "prompt.submit";
1412
+ readonly tier: "core";
1413
+ }, {
1414
+ readonly id: "turn.end";
1415
+ readonly tier: "core";
1416
+ }, {
1417
+ readonly id: "tool.pre";
1418
+ readonly tier: "core";
1419
+ }, {
1420
+ readonly id: "tool.post";
1421
+ readonly tier: "core";
1422
+ }, {
1423
+ readonly id: "subagent.stop";
1424
+ readonly tier: "extended";
1425
+ }, {
1426
+ readonly id: "compaction.pre";
1427
+ readonly tier: "extended";
1428
+ }];
1429
+ /** @experimental This API is unstable and may change without notice. */
1430
+ export declare const CANONICAL_HOOK_TOOL_IDS: readonly ["file.read", "file.write", "file.edit", "shell.exec", "web.fetch", "mcp.call"];
1431
+ /** @experimental This API is unstable and may change without notice. */
1432
+ export declare const CanonicalHookToolIdSchema: Schema.Literals<readonly ["file.read", "file.write", "file.edit", "shell.exec", "web.fetch", "mcp.call"]>;
1433
+ /** @experimental This API is unstable and may change without notice. */
1434
+ export type CanonicalHookToolId = Schema.Schema.Type<typeof CanonicalHookToolIdSchema>;
1435
+ /** @experimental This API is unstable and may change without notice. */
1436
+ export declare const HookToolMappingSchema: Schema.Struct<{
1437
+ readonly sources: Schema.NonEmptyArray<Schema.NonEmptyString>;
1438
+ readonly lastVerified: Schema.NonEmptyString;
1439
+ readonly nativeName: Schema.NonEmptyString;
1440
+ readonly canonical: Schema.Literals<readonly ["file.read", "file.write", "file.edit", "shell.exec", "web.fetch", "mcp.call"]>;
1441
+ }>;
1442
+ /** @experimental This API is unstable and may change without notice. */
1443
+ export type HookToolMapping = Schema.Schema.Type<typeof HookToolMappingSchema>;
1444
+ /** @experimental This API is unstable and may change without notice. */
1445
+ export declare const HookMechanismFamilySchema: Schema.Literals<readonly ["command-stdin", "raw"]>;
1446
+ /** @experimental This API is unstable and may change without notice. */
1447
+ export type HookMechanismFamily = Schema.Schema.Type<typeof HookMechanismFamilySchema>;
1448
+ /** @experimental This API is unstable and may change without notice. */
1449
+ export declare const HookMatcherKindSchema: Schema.Literals<readonly ["regex", "literal-list", "glob", "tool-category", "exact-substring", "none-imperative"]>;
1450
+ /** @experimental This API is unstable and may change without notice. */
1451
+ export type HookMatcherKind = Schema.Schema.Type<typeof HookMatcherKindSchema>;
1452
+ /** @experimental This API is unstable and may change without notice. */
1453
+ export declare const HookMatcherSchema: Schema.Struct<{
1454
+ readonly kind: Schema.Literals<readonly ["regex", "literal-list", "glob", "tool-category", "exact-substring", "none-imperative"]>;
1455
+ readonly example: Schema.NullOr<Schema.NonEmptyString>;
1456
+ readonly notes: Schema.NullOr<Schema.NonEmptyString>;
1457
+ }>;
1458
+ /** @experimental This API is unstable and may change without notice. */
1459
+ export type HookMatcher = Schema.Schema.Type<typeof HookMatcherSchema>;
1460
+ /** @experimental This API is unstable and may change without notice. */
1461
+ export declare const HookBlockOutcomeSchema: Schema.Literals<readonly ["allow", "deny", "ask"]>;
1462
+ /** @experimental This API is unstable and may change without notice. */
1463
+ export type HookBlockOutcome = Schema.Schema.Type<typeof HookBlockOutcomeSchema>;
1464
+ /** @experimental This API is unstable and may change without notice. */
1465
+ export declare const HookModifyOperationSchema: Schema.Literals<readonly ["modify-input", "inject-context", "modify-output", "synthesize", "redact"]>;
1466
+ /** @experimental This API is unstable and may change without notice. */
1467
+ export type HookModifyOperation = Schema.Schema.Type<typeof HookModifyOperationSchema>;
1468
+ /** @experimental This API is unstable and may change without notice. */
1469
+ export declare const HookDecisionCapabilitySchema: Schema.Union<readonly [Schema.Struct<{
1470
+ readonly kind: Schema.Literal<"observe">;
1471
+ }>, Schema.Struct<{
1472
+ readonly kind: Schema.Literal<"block">;
1473
+ readonly outcomes: Schema.NonEmptyArray<Schema.Literals<readonly ["allow", "deny", "ask"]>>;
1474
+ }>, Schema.Struct<{
1475
+ readonly kind: Schema.Literal<"modify">;
1476
+ readonly operations: Schema.NonEmptyArray<Schema.Literals<readonly ["modify-input", "inject-context", "modify-output", "synthesize", "redact"]>>;
1477
+ }>]>;
1478
+ /** @experimental This API is unstable and may change without notice. */
1479
+ export type HookDecisionCapability = Schema.Schema.Type<typeof HookDecisionCapabilitySchema>;
1480
+ /** @experimental This API is unstable and may change without notice. */
1481
+ export declare const HookEventMappingSchema: Schema.Struct<{
1482
+ readonly sources: Schema.NonEmptyArray<Schema.NonEmptyString>;
1483
+ readonly lastVerified: Schema.NonEmptyString;
1484
+ readonly nativeName: Schema.NonEmptyString;
1485
+ readonly canonical: Schema.Literals<readonly ["session.start", "prompt.submit", "turn.end", "tool.pre", "tool.post", "subagent.stop", "compaction.pre"]>;
1486
+ readonly matcher: Schema.Struct<{
1487
+ readonly kind: Schema.Literals<readonly ["regex", "literal-list", "glob", "tool-category", "exact-substring", "none-imperative"]>;
1488
+ readonly example: Schema.NullOr<Schema.NonEmptyString>;
1489
+ readonly notes: Schema.NullOr<Schema.NonEmptyString>;
1490
+ }>;
1491
+ readonly decision: Schema.NonEmptyArray<Schema.Union<readonly [Schema.Struct<{
1492
+ readonly kind: Schema.Literal<"observe">;
1493
+ }>, Schema.Struct<{
1494
+ readonly kind: Schema.Literal<"block">;
1495
+ readonly outcomes: Schema.NonEmptyArray<Schema.Literals<readonly ["allow", "deny", "ask"]>>;
1496
+ }>, Schema.Struct<{
1497
+ readonly kind: Schema.Literal<"modify">;
1498
+ readonly operations: Schema.NonEmptyArray<Schema.Literals<readonly ["modify-input", "inject-context", "modify-output", "synthesize", "redact"]>>;
1499
+ }>]>>;
1500
+ }>;
1501
+ /** @experimental This API is unstable and may change without notice. */
1502
+ export type HookEventMapping = Schema.Schema.Type<typeof HookEventMappingSchema>;
1503
+ /** @experimental This API is unstable and may change without notice. */
1504
+ export declare const HooksSerializerSchema: Schema.Literals<readonly ["command-stdin"]>;
1505
+ /** @experimental This API is unstable and may change without notice. */
1506
+ export type HooksSerializer = Schema.Schema.Type<typeof HooksSerializerSchema>;
1507
+ /** @experimental This API is unstable and may change without notice. */
1508
+ export declare const HookMatcherSerializationSchema: Schema.Literals<readonly ["bare", "slash-delimited", "glob"]>;
1509
+ /** @experimental This API is unstable and may change without notice. */
1510
+ export type HookMatcherSerialization = Schema.Schema.Type<typeof HookMatcherSerializationSchema>;
1511
+ /** @experimental This API is unstable and may change without notice. */
1512
+ export declare const HookTimeoutSerializationSchema: Schema.Literals<readonly ["seconds", "milliseconds"]>;
1513
+ /** @experimental This API is unstable and may change without notice. */
1514
+ export type HookTimeoutSerialization = Schema.Schema.Type<typeof HookTimeoutSerializationSchema>;
1515
+ /** @experimental This API is unstable and may change without notice. */
1516
+ export declare const HookCommandNameSerializationSchema: Schema.Literals<readonly ["omit", "manifest"]>;
1517
+ /** @experimental This API is unstable and may change without notice. */
1518
+ export type HookCommandNameSerialization = Schema.Schema.Type<typeof HookCommandNameSerializationSchema>;
1519
+ /** @experimental This API is unstable and may change without notice. */
1520
+ export declare const HooksWriterSchema: Schema.Struct<{
1521
+ readonly serializer: Schema.Literals<readonly ["command-stdin"]>;
1522
+ readonly configFiles: Schema.NonEmptyArray<Schema.Struct<{
1523
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
1524
+ readonly path: Schema.NonEmptyString;
1525
+ readonly format: Schema.Literals<readonly ["json", "jsonc", "toml", "yaml", "starlark", "vscode-settings"]>;
1526
+ readonly gitignored: Schema.Boolean;
1527
+ }>>;
1528
+ readonly settingsKey: Schema.NonEmptyString;
1529
+ readonly eventMap: Schema.Literal<"native.events">;
1530
+ readonly matcherKind: Schema.Literals<readonly ["regex", "literal-list", "glob", "tool-category", "exact-substring", "none-imperative"]>;
1531
+ readonly matcherSerialization: Schema.Literals<readonly ["bare", "slash-delimited", "glob"]>;
1532
+ readonly timeoutSerialization: Schema.Literals<readonly ["seconds", "milliseconds"]>;
1533
+ readonly commandNameSerialization: Schema.Literals<readonly ["omit", "manifest"]>;
1534
+ }>;
1535
+ /** @experimental This API is unstable and may change without notice. */
1536
+ export type HooksWriter = Schema.Schema.Type<typeof HooksWriterSchema>;
1537
+ /** @experimental This API is unstable and may change without notice. */
1538
+ export declare const HooksExtensionCapabilitySchema: Schema.Struct<{
1539
+ readonly native: Schema.Union<readonly [Schema.Struct<{
1540
+ readonly mechanism: Schema.NonEmptyArray<Schema.Literals<readonly ["command-stdin", "raw"]>>;
1541
+ readonly configFiles: Schema.$Array<Schema.Struct<{
1542
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
1543
+ readonly path: Schema.NonEmptyString;
1544
+ readonly format: Schema.Literals<readonly ["json", "jsonc", "toml", "yaml", "starlark", "vscode-settings"]>;
1545
+ readonly gitignored: Schema.Boolean;
1546
+ }>>;
1547
+ readonly events: Schema.NonEmptyArray<Schema.Struct<{
1548
+ readonly sources: Schema.NonEmptyArray<Schema.NonEmptyString>;
1549
+ readonly lastVerified: Schema.NonEmptyString;
1550
+ readonly nativeName: Schema.NonEmptyString;
1551
+ readonly canonical: Schema.Literals<readonly ["session.start", "prompt.submit", "turn.end", "tool.pre", "tool.post", "subagent.stop", "compaction.pre"]>;
1552
+ readonly matcher: Schema.Struct<{
1553
+ readonly kind: Schema.Literals<readonly ["regex", "literal-list", "glob", "tool-category", "exact-substring", "none-imperative"]>;
1554
+ readonly example: Schema.NullOr<Schema.NonEmptyString>;
1555
+ readonly notes: Schema.NullOr<Schema.NonEmptyString>;
1556
+ }>;
1557
+ readonly decision: Schema.NonEmptyArray<Schema.Union<readonly [Schema.Struct<{
1558
+ readonly kind: Schema.Literal<"observe">;
1559
+ }>, Schema.Struct<{
1560
+ readonly kind: Schema.Literal<"block">;
1561
+ readonly outcomes: Schema.NonEmptyArray<Schema.Literals<readonly ["allow", "deny", "ask"]>>;
1562
+ }>, Schema.Struct<{
1563
+ readonly kind: Schema.Literal<"modify">;
1564
+ readonly operations: Schema.NonEmptyArray<Schema.Literals<readonly ["modify-input", "inject-context", "modify-output", "synthesize", "redact"]>>;
1565
+ }>]>>;
1566
+ }>>;
1567
+ readonly tools: Schema.$Array<Schema.Struct<{
1568
+ readonly sources: Schema.NonEmptyArray<Schema.NonEmptyString>;
1569
+ readonly lastVerified: Schema.NonEmptyString;
1570
+ readonly nativeName: Schema.NonEmptyString;
1571
+ readonly canonical: Schema.Literals<readonly ["file.read", "file.write", "file.edit", "shell.exec", "web.fetch", "mcp.call"]>;
1572
+ }>>;
1573
+ readonly availability: Schema.Union<readonly [Schema.Struct<{
1574
+ readonly via: Schema.Literal<"native">;
1575
+ }>, Schema.Struct<{
1576
+ readonly via: Schema.Literal<"plugin">;
1577
+ readonly provider: Schema.Literals<readonly ["first-party", "third-party"]>;
1578
+ readonly plugin: Schema.Struct<{
1579
+ readonly name: Schema.NonEmptyString;
1580
+ readonly homepage: Schema.NonEmptyString;
1581
+ readonly author: Schema.NullOr<Schema.NonEmptyString>;
1582
+ readonly distribution: Schema.Struct<{
1583
+ readonly mechanism: Schema.Literals<readonly ["agent-native", "npm", "git", "manual"]>;
1584
+ readonly installHint: Schema.NullOr<Schema.NonEmptyString>;
1585
+ readonly packageRef: Schema.NullOr<Schema.NonEmptyString>;
1586
+ }>;
1587
+ readonly detection: Schema.NullOr<Schema.Struct<{
1588
+ readonly paths: Schema.$Array<Schema.Struct<{
1589
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
1590
+ readonly path: Schema.NonEmptyString;
1591
+ readonly kind: Schema.Literals<readonly ["dir", "file"]>;
1592
+ }>>;
1593
+ readonly configKeys: Schema.$Array<Schema.Struct<{
1594
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
1595
+ readonly file: Schema.NonEmptyString;
1596
+ readonly key: Schema.NonEmptyString;
1597
+ }>>;
1598
+ }>>;
1599
+ }>;
1600
+ }>]>;
1601
+ readonly vendorStatus: Schema.Union<readonly [Schema.Struct<{
1602
+ readonly state: Schema.Literal<"active">;
1603
+ }>, Schema.Struct<{
1604
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
1605
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
1606
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
1607
+ readonly state: Schema.Literal<"maintenance">;
1608
+ }>, Schema.Struct<{
1609
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
1610
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
1611
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
1612
+ readonly state: Schema.Literal<"deprecated">;
1613
+ }>, Schema.Struct<{
1614
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
1615
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
1616
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
1617
+ readonly state: Schema.Literal<"removed">;
1618
+ }>]>;
1619
+ readonly notes: Schema.NullOr<Schema.NonEmptyString>;
1620
+ readonly docs: Schema.$Array<Schema.Struct<{
1621
+ readonly label: Schema.NonEmptyString;
1622
+ readonly url: Schema.NonEmptyString;
1623
+ }>>;
1624
+ readonly sources: Schema.$Array<Schema.NonEmptyString>;
1625
+ readonly scopes: Schema.NonEmptyArray<Schema.Literals<readonly ["user", "project"]>>;
1626
+ }>, Schema.Struct<{
1627
+ readonly modeling: Schema.Literal<"native-unmodeled">;
1628
+ readonly availability: Schema.Union<readonly [Schema.Struct<{
1629
+ readonly via: Schema.Literal<"native">;
1630
+ }>, Schema.Struct<{
1631
+ readonly via: Schema.Literal<"plugin">;
1632
+ readonly provider: Schema.Literals<readonly ["first-party", "third-party"]>;
1633
+ readonly plugin: Schema.Struct<{
1634
+ readonly name: Schema.NonEmptyString;
1635
+ readonly homepage: Schema.NonEmptyString;
1636
+ readonly author: Schema.NullOr<Schema.NonEmptyString>;
1637
+ readonly distribution: Schema.Struct<{
1638
+ readonly mechanism: Schema.Literals<readonly ["agent-native", "npm", "git", "manual"]>;
1639
+ readonly installHint: Schema.NullOr<Schema.NonEmptyString>;
1640
+ readonly packageRef: Schema.NullOr<Schema.NonEmptyString>;
1641
+ }>;
1642
+ readonly detection: Schema.NullOr<Schema.Struct<{
1643
+ readonly paths: Schema.$Array<Schema.Struct<{
1644
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
1645
+ readonly path: Schema.NonEmptyString;
1646
+ readonly kind: Schema.Literals<readonly ["dir", "file"]>;
1647
+ }>>;
1648
+ readonly configKeys: Schema.$Array<Schema.Struct<{
1649
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
1650
+ readonly file: Schema.NonEmptyString;
1651
+ readonly key: Schema.NonEmptyString;
1652
+ }>>;
1653
+ }>>;
1654
+ }>;
1655
+ }>]>;
1656
+ readonly vendorStatus: Schema.Union<readonly [Schema.Struct<{
1657
+ readonly state: Schema.Literal<"active">;
1658
+ }>, Schema.Struct<{
1659
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
1660
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
1661
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
1662
+ readonly state: Schema.Literal<"maintenance">;
1663
+ }>, Schema.Struct<{
1664
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
1665
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
1666
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
1667
+ readonly state: Schema.Literal<"deprecated">;
1668
+ }>, Schema.Struct<{
1669
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
1670
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
1671
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
1672
+ readonly state: Schema.Literal<"removed">;
1673
+ }>]>;
1674
+ readonly notes: Schema.NullOr<Schema.NonEmptyString>;
1675
+ readonly docs: Schema.$Array<Schema.Struct<{
1676
+ readonly label: Schema.NonEmptyString;
1677
+ readonly url: Schema.NonEmptyString;
1678
+ }>>;
1679
+ readonly sources: Schema.$Array<Schema.NonEmptyString>;
1680
+ readonly scopes: Schema.NonEmptyArray<Schema.Literals<readonly ["user", "project"]>>;
1681
+ }>, Schema.Struct<{
1682
+ availability: Schema.Struct<{
1683
+ readonly via: Schema.Literal<"none">;
1684
+ }>;
1685
+ vendorStatus: Schema.Union<readonly [Schema.Struct<{
1686
+ readonly state: Schema.Literal<"active">;
1687
+ }>, Schema.Struct<{
1688
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
1689
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
1690
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
1691
+ readonly state: Schema.Literal<"maintenance">;
1692
+ }>, Schema.Struct<{
1693
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
1694
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
1695
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
1696
+ readonly state: Schema.Literal<"deprecated">;
1697
+ }>, Schema.Struct<{
1698
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
1699
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
1700
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
1701
+ readonly state: Schema.Literal<"removed">;
1702
+ }>]>;
1703
+ notes: Schema.NullOr<Schema.NonEmptyString>;
1704
+ docs: Schema.$Array<Schema.Struct<{
1705
+ readonly label: Schema.NonEmptyString;
1706
+ readonly url: Schema.NonEmptyString;
1707
+ }>>;
1708
+ sources: Schema.$Array<Schema.NonEmptyString>;
1709
+ }>]>;
1710
+ readonly axm: Schema.Struct<{
1711
+ readonly status: Schema.Literals<readonly ["supported", "planned", "unsupported", "unknown"]>;
1712
+ readonly lastVerified: Schema.NullOr<Schema.NonEmptyString>;
1713
+ readonly reason: Schema.optionalKey<Schema.NonEmptyString>;
1714
+ readonly writer: Schema.NullOr<Schema.Struct<{
1715
+ readonly serializer: Schema.Literals<readonly ["command-stdin"]>;
1716
+ readonly configFiles: Schema.NonEmptyArray<Schema.Struct<{
1717
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
1718
+ readonly path: Schema.NonEmptyString;
1719
+ readonly format: Schema.Literals<readonly ["json", "jsonc", "toml", "yaml", "starlark", "vscode-settings"]>;
1720
+ readonly gitignored: Schema.Boolean;
1721
+ }>>;
1722
+ readonly settingsKey: Schema.NonEmptyString;
1723
+ readonly eventMap: Schema.Literal<"native.events">;
1724
+ readonly matcherKind: Schema.Literals<readonly ["regex", "literal-list", "glob", "tool-category", "exact-substring", "none-imperative"]>;
1725
+ readonly matcherSerialization: Schema.Literals<readonly ["bare", "slash-delimited", "glob"]>;
1726
+ readonly timeoutSerialization: Schema.Literals<readonly ["seconds", "milliseconds"]>;
1727
+ readonly commandNameSerialization: Schema.Literals<readonly ["omit", "manifest"]>;
1728
+ }>>;
1729
+ }>;
1730
+ }>;
1731
+ /** @experimental This API is unstable and may change without notice. */
1732
+ export type HooksExtensionCapability = Schema.Schema.Type<typeof HooksExtensionCapabilitySchema>;
1733
+ /** @experimental This API is unstable and may change without notice. */
1734
+ export declare const PermissionGrammarSchema: Schema.Struct<{
1735
+ readonly style: Schema.Literals<readonly ["tool-call", "prefix", "regex", "glob", "starlark-rule"]>;
1736
+ readonly example: Schema.NonEmptyString;
1737
+ readonly notes: Schema.NullOr<Schema.NonEmptyString>;
1738
+ }>;
1739
+ /** @experimental This API is unstable and may change without notice. */
1740
+ export type PermissionGrammar = Schema.Schema.Type<typeof PermissionGrammarSchema>;
1741
+ /** @experimental This API is unstable and may change without notice. */
1742
+ export declare const PermissionPrerequisiteSchema: Schema.Struct<{
1743
+ readonly key: Schema.NonEmptyString;
1744
+ readonly value: Schema.NonEmptyString;
1745
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
1746
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
1747
+ }>;
1748
+ /** @experimental This API is unstable and may change without notice. */
1749
+ export type PermissionPrerequisite = Schema.Schema.Type<typeof PermissionPrerequisiteSchema>;
1750
+ /** @experimental This API is unstable and may change without notice. */
1751
+ export declare const PermissionCliFlagSchema: Schema.Struct<{
1752
+ readonly flag: Schema.NonEmptyString;
1753
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
1754
+ }>;
1755
+ /** @experimental This API is unstable and may change without notice. */
1756
+ export type PermissionCliFlag = Schema.Schema.Type<typeof PermissionCliFlagSchema>;
1757
+ /** @experimental This API is unstable and may change without notice. */
1758
+ export declare const PermissionGrantSchema: Schema.Struct<{
1759
+ readonly target: Schema.NonEmptyString;
1760
+ readonly patch: Schema.NullOr<Schema.Unknown>;
1761
+ readonly template: Schema.NullOr<Schema.NonEmptyString>;
1762
+ }>;
1763
+ /** @experimental This API is unstable and may change without notice. */
1764
+ export type PermissionGrant = Schema.Schema.Type<typeof PermissionGrantSchema>;
1765
+ /** @experimental This API is unstable and may change without notice. */
1766
+ export declare const PermissionsExtensionCapabilitySchema: Schema.Struct<{
1767
+ readonly native: Schema.Union<readonly [Schema.Struct<{
1768
+ readonly mechanism: Schema.NonEmptyArray<Schema.Literals<readonly ["config-file", "cli-flag", "ui-only"]>>;
1769
+ readonly configFiles: Schema.$Array<Schema.Struct<{
1770
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
1771
+ readonly path: Schema.NonEmptyString;
1772
+ readonly format: Schema.Literals<readonly ["json", "jsonc", "toml", "yaml", "starlark", "vscode-settings"]>;
1773
+ readonly gitignored: Schema.Boolean;
1774
+ }>>;
1775
+ readonly grammar: Schema.NullOr<Schema.Struct<{
1776
+ readonly style: Schema.Literals<readonly ["tool-call", "prefix", "regex", "glob", "starlark-rule"]>;
1777
+ readonly example: Schema.NonEmptyString;
1778
+ readonly notes: Schema.NullOr<Schema.NonEmptyString>;
1779
+ }>>;
1780
+ readonly prerequisites: Schema.$Array<Schema.Struct<{
1781
+ readonly key: Schema.NonEmptyString;
1782
+ readonly value: Schema.NonEmptyString;
1783
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
1784
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
1785
+ }>>;
1786
+ readonly cliFlags: Schema.$Array<Schema.Struct<{
1787
+ readonly flag: Schema.NonEmptyString;
1788
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
1789
+ }>>;
1790
+ readonly availability: Schema.Union<readonly [Schema.Struct<{
1791
+ readonly via: Schema.Literal<"native">;
1792
+ }>, Schema.Struct<{
1793
+ readonly via: Schema.Literal<"plugin">;
1794
+ readonly provider: Schema.Literals<readonly ["first-party", "third-party"]>;
1795
+ readonly plugin: Schema.Struct<{
1796
+ readonly name: Schema.NonEmptyString;
1797
+ readonly homepage: Schema.NonEmptyString;
1798
+ readonly author: Schema.NullOr<Schema.NonEmptyString>;
1799
+ readonly distribution: Schema.Struct<{
1800
+ readonly mechanism: Schema.Literals<readonly ["agent-native", "npm", "git", "manual"]>;
1801
+ readonly installHint: Schema.NullOr<Schema.NonEmptyString>;
1802
+ readonly packageRef: Schema.NullOr<Schema.NonEmptyString>;
1803
+ }>;
1804
+ readonly detection: Schema.NullOr<Schema.Struct<{
1805
+ readonly paths: Schema.$Array<Schema.Struct<{
1806
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
1807
+ readonly path: Schema.NonEmptyString;
1808
+ readonly kind: Schema.Literals<readonly ["dir", "file"]>;
1809
+ }>>;
1810
+ readonly configKeys: Schema.$Array<Schema.Struct<{
1811
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
1812
+ readonly file: Schema.NonEmptyString;
1813
+ readonly key: Schema.NonEmptyString;
1814
+ }>>;
1815
+ }>>;
1816
+ }>;
1817
+ }>]>;
1818
+ readonly vendorStatus: Schema.Union<readonly [Schema.Struct<{
1819
+ readonly state: Schema.Literal<"active">;
1820
+ }>, Schema.Struct<{
1821
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
1822
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
1823
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
1824
+ readonly state: Schema.Literal<"maintenance">;
1825
+ }>, Schema.Struct<{
1826
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
1827
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
1828
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
1829
+ readonly state: Schema.Literal<"deprecated">;
1830
+ }>, Schema.Struct<{
1831
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
1832
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
1833
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
1834
+ readonly state: Schema.Literal<"removed">;
1835
+ }>]>;
1836
+ readonly notes: Schema.NullOr<Schema.NonEmptyString>;
1837
+ readonly docs: Schema.$Array<Schema.Struct<{
1838
+ readonly label: Schema.NonEmptyString;
1839
+ readonly url: Schema.NonEmptyString;
1840
+ }>>;
1841
+ readonly sources: Schema.$Array<Schema.NonEmptyString>;
1842
+ readonly scopes: Schema.NonEmptyArray<Schema.Literals<readonly ["user", "project"]>>;
1843
+ }>, Schema.Struct<{
1844
+ availability: Schema.Struct<{
1845
+ readonly via: Schema.Literal<"none">;
1846
+ }>;
1847
+ vendorStatus: Schema.Union<readonly [Schema.Struct<{
1848
+ readonly state: Schema.Literal<"active">;
1849
+ }>, Schema.Struct<{
1850
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
1851
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
1852
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
1853
+ readonly state: Schema.Literal<"maintenance">;
1854
+ }>, Schema.Struct<{
1855
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
1856
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
1857
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
1858
+ readonly state: Schema.Literal<"deprecated">;
1859
+ }>, Schema.Struct<{
1860
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
1861
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
1862
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
1863
+ readonly state: Schema.Literal<"removed">;
1864
+ }>]>;
1865
+ notes: Schema.NullOr<Schema.NonEmptyString>;
1866
+ docs: Schema.$Array<Schema.Struct<{
1867
+ readonly label: Schema.NonEmptyString;
1868
+ readonly url: Schema.NonEmptyString;
1869
+ }>>;
1870
+ sources: Schema.$Array<Schema.NonEmptyString>;
1871
+ }>]>;
1872
+ readonly axm: Schema.Struct<{
1873
+ readonly status: Schema.Literals<readonly ["supported", "planned", "unsupported", "unknown"]>;
1874
+ readonly lastVerified: Schema.NullOr<Schema.NonEmptyString>;
1875
+ readonly reason: Schema.optionalKey<Schema.NonEmptyString>;
1876
+ readonly writer: Schema.NullOr<Schema.Struct<{
1877
+ readonly grants: Schema.$Record<Schema.String, Schema.Struct<{
1878
+ readonly target: Schema.NonEmptyString;
1879
+ readonly patch: Schema.NullOr<Schema.Unknown>;
1880
+ readonly template: Schema.NullOr<Schema.NonEmptyString>;
1881
+ }>>;
1882
+ }>>;
1883
+ }>;
1884
+ }>;
1885
+ /** @experimental This API is unstable and may change without notice. */
1886
+ export type PermissionsExtensionCapability = Schema.Schema.Type<typeof PermissionsExtensionCapabilitySchema>;
1887
+ /** @experimental This API is unstable and may change without notice. */
1888
+ export declare const AgentCapabilitiesSchema: Schema.Struct<{
1889
+ skill: Schema.Struct<{
1890
+ readonly native: Schema.Union<readonly [Schema.Struct<{
1891
+ readonly convention: Schema.Literals<readonly ["universal", "vendor"]>;
1892
+ readonly directory: Schema.NonEmptyString;
1893
+ readonly additionalReadPaths: Schema.optionalKey<Schema.withDecodingDefaultKey<Schema.$Array<Schema.Struct<{
1894
+ readonly path: Schema.NonEmptyString;
1895
+ readonly status: Schema.Literals<readonly ["canonical", "compat", "deprecated"]>;
1896
+ }>>, never>>;
1897
+ readonly standardsCompliance: Schema.Literals<readonly ["full", "parity", "partial", "none"]>;
1898
+ readonly availability: Schema.Union<readonly [Schema.Struct<{
1899
+ readonly via: Schema.Literal<"native">;
1900
+ }>, Schema.Struct<{
1901
+ readonly via: Schema.Literal<"plugin">;
1902
+ readonly provider: Schema.Literals<readonly ["first-party", "third-party"]>;
1903
+ readonly plugin: Schema.Struct<{
1904
+ readonly name: Schema.NonEmptyString;
1905
+ readonly homepage: Schema.NonEmptyString;
1906
+ readonly author: Schema.NullOr<Schema.NonEmptyString>;
1907
+ readonly distribution: Schema.Struct<{
1908
+ readonly mechanism: Schema.Literals<readonly ["agent-native", "npm", "git", "manual"]>;
1909
+ readonly installHint: Schema.NullOr<Schema.NonEmptyString>;
1910
+ readonly packageRef: Schema.NullOr<Schema.NonEmptyString>;
1911
+ }>;
1912
+ readonly detection: Schema.NullOr<Schema.Struct<{
1913
+ readonly paths: Schema.$Array<Schema.Struct<{
1914
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
1915
+ readonly path: Schema.NonEmptyString;
1916
+ readonly kind: Schema.Literals<readonly ["dir", "file"]>;
1917
+ }>>;
1918
+ readonly configKeys: Schema.$Array<Schema.Struct<{
1919
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
1920
+ readonly file: Schema.NonEmptyString;
1921
+ readonly key: Schema.NonEmptyString;
1922
+ }>>;
1923
+ }>>;
1924
+ }>;
1925
+ }>]>;
1926
+ readonly vendorStatus: Schema.Union<readonly [Schema.Struct<{
1927
+ readonly state: Schema.Literal<"active">;
1928
+ }>, Schema.Struct<{
1929
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
1930
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
1931
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
1932
+ readonly state: Schema.Literal<"maintenance">;
1933
+ }>, Schema.Struct<{
1934
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
1935
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
1936
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
1937
+ readonly state: Schema.Literal<"deprecated">;
1938
+ }>, Schema.Struct<{
1939
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
1940
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
1941
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
1942
+ readonly state: Schema.Literal<"removed">;
1943
+ }>]>;
1944
+ readonly notes: Schema.NullOr<Schema.NonEmptyString>;
1945
+ readonly docs: Schema.$Array<Schema.Struct<{
1946
+ readonly label: Schema.NonEmptyString;
1947
+ readonly url: Schema.NonEmptyString;
1948
+ }>>;
1949
+ readonly sources: Schema.$Array<Schema.NonEmptyString>;
1950
+ readonly scopes: Schema.NonEmptyArray<Schema.Literals<readonly ["user", "project"]>>;
1951
+ }>, Schema.Struct<{
1952
+ readonly convention: Schema.Literal<"hosted">;
1953
+ readonly standardsCompliance: Schema.Literals<readonly ["full", "parity", "partial", "none"]>;
1954
+ readonly availability: Schema.Union<readonly [Schema.Struct<{
1955
+ readonly via: Schema.Literal<"native">;
1956
+ }>, Schema.Struct<{
1957
+ readonly via: Schema.Literal<"plugin">;
1958
+ readonly provider: Schema.Literals<readonly ["first-party", "third-party"]>;
1959
+ readonly plugin: Schema.Struct<{
1960
+ readonly name: Schema.NonEmptyString;
1961
+ readonly homepage: Schema.NonEmptyString;
1962
+ readonly author: Schema.NullOr<Schema.NonEmptyString>;
1963
+ readonly distribution: Schema.Struct<{
1964
+ readonly mechanism: Schema.Literals<readonly ["agent-native", "npm", "git", "manual"]>;
1965
+ readonly installHint: Schema.NullOr<Schema.NonEmptyString>;
1966
+ readonly packageRef: Schema.NullOr<Schema.NonEmptyString>;
1967
+ }>;
1968
+ readonly detection: Schema.NullOr<Schema.Struct<{
1969
+ readonly paths: Schema.$Array<Schema.Struct<{
1970
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
1971
+ readonly path: Schema.NonEmptyString;
1972
+ readonly kind: Schema.Literals<readonly ["dir", "file"]>;
1973
+ }>>;
1974
+ readonly configKeys: Schema.$Array<Schema.Struct<{
1975
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
1976
+ readonly file: Schema.NonEmptyString;
1977
+ readonly key: Schema.NonEmptyString;
1978
+ }>>;
1979
+ }>>;
1980
+ }>;
1981
+ }>]>;
1982
+ readonly vendorStatus: Schema.Union<readonly [Schema.Struct<{
1983
+ readonly state: Schema.Literal<"active">;
1984
+ }>, Schema.Struct<{
1985
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
1986
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
1987
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
1988
+ readonly state: Schema.Literal<"maintenance">;
1989
+ }>, Schema.Struct<{
1990
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
1991
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
1992
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
1993
+ readonly state: Schema.Literal<"deprecated">;
1994
+ }>, Schema.Struct<{
1995
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
1996
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
1997
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
1998
+ readonly state: Schema.Literal<"removed">;
1999
+ }>]>;
2000
+ readonly notes: Schema.NullOr<Schema.NonEmptyString>;
2001
+ readonly docs: Schema.$Array<Schema.Struct<{
2002
+ readonly label: Schema.NonEmptyString;
2003
+ readonly url: Schema.NonEmptyString;
2004
+ }>>;
2005
+ readonly sources: Schema.$Array<Schema.NonEmptyString>;
2006
+ readonly scopes: Schema.NonEmptyArray<Schema.Literals<readonly ["user", "project"]>>;
2007
+ }>, Schema.Struct<{
2008
+ availability: Schema.Struct<{
2009
+ readonly via: Schema.Literal<"none">;
2010
+ }>;
2011
+ vendorStatus: Schema.Union<readonly [Schema.Struct<{
2012
+ readonly state: Schema.Literal<"active">;
2013
+ }>, Schema.Struct<{
2014
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
2015
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
2016
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
2017
+ readonly state: Schema.Literal<"maintenance">;
2018
+ }>, Schema.Struct<{
2019
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
2020
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
2021
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
2022
+ readonly state: Schema.Literal<"deprecated">;
2023
+ }>, Schema.Struct<{
2024
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
2025
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
2026
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
2027
+ readonly state: Schema.Literal<"removed">;
2028
+ }>]>;
2029
+ notes: Schema.NullOr<Schema.NonEmptyString>;
2030
+ docs: Schema.$Array<Schema.Struct<{
2031
+ readonly label: Schema.NonEmptyString;
2032
+ readonly url: Schema.NonEmptyString;
2033
+ }>>;
2034
+ sources: Schema.$Array<Schema.NonEmptyString>;
2035
+ }>]>;
2036
+ readonly axm: Schema.Struct<{
2037
+ readonly status: Schema.Literals<readonly ["supported", "planned", "unsupported", "unknown"]>;
2038
+ readonly lastVerified: Schema.NullOr<Schema.NonEmptyString>;
2039
+ readonly reason: Schema.optionalKey<Schema.NonEmptyString>;
2040
+ readonly writer: Schema.NullOr<Schema.Never>;
2041
+ }>;
2042
+ }>;
2043
+ "mcp-server": Schema.Union<readonly [Schema.Struct<{
2044
+ readonly native: Schema.Struct<{
2045
+ readonly transports: Schema.NonEmptyArray<Schema.Literals<readonly ["stdio", "http", "sse"]>>;
2046
+ readonly mcpEnvExpansion: Schema.optionalKey<Schema.Struct<{
2047
+ readonly variables: Schema.Literals<readonly ["none", "braced"]>;
2048
+ readonly defaults: Schema.Boolean;
2049
+ }>>;
2050
+ readonly standardsCompliance: Schema.Literals<readonly ["full", "parity", "partial", "none"]>;
2051
+ readonly convention: Schema.Literals<readonly ["universal", "vendor", "hosted"]>;
2052
+ readonly availability: Schema.Union<readonly [Schema.Struct<{
2053
+ readonly via: Schema.Literal<"native">;
2054
+ }>, Schema.Struct<{
2055
+ readonly via: Schema.Literal<"plugin">;
2056
+ readonly provider: Schema.Literals<readonly ["first-party", "third-party"]>;
2057
+ readonly plugin: Schema.Struct<{
2058
+ readonly name: Schema.NonEmptyString;
2059
+ readonly homepage: Schema.NonEmptyString;
2060
+ readonly author: Schema.NullOr<Schema.NonEmptyString>;
2061
+ readonly distribution: Schema.Struct<{
2062
+ readonly mechanism: Schema.Literals<readonly ["agent-native", "npm", "git", "manual"]>;
2063
+ readonly installHint: Schema.NullOr<Schema.NonEmptyString>;
2064
+ readonly packageRef: Schema.NullOr<Schema.NonEmptyString>;
2065
+ }>;
2066
+ readonly detection: Schema.NullOr<Schema.Struct<{
2067
+ readonly paths: Schema.$Array<Schema.Struct<{
2068
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
2069
+ readonly path: Schema.NonEmptyString;
2070
+ readonly kind: Schema.Literals<readonly ["dir", "file"]>;
2071
+ }>>;
2072
+ readonly configKeys: Schema.$Array<Schema.Struct<{
2073
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
2074
+ readonly file: Schema.NonEmptyString;
2075
+ readonly key: Schema.NonEmptyString;
2076
+ }>>;
2077
+ }>>;
2078
+ }>;
2079
+ }>]>;
2080
+ readonly vendorStatus: Schema.Union<readonly [Schema.Struct<{
2081
+ readonly state: Schema.Literal<"active">;
2082
+ }>, Schema.Struct<{
2083
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
2084
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
2085
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
2086
+ readonly state: Schema.Literal<"maintenance">;
2087
+ }>, Schema.Struct<{
2088
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
2089
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
2090
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
2091
+ readonly state: Schema.Literal<"deprecated">;
2092
+ }>, Schema.Struct<{
2093
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
2094
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
2095
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
2096
+ readonly state: Schema.Literal<"removed">;
2097
+ }>]>;
2098
+ readonly notes: Schema.NullOr<Schema.NonEmptyString>;
2099
+ readonly docs: Schema.$Array<Schema.Struct<{
2100
+ readonly label: Schema.NonEmptyString;
2101
+ readonly url: Schema.NonEmptyString;
2102
+ }>>;
2103
+ readonly sources: Schema.$Array<Schema.NonEmptyString>;
2104
+ readonly scopes: Schema.NonEmptyArray<Schema.Literals<readonly ["user", "project"]>>;
2105
+ }>;
2106
+ readonly axm: Schema.Struct<{
2107
+ readonly status: Schema.Literals<readonly ["supported", "planned", "unsupported", "unknown"]>;
2108
+ readonly lastVerified: Schema.NullOr<Schema.NonEmptyString>;
2109
+ readonly reason: Schema.optionalKey<Schema.NonEmptyString>;
2110
+ readonly writer: Schema.NullOr<Schema.Struct<{
2111
+ readonly config: Schema.Struct<{
2112
+ readonly serversKey: Schema.Literals<readonly ["mcpServers", "servers", "mcp", "mcp_servers", "context_servers"]>;
2113
+ readonly activationField: Schema.Struct<{
2114
+ readonly required: Schema.NullOr<Schema.Struct<{
2115
+ readonly name: Schema.NonEmptyString;
2116
+ readonly enabled: Schema.Boolean;
2117
+ readonly disabled: Schema.Boolean;
2118
+ }>>;
2119
+ readonly accepted: Schema.NonEmptyArray<Schema.NullOr<Schema.Struct<{
2120
+ readonly name: Schema.NonEmptyString;
2121
+ readonly enabled: Schema.Boolean;
2122
+ readonly disabled: Schema.Boolean;
2123
+ }>>>;
2124
+ }>;
2125
+ readonly targets: Schema.$Array<Schema.Struct<{
2126
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
2127
+ readonly path: Schema.NonEmptyString;
2128
+ readonly format: Schema.Literals<readonly ["json", "jsonc", "toml", "yaml", "starlark", "vscode-settings"]>;
2129
+ readonly attribution: Schema.Literals<readonly ["shared", "agent"]>;
2130
+ }>>;
2131
+ readonly stdio: Schema.NullOr<Schema.Struct<{
2132
+ readonly typeField: Schema.Struct<{
2133
+ readonly required: Schema.NullOr<Schema.Struct<{
2134
+ readonly name: Schema.NonEmptyString;
2135
+ readonly value: Schema.Union<readonly [Schema.NonEmptyString, Schema.Struct<{
2136
+ readonly "streamable-http": Schema.NonEmptyString;
2137
+ readonly sse: Schema.optionalKey<Schema.NonEmptyString>;
2138
+ }>]>;
2139
+ }>>;
2140
+ readonly accepted: Schema.NonEmptyArray<Schema.NullOr<Schema.Struct<{
2141
+ readonly name: Schema.NonEmptyString;
2142
+ readonly value: Schema.Union<readonly [Schema.NonEmptyString, Schema.Struct<{
2143
+ readonly "streamable-http": Schema.NonEmptyString;
2144
+ readonly sse: Schema.optionalKey<Schema.NonEmptyString>;
2145
+ }>]>;
2146
+ }>>>;
2147
+ }>;
2148
+ readonly command: Schema.Literals<readonly ["split", "array"]>;
2149
+ readonly envKey: Schema.NullOr<Schema.NonEmptyString>;
2150
+ }>>;
2151
+ readonly remote: Schema.NullOr<Schema.Struct<{
2152
+ readonly typeField: Schema.Struct<{
2153
+ readonly required: Schema.NullOr<Schema.Struct<{
2154
+ readonly name: Schema.NonEmptyString;
2155
+ readonly value: Schema.Union<readonly [Schema.NonEmptyString, Schema.Struct<{
2156
+ readonly "streamable-http": Schema.NonEmptyString;
2157
+ readonly sse: Schema.optionalKey<Schema.NonEmptyString>;
2158
+ }>]>;
2159
+ }>>;
2160
+ readonly accepted: Schema.NonEmptyArray<Schema.NullOr<Schema.Struct<{
2161
+ readonly name: Schema.NonEmptyString;
2162
+ readonly value: Schema.Union<readonly [Schema.NonEmptyString, Schema.Struct<{
2163
+ readonly "streamable-http": Schema.NonEmptyString;
2164
+ readonly sse: Schema.optionalKey<Schema.NonEmptyString>;
2165
+ }>]>;
2166
+ }>>>;
2167
+ }>;
2168
+ readonly urlKey: Schema.Struct<{
2169
+ readonly "streamable-http": Schema.NonEmptyString;
2170
+ readonly sse: Schema.optionalKey<Schema.NonEmptyString>;
2171
+ }>;
2172
+ readonly headersKey: Schema.NullOr<Schema.NonEmptyString>;
2173
+ readonly bearerTokenEnvKey: Schema.optionalKey<Schema.NullOr<Schema.NonEmptyString>>;
2174
+ readonly envHeadersKey: Schema.optionalKey<Schema.NullOr<Schema.NonEmptyString>>;
2175
+ }>>;
2176
+ }>;
2177
+ }>>;
2178
+ }>;
2179
+ }>, Schema.Struct<{
2180
+ readonly native: Schema.Struct<{
2181
+ availability: Schema.Struct<{
2182
+ readonly via: Schema.Literal<"none">;
2183
+ }>;
2184
+ vendorStatus: Schema.Union<readonly [Schema.Struct<{
2185
+ readonly state: Schema.Literal<"active">;
2186
+ }>, Schema.Struct<{
2187
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
2188
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
2189
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
2190
+ readonly state: Schema.Literal<"maintenance">;
2191
+ }>, Schema.Struct<{
2192
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
2193
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
2194
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
2195
+ readonly state: Schema.Literal<"deprecated">;
2196
+ }>, Schema.Struct<{
2197
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
2198
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
2199
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
2200
+ readonly state: Schema.Literal<"removed">;
2201
+ }>]>;
2202
+ notes: Schema.NullOr<Schema.NonEmptyString>;
2203
+ docs: Schema.$Array<Schema.Struct<{
2204
+ readonly label: Schema.NonEmptyString;
2205
+ readonly url: Schema.NonEmptyString;
2206
+ }>>;
2207
+ sources: Schema.$Array<Schema.NonEmptyString>;
2208
+ }>;
2209
+ readonly axm: Schema.Struct<{
2210
+ readonly status: Schema.Literals<readonly ["supported", "planned", "unsupported", "unknown"]>;
2211
+ readonly lastVerified: Schema.NullOr<Schema.NonEmptyString>;
2212
+ readonly reason: Schema.optionalKey<Schema.NonEmptyString>;
2213
+ readonly writer: Schema.NullOr<Schema.Struct<{
2214
+ readonly config: Schema.Struct<{
2215
+ readonly serversKey: Schema.Literals<readonly ["mcpServers", "servers", "mcp", "mcp_servers", "context_servers"]>;
2216
+ readonly activationField: Schema.Struct<{
2217
+ readonly required: Schema.NullOr<Schema.Struct<{
2218
+ readonly name: Schema.NonEmptyString;
2219
+ readonly enabled: Schema.Boolean;
2220
+ readonly disabled: Schema.Boolean;
2221
+ }>>;
2222
+ readonly accepted: Schema.NonEmptyArray<Schema.NullOr<Schema.Struct<{
2223
+ readonly name: Schema.NonEmptyString;
2224
+ readonly enabled: Schema.Boolean;
2225
+ readonly disabled: Schema.Boolean;
2226
+ }>>>;
2227
+ }>;
2228
+ readonly targets: Schema.$Array<Schema.Struct<{
2229
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
2230
+ readonly path: Schema.NonEmptyString;
2231
+ readonly format: Schema.Literals<readonly ["json", "jsonc", "toml", "yaml", "starlark", "vscode-settings"]>;
2232
+ readonly attribution: Schema.Literals<readonly ["shared", "agent"]>;
2233
+ }>>;
2234
+ readonly stdio: Schema.NullOr<Schema.Struct<{
2235
+ readonly typeField: Schema.Struct<{
2236
+ readonly required: Schema.NullOr<Schema.Struct<{
2237
+ readonly name: Schema.NonEmptyString;
2238
+ readonly value: Schema.Union<readonly [Schema.NonEmptyString, Schema.Struct<{
2239
+ readonly "streamable-http": Schema.NonEmptyString;
2240
+ readonly sse: Schema.optionalKey<Schema.NonEmptyString>;
2241
+ }>]>;
2242
+ }>>;
2243
+ readonly accepted: Schema.NonEmptyArray<Schema.NullOr<Schema.Struct<{
2244
+ readonly name: Schema.NonEmptyString;
2245
+ readonly value: Schema.Union<readonly [Schema.NonEmptyString, Schema.Struct<{
2246
+ readonly "streamable-http": Schema.NonEmptyString;
2247
+ readonly sse: Schema.optionalKey<Schema.NonEmptyString>;
2248
+ }>]>;
2249
+ }>>>;
2250
+ }>;
2251
+ readonly command: Schema.Literals<readonly ["split", "array"]>;
2252
+ readonly envKey: Schema.NullOr<Schema.NonEmptyString>;
2253
+ }>>;
2254
+ readonly remote: Schema.NullOr<Schema.Struct<{
2255
+ readonly typeField: Schema.Struct<{
2256
+ readonly required: Schema.NullOr<Schema.Struct<{
2257
+ readonly name: Schema.NonEmptyString;
2258
+ readonly value: Schema.Union<readonly [Schema.NonEmptyString, Schema.Struct<{
2259
+ readonly "streamable-http": Schema.NonEmptyString;
2260
+ readonly sse: Schema.optionalKey<Schema.NonEmptyString>;
2261
+ }>]>;
2262
+ }>>;
2263
+ readonly accepted: Schema.NonEmptyArray<Schema.NullOr<Schema.Struct<{
2264
+ readonly name: Schema.NonEmptyString;
2265
+ readonly value: Schema.Union<readonly [Schema.NonEmptyString, Schema.Struct<{
2266
+ readonly "streamable-http": Schema.NonEmptyString;
2267
+ readonly sse: Schema.optionalKey<Schema.NonEmptyString>;
2268
+ }>]>;
2269
+ }>>>;
2270
+ }>;
2271
+ readonly urlKey: Schema.Struct<{
2272
+ readonly "streamable-http": Schema.NonEmptyString;
2273
+ readonly sse: Schema.optionalKey<Schema.NonEmptyString>;
2274
+ }>;
2275
+ readonly headersKey: Schema.NullOr<Schema.NonEmptyString>;
2276
+ readonly bearerTokenEnvKey: Schema.optionalKey<Schema.NullOr<Schema.NonEmptyString>>;
2277
+ readonly envHeadersKey: Schema.optionalKey<Schema.NullOr<Schema.NonEmptyString>>;
2278
+ }>>;
2279
+ }>;
2280
+ }>>;
2281
+ }>;
2282
+ }>]>;
2283
+ subagent: Schema.Struct<{
2284
+ readonly native: Schema.Union<readonly [Schema.Struct<{
2285
+ readonly availability: Schema.Struct<{
2286
+ readonly via: Schema.Literal<"native">;
2287
+ }>;
2288
+ readonly directory: Schema.NonEmptyString;
2289
+ readonly layout: Schema.Literals<readonly ["file", "directory"]>;
2290
+ readonly vendorStatus: Schema.Union<readonly [Schema.Struct<{
2291
+ readonly state: Schema.Literal<"active">;
2292
+ }>, Schema.Struct<{
2293
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
2294
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
2295
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
2296
+ readonly state: Schema.Literal<"maintenance">;
2297
+ }>, Schema.Struct<{
2298
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
2299
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
2300
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
2301
+ readonly state: Schema.Literal<"deprecated">;
2302
+ }>, Schema.Struct<{
2303
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
2304
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
2305
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
2306
+ readonly state: Schema.Literal<"removed">;
2307
+ }>]>;
2308
+ readonly notes: Schema.NullOr<Schema.NonEmptyString>;
2309
+ readonly docs: Schema.$Array<Schema.Struct<{
2310
+ readonly label: Schema.NonEmptyString;
2311
+ readonly url: Schema.NonEmptyString;
2312
+ }>>;
2313
+ readonly sources: Schema.$Array<Schema.NonEmptyString>;
2314
+ readonly scopes: Schema.NonEmptyArray<Schema.Literals<readonly ["user", "project"]>>;
2315
+ }>, Schema.Struct<{
2316
+ readonly availability: Schema.Struct<{
2317
+ readonly via: Schema.Literal<"plugin">;
2318
+ readonly provider: Schema.Literals<readonly ["first-party", "third-party"]>;
2319
+ readonly plugin: Schema.Struct<{
2320
+ readonly name: Schema.NonEmptyString;
2321
+ readonly homepage: Schema.NonEmptyString;
2322
+ readonly author: Schema.NullOr<Schema.NonEmptyString>;
2323
+ readonly distribution: Schema.Struct<{
2324
+ readonly mechanism: Schema.Literals<readonly ["agent-native", "npm", "git", "manual"]>;
2325
+ readonly installHint: Schema.NullOr<Schema.NonEmptyString>;
2326
+ readonly packageRef: Schema.NullOr<Schema.NonEmptyString>;
2327
+ }>;
2328
+ readonly detection: Schema.NullOr<Schema.Struct<{
2329
+ readonly paths: Schema.$Array<Schema.Struct<{
2330
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
2331
+ readonly path: Schema.NonEmptyString;
2332
+ readonly kind: Schema.Literals<readonly ["dir", "file"]>;
2333
+ }>>;
2334
+ readonly configKeys: Schema.$Array<Schema.Struct<{
2335
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
2336
+ readonly file: Schema.NonEmptyString;
2337
+ readonly key: Schema.NonEmptyString;
2338
+ }>>;
2339
+ }>>;
2340
+ }>;
2341
+ }>;
2342
+ readonly vendorStatus: Schema.Union<readonly [Schema.Struct<{
2343
+ readonly state: Schema.Literal<"active">;
2344
+ }>, Schema.Struct<{
2345
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
2346
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
2347
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
2348
+ readonly state: Schema.Literal<"maintenance">;
2349
+ }>, Schema.Struct<{
2350
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
2351
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
2352
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
2353
+ readonly state: Schema.Literal<"deprecated">;
2354
+ }>, Schema.Struct<{
2355
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
2356
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
2357
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
2358
+ readonly state: Schema.Literal<"removed">;
2359
+ }>]>;
2360
+ readonly notes: Schema.NullOr<Schema.NonEmptyString>;
2361
+ readonly docs: Schema.$Array<Schema.Struct<{
2362
+ readonly label: Schema.NonEmptyString;
2363
+ readonly url: Schema.NonEmptyString;
2364
+ }>>;
2365
+ readonly sources: Schema.$Array<Schema.NonEmptyString>;
2366
+ readonly scopes: Schema.NonEmptyArray<Schema.Literals<readonly ["user", "project"]>>;
2367
+ }>, Schema.Struct<{
2368
+ availability: Schema.Struct<{
2369
+ readonly via: Schema.Literal<"none">;
2370
+ }>;
2371
+ vendorStatus: Schema.Union<readonly [Schema.Struct<{
2372
+ readonly state: Schema.Literal<"active">;
2373
+ }>, Schema.Struct<{
2374
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
2375
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
2376
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
2377
+ readonly state: Schema.Literal<"maintenance">;
2378
+ }>, Schema.Struct<{
2379
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
2380
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
2381
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
2382
+ readonly state: Schema.Literal<"deprecated">;
2383
+ }>, Schema.Struct<{
2384
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
2385
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
2386
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
2387
+ readonly state: Schema.Literal<"removed">;
2388
+ }>]>;
2389
+ notes: Schema.NullOr<Schema.NonEmptyString>;
2390
+ docs: Schema.$Array<Schema.Struct<{
2391
+ readonly label: Schema.NonEmptyString;
2392
+ readonly url: Schema.NonEmptyString;
2393
+ }>>;
2394
+ sources: Schema.$Array<Schema.NonEmptyString>;
2395
+ }>]>;
2396
+ readonly axm: Schema.Struct<{
2397
+ readonly status: Schema.Literals<readonly ["supported", "planned", "unsupported", "unknown"]>;
2398
+ readonly lastVerified: Schema.NullOr<Schema.NonEmptyString>;
2399
+ readonly reason: Schema.optionalKey<Schema.NonEmptyString>;
2400
+ readonly writer: Schema.NullOr<Schema.Never>;
2401
+ }>;
2402
+ }>;
2403
+ hook: Schema.Struct<{
2404
+ readonly native: Schema.Union<readonly [Schema.Struct<{
2405
+ readonly mechanism: Schema.NonEmptyArray<Schema.Literals<readonly ["command-stdin", "raw"]>>;
2406
+ readonly configFiles: Schema.$Array<Schema.Struct<{
2407
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
2408
+ readonly path: Schema.NonEmptyString;
2409
+ readonly format: Schema.Literals<readonly ["json", "jsonc", "toml", "yaml", "starlark", "vscode-settings"]>;
2410
+ readonly gitignored: Schema.Boolean;
2411
+ }>>;
2412
+ readonly events: Schema.NonEmptyArray<Schema.Struct<{
2413
+ readonly sources: Schema.NonEmptyArray<Schema.NonEmptyString>;
2414
+ readonly lastVerified: Schema.NonEmptyString;
2415
+ readonly nativeName: Schema.NonEmptyString;
2416
+ readonly canonical: Schema.Literals<readonly ["session.start", "prompt.submit", "turn.end", "tool.pre", "tool.post", "subagent.stop", "compaction.pre"]>;
2417
+ readonly matcher: Schema.Struct<{
2418
+ readonly kind: Schema.Literals<readonly ["regex", "literal-list", "glob", "tool-category", "exact-substring", "none-imperative"]>;
2419
+ readonly example: Schema.NullOr<Schema.NonEmptyString>;
2420
+ readonly notes: Schema.NullOr<Schema.NonEmptyString>;
2421
+ }>;
2422
+ readonly decision: Schema.NonEmptyArray<Schema.Union<readonly [Schema.Struct<{
2423
+ readonly kind: Schema.Literal<"observe">;
2424
+ }>, Schema.Struct<{
2425
+ readonly kind: Schema.Literal<"block">;
2426
+ readonly outcomes: Schema.NonEmptyArray<Schema.Literals<readonly ["allow", "deny", "ask"]>>;
2427
+ }>, Schema.Struct<{
2428
+ readonly kind: Schema.Literal<"modify">;
2429
+ readonly operations: Schema.NonEmptyArray<Schema.Literals<readonly ["modify-input", "inject-context", "modify-output", "synthesize", "redact"]>>;
2430
+ }>]>>;
2431
+ }>>;
2432
+ readonly tools: Schema.$Array<Schema.Struct<{
2433
+ readonly sources: Schema.NonEmptyArray<Schema.NonEmptyString>;
2434
+ readonly lastVerified: Schema.NonEmptyString;
2435
+ readonly nativeName: Schema.NonEmptyString;
2436
+ readonly canonical: Schema.Literals<readonly ["file.read", "file.write", "file.edit", "shell.exec", "web.fetch", "mcp.call"]>;
2437
+ }>>;
2438
+ readonly availability: Schema.Union<readonly [Schema.Struct<{
2439
+ readonly via: Schema.Literal<"native">;
2440
+ }>, Schema.Struct<{
2441
+ readonly via: Schema.Literal<"plugin">;
2442
+ readonly provider: Schema.Literals<readonly ["first-party", "third-party"]>;
2443
+ readonly plugin: Schema.Struct<{
2444
+ readonly name: Schema.NonEmptyString;
2445
+ readonly homepage: Schema.NonEmptyString;
2446
+ readonly author: Schema.NullOr<Schema.NonEmptyString>;
2447
+ readonly distribution: Schema.Struct<{
2448
+ readonly mechanism: Schema.Literals<readonly ["agent-native", "npm", "git", "manual"]>;
2449
+ readonly installHint: Schema.NullOr<Schema.NonEmptyString>;
2450
+ readonly packageRef: Schema.NullOr<Schema.NonEmptyString>;
2451
+ }>;
2452
+ readonly detection: Schema.NullOr<Schema.Struct<{
2453
+ readonly paths: Schema.$Array<Schema.Struct<{
2454
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
2455
+ readonly path: Schema.NonEmptyString;
2456
+ readonly kind: Schema.Literals<readonly ["dir", "file"]>;
2457
+ }>>;
2458
+ readonly configKeys: Schema.$Array<Schema.Struct<{
2459
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
2460
+ readonly file: Schema.NonEmptyString;
2461
+ readonly key: Schema.NonEmptyString;
2462
+ }>>;
2463
+ }>>;
2464
+ }>;
2465
+ }>]>;
2466
+ readonly vendorStatus: Schema.Union<readonly [Schema.Struct<{
2467
+ readonly state: Schema.Literal<"active">;
2468
+ }>, Schema.Struct<{
2469
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
2470
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
2471
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
2472
+ readonly state: Schema.Literal<"maintenance">;
2473
+ }>, Schema.Struct<{
2474
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
2475
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
2476
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
2477
+ readonly state: Schema.Literal<"deprecated">;
2478
+ }>, Schema.Struct<{
2479
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
2480
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
2481
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
2482
+ readonly state: Schema.Literal<"removed">;
2483
+ }>]>;
2484
+ readonly notes: Schema.NullOr<Schema.NonEmptyString>;
2485
+ readonly docs: Schema.$Array<Schema.Struct<{
2486
+ readonly label: Schema.NonEmptyString;
2487
+ readonly url: Schema.NonEmptyString;
2488
+ }>>;
2489
+ readonly sources: Schema.$Array<Schema.NonEmptyString>;
2490
+ readonly scopes: Schema.NonEmptyArray<Schema.Literals<readonly ["user", "project"]>>;
2491
+ }>, Schema.Struct<{
2492
+ readonly modeling: Schema.Literal<"native-unmodeled">;
2493
+ readonly availability: Schema.Union<readonly [Schema.Struct<{
2494
+ readonly via: Schema.Literal<"native">;
2495
+ }>, Schema.Struct<{
2496
+ readonly via: Schema.Literal<"plugin">;
2497
+ readonly provider: Schema.Literals<readonly ["first-party", "third-party"]>;
2498
+ readonly plugin: Schema.Struct<{
2499
+ readonly name: Schema.NonEmptyString;
2500
+ readonly homepage: Schema.NonEmptyString;
2501
+ readonly author: Schema.NullOr<Schema.NonEmptyString>;
2502
+ readonly distribution: Schema.Struct<{
2503
+ readonly mechanism: Schema.Literals<readonly ["agent-native", "npm", "git", "manual"]>;
2504
+ readonly installHint: Schema.NullOr<Schema.NonEmptyString>;
2505
+ readonly packageRef: Schema.NullOr<Schema.NonEmptyString>;
2506
+ }>;
2507
+ readonly detection: Schema.NullOr<Schema.Struct<{
2508
+ readonly paths: Schema.$Array<Schema.Struct<{
2509
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
2510
+ readonly path: Schema.NonEmptyString;
2511
+ readonly kind: Schema.Literals<readonly ["dir", "file"]>;
2512
+ }>>;
2513
+ readonly configKeys: Schema.$Array<Schema.Struct<{
2514
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
2515
+ readonly file: Schema.NonEmptyString;
2516
+ readonly key: Schema.NonEmptyString;
2517
+ }>>;
2518
+ }>>;
2519
+ }>;
2520
+ }>]>;
2521
+ readonly vendorStatus: Schema.Union<readonly [Schema.Struct<{
2522
+ readonly state: Schema.Literal<"active">;
2523
+ }>, Schema.Struct<{
2524
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
2525
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
2526
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
2527
+ readonly state: Schema.Literal<"maintenance">;
2528
+ }>, Schema.Struct<{
2529
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
2530
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
2531
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
2532
+ readonly state: Schema.Literal<"deprecated">;
2533
+ }>, Schema.Struct<{
2534
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
2535
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
2536
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
2537
+ readonly state: Schema.Literal<"removed">;
2538
+ }>]>;
2539
+ readonly notes: Schema.NullOr<Schema.NonEmptyString>;
2540
+ readonly docs: Schema.$Array<Schema.Struct<{
2541
+ readonly label: Schema.NonEmptyString;
2542
+ readonly url: Schema.NonEmptyString;
2543
+ }>>;
2544
+ readonly sources: Schema.$Array<Schema.NonEmptyString>;
2545
+ readonly scopes: Schema.NonEmptyArray<Schema.Literals<readonly ["user", "project"]>>;
2546
+ }>, Schema.Struct<{
2547
+ availability: Schema.Struct<{
2548
+ readonly via: Schema.Literal<"none">;
2549
+ }>;
2550
+ vendorStatus: Schema.Union<readonly [Schema.Struct<{
2551
+ readonly state: Schema.Literal<"active">;
2552
+ }>, Schema.Struct<{
2553
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
2554
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
2555
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
2556
+ readonly state: Schema.Literal<"maintenance">;
2557
+ }>, Schema.Struct<{
2558
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
2559
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
2560
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
2561
+ readonly state: Schema.Literal<"deprecated">;
2562
+ }>, Schema.Struct<{
2563
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
2564
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
2565
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
2566
+ readonly state: Schema.Literal<"removed">;
2567
+ }>]>;
2568
+ notes: Schema.NullOr<Schema.NonEmptyString>;
2569
+ docs: Schema.$Array<Schema.Struct<{
2570
+ readonly label: Schema.NonEmptyString;
2571
+ readonly url: Schema.NonEmptyString;
2572
+ }>>;
2573
+ sources: Schema.$Array<Schema.NonEmptyString>;
2574
+ }>]>;
2575
+ readonly axm: Schema.Struct<{
2576
+ readonly status: Schema.Literals<readonly ["supported", "planned", "unsupported", "unknown"]>;
2577
+ readonly lastVerified: Schema.NullOr<Schema.NonEmptyString>;
2578
+ readonly reason: Schema.optionalKey<Schema.NonEmptyString>;
2579
+ readonly writer: Schema.NullOr<Schema.Struct<{
2580
+ readonly serializer: Schema.Literals<readonly ["command-stdin"]>;
2581
+ readonly configFiles: Schema.NonEmptyArray<Schema.Struct<{
2582
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
2583
+ readonly path: Schema.NonEmptyString;
2584
+ readonly format: Schema.Literals<readonly ["json", "jsonc", "toml", "yaml", "starlark", "vscode-settings"]>;
2585
+ readonly gitignored: Schema.Boolean;
2586
+ }>>;
2587
+ readonly settingsKey: Schema.NonEmptyString;
2588
+ readonly eventMap: Schema.Literal<"native.events">;
2589
+ readonly matcherKind: Schema.Literals<readonly ["regex", "literal-list", "glob", "tool-category", "exact-substring", "none-imperative"]>;
2590
+ readonly matcherSerialization: Schema.Literals<readonly ["bare", "slash-delimited", "glob"]>;
2591
+ readonly timeoutSerialization: Schema.Literals<readonly ["seconds", "milliseconds"]>;
2592
+ readonly commandNameSerialization: Schema.Literals<readonly ["omit", "manifest"]>;
2593
+ }>>;
2594
+ }>;
2595
+ }>;
2596
+ }>;
2597
+ /** @experimental This API is unstable and may change without notice. */
2598
+ export type AgentCapabilities = Schema.Schema.Type<typeof AgentCapabilitiesSchema>;
2599
+ /** @experimental This API is unstable and may change without notice. */
2600
+ export type AgentExtensionCapability = AgentCapabilities[PerAgentType] | RulesExtensionCapability;
2601
+ /** @experimental This API is unstable and may change without notice. */
2602
+ export type NativeCapability = AgentExtensionCapability["native"];
2603
+ /** @experimental This API is unstable and may change without notice. */
2604
+ export type AxmCapabilityState = AgentExtensionCapability["axm"];
2605
+ /** @experimental This API is unstable and may change without notice. */
2606
+ export declare const AgentLifecycleStateSchema: Schema.Literals<readonly ["active", "deprecated", "retired"]>;
2607
+ /** @experimental This API is unstable and may change without notice. */
2608
+ export type AgentLifecycleState = Schema.Schema.Type<typeof AgentLifecycleStateSchema>;
2609
+ /** @experimental This API is unstable and may change without notice. */
2610
+ export declare const AgentLifecycleSchema: Schema.Union<readonly [Schema.Struct<{
2611
+ readonly state: Schema.Literal<"active">;
2612
+ }>, Schema.Struct<{
2613
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
2614
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
2615
+ readonly supersededBy: Schema.NullOr<Schema.NonEmptyString>;
2616
+ readonly state: Schema.Literal<"deprecated">;
2617
+ }>, Schema.Struct<{
2618
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
2619
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
2620
+ readonly supersededBy: Schema.NullOr<Schema.NonEmptyString>;
2621
+ readonly state: Schema.Literal<"retired">;
2622
+ }>]>;
2623
+ /** @experimental This API is unstable and may change without notice. */
2624
+ export type AgentLifecycle = Schema.Schema.Type<typeof AgentLifecycleSchema>;
2625
+ /** @experimental This API is unstable and may change without notice. */
2626
+ export declare const CapabilityTargetingEntrySchema: Schema.Struct<{
2627
+ readonly grades: Schema.$Array<Schema.NonEmptyString>;
2628
+ readonly nouns: Schema.$Record<Schema.String, Schema.NonEmptyString>;
2629
+ readonly affordances: Schema.$Record<Schema.String, Schema.NonEmptyString>;
2630
+ }>;
2631
+ /** @experimental This API is unstable and may change without notice. */
2632
+ export declare const CapabilityTargetingSchema: Schema.Struct<{
2633
+ readonly extends: Schema.NullOr<Schema.NonEmptyString>;
2634
+ readonly capabilities: Schema.$Record<Schema.String, Schema.Struct<{
2635
+ readonly grades: Schema.$Array<Schema.NonEmptyString>;
2636
+ readonly nouns: Schema.$Record<Schema.String, Schema.NonEmptyString>;
2637
+ readonly affordances: Schema.$Record<Schema.String, Schema.NonEmptyString>;
2638
+ }>>;
2639
+ }>;
2640
+ /** @experimental This API is unstable and may change without notice. */
2641
+ export declare const HostedInstallDeliverySchema: Schema.Literals<readonly ["upload", "directory"]>;
2642
+ /** @experimental This API is unstable and may change without notice. */
2643
+ export type HostedInstallDelivery = Schema.Schema.Type<typeof HostedInstallDeliverySchema>;
2644
+ /** @experimental This API is unstable and may change without notice. */
2645
+ export declare const HostedInstallArtifactSchema: Schema.Literals<readonly ["directory", "zip", "skill-file-or-zip"]>;
2646
+ /** @experimental This API is unstable and may change without notice. */
2647
+ export type HostedInstallArtifact = Schema.Schema.Type<typeof HostedInstallArtifactSchema>;
2648
+ /** @experimental This API is unstable and may change without notice. */
2649
+ export declare const HostedInstallTargetSchema: Schema.Struct<{
2650
+ readonly kind: Schema.Literal<"hosted">;
2651
+ readonly delivery: Schema.NonEmptyArray<Schema.Literals<readonly ["upload", "directory"]>>;
2652
+ readonly artifact: Schema.Literals<readonly ["directory", "zip", "skill-file-or-zip"]>;
2653
+ readonly instructions: Schema.NonEmptyString;
2654
+ readonly docs: Schema.NonEmptyString;
2655
+ }>;
2656
+ /** @experimental This API is unstable and may change without notice. */
2657
+ export type HostedInstallTarget = Schema.Schema.Type<typeof HostedInstallTargetSchema>;
2658
+ /** @experimental This API is unstable and may change without notice. */
2659
+ export declare const AgentSchema: Schema.Struct<{
2660
+ readonly id: Schema.NonEmptyString;
2661
+ readonly name: Schema.NonEmptyString;
2662
+ readonly vendor: Schema.NonEmptyString;
2663
+ readonly homepage: Schema.NonEmptyString;
2664
+ readonly interfaces: Schema.NonEmptyArray<Schema.Literals<readonly ["cli", "ide-extension", "chat", "hosted-agent"]>>;
2665
+ readonly family: Schema.NullOr<Schema.NonEmptyString>;
2666
+ readonly rootDir: Schema.NullOr<Schema.NonEmptyString>;
2667
+ readonly installTarget: Schema.optionalKey<Schema.Struct<{
2668
+ readonly kind: Schema.Literal<"hosted">;
2669
+ readonly delivery: Schema.NonEmptyArray<Schema.Literals<readonly ["upload", "directory"]>>;
2670
+ readonly artifact: Schema.Literals<readonly ["directory", "zip", "skill-file-or-zip"]>;
2671
+ readonly instructions: Schema.NonEmptyString;
2672
+ readonly docs: Schema.NonEmptyString;
2673
+ }>>;
2674
+ readonly lifecycle: Schema.Union<readonly [Schema.Struct<{
2675
+ readonly state: Schema.Literal<"active">;
2676
+ }>, Schema.Struct<{
2677
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
2678
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
2679
+ readonly supersededBy: Schema.NullOr<Schema.NonEmptyString>;
2680
+ readonly state: Schema.Literal<"deprecated">;
2681
+ }>, Schema.Struct<{
2682
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
2683
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
2684
+ readonly supersededBy: Schema.NullOr<Schema.NonEmptyString>;
2685
+ readonly state: Schema.Literal<"retired">;
2686
+ }>]>;
2687
+ readonly detection: Schema.Struct<{
2688
+ readonly project: Schema.Struct<{
2689
+ readonly markers: Schema.$Array<Schema.Union<readonly [Schema.Struct<{
2690
+ readonly signal: Schema.Literals<readonly ["definitive", "supporting", "ambiguous"]>;
2691
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
2692
+ readonly kind: Schema.Literal<"dir">;
2693
+ readonly path: Schema.NonEmptyString;
2694
+ }>, Schema.Struct<{
2695
+ readonly signal: Schema.Literals<readonly ["definitive", "supporting", "ambiguous"]>;
2696
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
2697
+ readonly kind: Schema.Literal<"file">;
2698
+ readonly path: Schema.NonEmptyString;
2699
+ }>, Schema.Struct<{
2700
+ readonly signal: Schema.Literals<readonly ["definitive", "supporting", "ambiguous"]>;
2701
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
2702
+ readonly kind: Schema.Literal<"executable">;
2703
+ readonly name: Schema.NonEmptyString;
2704
+ }>]>>;
2705
+ }>;
2706
+ readonly user: Schema.Struct<{
2707
+ readonly markers: Schema.$Array<Schema.Union<readonly [Schema.Struct<{
2708
+ readonly signal: Schema.Literals<readonly ["definitive", "supporting", "ambiguous"]>;
2709
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
2710
+ readonly kind: Schema.Literal<"dir">;
2711
+ readonly path: Schema.NonEmptyString;
2712
+ }>, Schema.Struct<{
2713
+ readonly signal: Schema.Literals<readonly ["definitive", "supporting", "ambiguous"]>;
2714
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
2715
+ readonly kind: Schema.Literal<"file">;
2716
+ readonly path: Schema.NonEmptyString;
2717
+ }>, Schema.Struct<{
2718
+ readonly signal: Schema.Literals<readonly ["definitive", "supporting", "ambiguous"]>;
2719
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
2720
+ readonly kind: Schema.Literal<"executable">;
2721
+ readonly name: Schema.NonEmptyString;
2722
+ }>]>>;
2723
+ }>;
2724
+ }>;
2725
+ readonly docs: Schema.$Array<Schema.Struct<{
2726
+ readonly label: Schema.NonEmptyString;
2727
+ readonly url: Schema.NonEmptyString;
2728
+ }>>;
2729
+ readonly capabilities: Schema.Struct<{
2730
+ skill: Schema.Struct<{
2731
+ readonly native: Schema.Union<readonly [Schema.Struct<{
2732
+ readonly convention: Schema.Literals<readonly ["universal", "vendor"]>;
2733
+ readonly directory: Schema.NonEmptyString;
2734
+ readonly additionalReadPaths: Schema.optionalKey<Schema.withDecodingDefaultKey<Schema.$Array<Schema.Struct<{
2735
+ readonly path: Schema.NonEmptyString;
2736
+ readonly status: Schema.Literals<readonly ["canonical", "compat", "deprecated"]>;
2737
+ }>>, never>>;
2738
+ readonly standardsCompliance: Schema.Literals<readonly ["full", "parity", "partial", "none"]>;
2739
+ readonly availability: Schema.Union<readonly [Schema.Struct<{
2740
+ readonly via: Schema.Literal<"native">;
2741
+ }>, Schema.Struct<{
2742
+ readonly via: Schema.Literal<"plugin">;
2743
+ readonly provider: Schema.Literals<readonly ["first-party", "third-party"]>;
2744
+ readonly plugin: Schema.Struct<{
2745
+ readonly name: Schema.NonEmptyString;
2746
+ readonly homepage: Schema.NonEmptyString;
2747
+ readonly author: Schema.NullOr<Schema.NonEmptyString>;
2748
+ readonly distribution: Schema.Struct<{
2749
+ readonly mechanism: Schema.Literals<readonly ["agent-native", "npm", "git", "manual"]>;
2750
+ readonly installHint: Schema.NullOr<Schema.NonEmptyString>;
2751
+ readonly packageRef: Schema.NullOr<Schema.NonEmptyString>;
2752
+ }>;
2753
+ readonly detection: Schema.NullOr<Schema.Struct<{
2754
+ readonly paths: Schema.$Array<Schema.Struct<{
2755
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
2756
+ readonly path: Schema.NonEmptyString;
2757
+ readonly kind: Schema.Literals<readonly ["dir", "file"]>;
2758
+ }>>;
2759
+ readonly configKeys: Schema.$Array<Schema.Struct<{
2760
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
2761
+ readonly file: Schema.NonEmptyString;
2762
+ readonly key: Schema.NonEmptyString;
2763
+ }>>;
2764
+ }>>;
2765
+ }>;
2766
+ }>]>;
2767
+ readonly vendorStatus: Schema.Union<readonly [Schema.Struct<{
2768
+ readonly state: Schema.Literal<"active">;
2769
+ }>, Schema.Struct<{
2770
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
2771
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
2772
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
2773
+ readonly state: Schema.Literal<"maintenance">;
2774
+ }>, Schema.Struct<{
2775
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
2776
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
2777
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
2778
+ readonly state: Schema.Literal<"deprecated">;
2779
+ }>, Schema.Struct<{
2780
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
2781
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
2782
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
2783
+ readonly state: Schema.Literal<"removed">;
2784
+ }>]>;
2785
+ readonly notes: Schema.NullOr<Schema.NonEmptyString>;
2786
+ readonly docs: Schema.$Array<Schema.Struct<{
2787
+ readonly label: Schema.NonEmptyString;
2788
+ readonly url: Schema.NonEmptyString;
2789
+ }>>;
2790
+ readonly sources: Schema.$Array<Schema.NonEmptyString>;
2791
+ readonly scopes: Schema.NonEmptyArray<Schema.Literals<readonly ["user", "project"]>>;
2792
+ }>, Schema.Struct<{
2793
+ readonly convention: Schema.Literal<"hosted">;
2794
+ readonly standardsCompliance: Schema.Literals<readonly ["full", "parity", "partial", "none"]>;
2795
+ readonly availability: Schema.Union<readonly [Schema.Struct<{
2796
+ readonly via: Schema.Literal<"native">;
2797
+ }>, Schema.Struct<{
2798
+ readonly via: Schema.Literal<"plugin">;
2799
+ readonly provider: Schema.Literals<readonly ["first-party", "third-party"]>;
2800
+ readonly plugin: Schema.Struct<{
2801
+ readonly name: Schema.NonEmptyString;
2802
+ readonly homepage: Schema.NonEmptyString;
2803
+ readonly author: Schema.NullOr<Schema.NonEmptyString>;
2804
+ readonly distribution: Schema.Struct<{
2805
+ readonly mechanism: Schema.Literals<readonly ["agent-native", "npm", "git", "manual"]>;
2806
+ readonly installHint: Schema.NullOr<Schema.NonEmptyString>;
2807
+ readonly packageRef: Schema.NullOr<Schema.NonEmptyString>;
2808
+ }>;
2809
+ readonly detection: Schema.NullOr<Schema.Struct<{
2810
+ readonly paths: Schema.$Array<Schema.Struct<{
2811
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
2812
+ readonly path: Schema.NonEmptyString;
2813
+ readonly kind: Schema.Literals<readonly ["dir", "file"]>;
2814
+ }>>;
2815
+ readonly configKeys: Schema.$Array<Schema.Struct<{
2816
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
2817
+ readonly file: Schema.NonEmptyString;
2818
+ readonly key: Schema.NonEmptyString;
2819
+ }>>;
2820
+ }>>;
2821
+ }>;
2822
+ }>]>;
2823
+ readonly vendorStatus: Schema.Union<readonly [Schema.Struct<{
2824
+ readonly state: Schema.Literal<"active">;
2825
+ }>, Schema.Struct<{
2826
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
2827
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
2828
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
2829
+ readonly state: Schema.Literal<"maintenance">;
2830
+ }>, Schema.Struct<{
2831
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
2832
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
2833
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
2834
+ readonly state: Schema.Literal<"deprecated">;
2835
+ }>, Schema.Struct<{
2836
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
2837
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
2838
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
2839
+ readonly state: Schema.Literal<"removed">;
2840
+ }>]>;
2841
+ readonly notes: Schema.NullOr<Schema.NonEmptyString>;
2842
+ readonly docs: Schema.$Array<Schema.Struct<{
2843
+ readonly label: Schema.NonEmptyString;
2844
+ readonly url: Schema.NonEmptyString;
2845
+ }>>;
2846
+ readonly sources: Schema.$Array<Schema.NonEmptyString>;
2847
+ readonly scopes: Schema.NonEmptyArray<Schema.Literals<readonly ["user", "project"]>>;
2848
+ }>, Schema.Struct<{
2849
+ availability: Schema.Struct<{
2850
+ readonly via: Schema.Literal<"none">;
2851
+ }>;
2852
+ vendorStatus: Schema.Union<readonly [Schema.Struct<{
2853
+ readonly state: Schema.Literal<"active">;
2854
+ }>, Schema.Struct<{
2855
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
2856
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
2857
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
2858
+ readonly state: Schema.Literal<"maintenance">;
2859
+ }>, Schema.Struct<{
2860
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
2861
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
2862
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
2863
+ readonly state: Schema.Literal<"deprecated">;
2864
+ }>, Schema.Struct<{
2865
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
2866
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
2867
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
2868
+ readonly state: Schema.Literal<"removed">;
2869
+ }>]>;
2870
+ notes: Schema.NullOr<Schema.NonEmptyString>;
2871
+ docs: Schema.$Array<Schema.Struct<{
2872
+ readonly label: Schema.NonEmptyString;
2873
+ readonly url: Schema.NonEmptyString;
2874
+ }>>;
2875
+ sources: Schema.$Array<Schema.NonEmptyString>;
2876
+ }>]>;
2877
+ readonly axm: Schema.Struct<{
2878
+ readonly status: Schema.Literals<readonly ["supported", "planned", "unsupported", "unknown"]>;
2879
+ readonly lastVerified: Schema.NullOr<Schema.NonEmptyString>;
2880
+ readonly reason: Schema.optionalKey<Schema.NonEmptyString>;
2881
+ readonly writer: Schema.NullOr<Schema.Never>;
2882
+ }>;
2883
+ }>;
2884
+ "mcp-server": Schema.Union<readonly [Schema.Struct<{
2885
+ readonly native: Schema.Struct<{
2886
+ readonly transports: Schema.NonEmptyArray<Schema.Literals<readonly ["stdio", "http", "sse"]>>;
2887
+ readonly mcpEnvExpansion: Schema.optionalKey<Schema.Struct<{
2888
+ readonly variables: Schema.Literals<readonly ["none", "braced"]>;
2889
+ readonly defaults: Schema.Boolean;
2890
+ }>>;
2891
+ readonly standardsCompliance: Schema.Literals<readonly ["full", "parity", "partial", "none"]>;
2892
+ readonly convention: Schema.Literals<readonly ["universal", "vendor", "hosted"]>;
2893
+ readonly availability: Schema.Union<readonly [Schema.Struct<{
2894
+ readonly via: Schema.Literal<"native">;
2895
+ }>, Schema.Struct<{
2896
+ readonly via: Schema.Literal<"plugin">;
2897
+ readonly provider: Schema.Literals<readonly ["first-party", "third-party"]>;
2898
+ readonly plugin: Schema.Struct<{
2899
+ readonly name: Schema.NonEmptyString;
2900
+ readonly homepage: Schema.NonEmptyString;
2901
+ readonly author: Schema.NullOr<Schema.NonEmptyString>;
2902
+ readonly distribution: Schema.Struct<{
2903
+ readonly mechanism: Schema.Literals<readonly ["agent-native", "npm", "git", "manual"]>;
2904
+ readonly installHint: Schema.NullOr<Schema.NonEmptyString>;
2905
+ readonly packageRef: Schema.NullOr<Schema.NonEmptyString>;
2906
+ }>;
2907
+ readonly detection: Schema.NullOr<Schema.Struct<{
2908
+ readonly paths: Schema.$Array<Schema.Struct<{
2909
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
2910
+ readonly path: Schema.NonEmptyString;
2911
+ readonly kind: Schema.Literals<readonly ["dir", "file"]>;
2912
+ }>>;
2913
+ readonly configKeys: Schema.$Array<Schema.Struct<{
2914
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
2915
+ readonly file: Schema.NonEmptyString;
2916
+ readonly key: Schema.NonEmptyString;
2917
+ }>>;
2918
+ }>>;
2919
+ }>;
2920
+ }>]>;
2921
+ readonly vendorStatus: Schema.Union<readonly [Schema.Struct<{
2922
+ readonly state: Schema.Literal<"active">;
2923
+ }>, Schema.Struct<{
2924
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
2925
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
2926
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
2927
+ readonly state: Schema.Literal<"maintenance">;
2928
+ }>, Schema.Struct<{
2929
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
2930
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
2931
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
2932
+ readonly state: Schema.Literal<"deprecated">;
2933
+ }>, Schema.Struct<{
2934
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
2935
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
2936
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
2937
+ readonly state: Schema.Literal<"removed">;
2938
+ }>]>;
2939
+ readonly notes: Schema.NullOr<Schema.NonEmptyString>;
2940
+ readonly docs: Schema.$Array<Schema.Struct<{
2941
+ readonly label: Schema.NonEmptyString;
2942
+ readonly url: Schema.NonEmptyString;
2943
+ }>>;
2944
+ readonly sources: Schema.$Array<Schema.NonEmptyString>;
2945
+ readonly scopes: Schema.NonEmptyArray<Schema.Literals<readonly ["user", "project"]>>;
2946
+ }>;
2947
+ readonly axm: Schema.Struct<{
2948
+ readonly status: Schema.Literals<readonly ["supported", "planned", "unsupported", "unknown"]>;
2949
+ readonly lastVerified: Schema.NullOr<Schema.NonEmptyString>;
2950
+ readonly reason: Schema.optionalKey<Schema.NonEmptyString>;
2951
+ readonly writer: Schema.NullOr<Schema.Struct<{
2952
+ readonly config: Schema.Struct<{
2953
+ readonly serversKey: Schema.Literals<readonly ["mcpServers", "servers", "mcp", "mcp_servers", "context_servers"]>;
2954
+ readonly activationField: Schema.Struct<{
2955
+ readonly required: Schema.NullOr<Schema.Struct<{
2956
+ readonly name: Schema.NonEmptyString;
2957
+ readonly enabled: Schema.Boolean;
2958
+ readonly disabled: Schema.Boolean;
2959
+ }>>;
2960
+ readonly accepted: Schema.NonEmptyArray<Schema.NullOr<Schema.Struct<{
2961
+ readonly name: Schema.NonEmptyString;
2962
+ readonly enabled: Schema.Boolean;
2963
+ readonly disabled: Schema.Boolean;
2964
+ }>>>;
2965
+ }>;
2966
+ readonly targets: Schema.$Array<Schema.Struct<{
2967
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
2968
+ readonly path: Schema.NonEmptyString;
2969
+ readonly format: Schema.Literals<readonly ["json", "jsonc", "toml", "yaml", "starlark", "vscode-settings"]>;
2970
+ readonly attribution: Schema.Literals<readonly ["shared", "agent"]>;
2971
+ }>>;
2972
+ readonly stdio: Schema.NullOr<Schema.Struct<{
2973
+ readonly typeField: Schema.Struct<{
2974
+ readonly required: Schema.NullOr<Schema.Struct<{
2975
+ readonly name: Schema.NonEmptyString;
2976
+ readonly value: Schema.Union<readonly [Schema.NonEmptyString, Schema.Struct<{
2977
+ readonly "streamable-http": Schema.NonEmptyString;
2978
+ readonly sse: Schema.optionalKey<Schema.NonEmptyString>;
2979
+ }>]>;
2980
+ }>>;
2981
+ readonly accepted: Schema.NonEmptyArray<Schema.NullOr<Schema.Struct<{
2982
+ readonly name: Schema.NonEmptyString;
2983
+ readonly value: Schema.Union<readonly [Schema.NonEmptyString, Schema.Struct<{
2984
+ readonly "streamable-http": Schema.NonEmptyString;
2985
+ readonly sse: Schema.optionalKey<Schema.NonEmptyString>;
2986
+ }>]>;
2987
+ }>>>;
2988
+ }>;
2989
+ readonly command: Schema.Literals<readonly ["split", "array"]>;
2990
+ readonly envKey: Schema.NullOr<Schema.NonEmptyString>;
2991
+ }>>;
2992
+ readonly remote: Schema.NullOr<Schema.Struct<{
2993
+ readonly typeField: Schema.Struct<{
2994
+ readonly required: Schema.NullOr<Schema.Struct<{
2995
+ readonly name: Schema.NonEmptyString;
2996
+ readonly value: Schema.Union<readonly [Schema.NonEmptyString, Schema.Struct<{
2997
+ readonly "streamable-http": Schema.NonEmptyString;
2998
+ readonly sse: Schema.optionalKey<Schema.NonEmptyString>;
2999
+ }>]>;
3000
+ }>>;
3001
+ readonly accepted: Schema.NonEmptyArray<Schema.NullOr<Schema.Struct<{
3002
+ readonly name: Schema.NonEmptyString;
3003
+ readonly value: Schema.Union<readonly [Schema.NonEmptyString, Schema.Struct<{
3004
+ readonly "streamable-http": Schema.NonEmptyString;
3005
+ readonly sse: Schema.optionalKey<Schema.NonEmptyString>;
3006
+ }>]>;
3007
+ }>>>;
3008
+ }>;
3009
+ readonly urlKey: Schema.Struct<{
3010
+ readonly "streamable-http": Schema.NonEmptyString;
3011
+ readonly sse: Schema.optionalKey<Schema.NonEmptyString>;
3012
+ }>;
3013
+ readonly headersKey: Schema.NullOr<Schema.NonEmptyString>;
3014
+ readonly bearerTokenEnvKey: Schema.optionalKey<Schema.NullOr<Schema.NonEmptyString>>;
3015
+ readonly envHeadersKey: Schema.optionalKey<Schema.NullOr<Schema.NonEmptyString>>;
3016
+ }>>;
3017
+ }>;
3018
+ }>>;
3019
+ }>;
3020
+ }>, Schema.Struct<{
3021
+ readonly native: Schema.Struct<{
3022
+ availability: Schema.Struct<{
3023
+ readonly via: Schema.Literal<"none">;
3024
+ }>;
3025
+ vendorStatus: Schema.Union<readonly [Schema.Struct<{
3026
+ readonly state: Schema.Literal<"active">;
3027
+ }>, Schema.Struct<{
3028
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
3029
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
3030
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
3031
+ readonly state: Schema.Literal<"maintenance">;
3032
+ }>, Schema.Struct<{
3033
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
3034
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
3035
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
3036
+ readonly state: Schema.Literal<"deprecated">;
3037
+ }>, Schema.Struct<{
3038
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
3039
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
3040
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
3041
+ readonly state: Schema.Literal<"removed">;
3042
+ }>]>;
3043
+ notes: Schema.NullOr<Schema.NonEmptyString>;
3044
+ docs: Schema.$Array<Schema.Struct<{
3045
+ readonly label: Schema.NonEmptyString;
3046
+ readonly url: Schema.NonEmptyString;
3047
+ }>>;
3048
+ sources: Schema.$Array<Schema.NonEmptyString>;
3049
+ }>;
3050
+ readonly axm: Schema.Struct<{
3051
+ readonly status: Schema.Literals<readonly ["supported", "planned", "unsupported", "unknown"]>;
3052
+ readonly lastVerified: Schema.NullOr<Schema.NonEmptyString>;
3053
+ readonly reason: Schema.optionalKey<Schema.NonEmptyString>;
3054
+ readonly writer: Schema.NullOr<Schema.Struct<{
3055
+ readonly config: Schema.Struct<{
3056
+ readonly serversKey: Schema.Literals<readonly ["mcpServers", "servers", "mcp", "mcp_servers", "context_servers"]>;
3057
+ readonly activationField: Schema.Struct<{
3058
+ readonly required: Schema.NullOr<Schema.Struct<{
3059
+ readonly name: Schema.NonEmptyString;
3060
+ readonly enabled: Schema.Boolean;
3061
+ readonly disabled: Schema.Boolean;
3062
+ }>>;
3063
+ readonly accepted: Schema.NonEmptyArray<Schema.NullOr<Schema.Struct<{
3064
+ readonly name: Schema.NonEmptyString;
3065
+ readonly enabled: Schema.Boolean;
3066
+ readonly disabled: Schema.Boolean;
3067
+ }>>>;
3068
+ }>;
3069
+ readonly targets: Schema.$Array<Schema.Struct<{
3070
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
3071
+ readonly path: Schema.NonEmptyString;
3072
+ readonly format: Schema.Literals<readonly ["json", "jsonc", "toml", "yaml", "starlark", "vscode-settings"]>;
3073
+ readonly attribution: Schema.Literals<readonly ["shared", "agent"]>;
3074
+ }>>;
3075
+ readonly stdio: Schema.NullOr<Schema.Struct<{
3076
+ readonly typeField: Schema.Struct<{
3077
+ readonly required: Schema.NullOr<Schema.Struct<{
3078
+ readonly name: Schema.NonEmptyString;
3079
+ readonly value: Schema.Union<readonly [Schema.NonEmptyString, Schema.Struct<{
3080
+ readonly "streamable-http": Schema.NonEmptyString;
3081
+ readonly sse: Schema.optionalKey<Schema.NonEmptyString>;
3082
+ }>]>;
3083
+ }>>;
3084
+ readonly accepted: Schema.NonEmptyArray<Schema.NullOr<Schema.Struct<{
3085
+ readonly name: Schema.NonEmptyString;
3086
+ readonly value: Schema.Union<readonly [Schema.NonEmptyString, Schema.Struct<{
3087
+ readonly "streamable-http": Schema.NonEmptyString;
3088
+ readonly sse: Schema.optionalKey<Schema.NonEmptyString>;
3089
+ }>]>;
3090
+ }>>>;
3091
+ }>;
3092
+ readonly command: Schema.Literals<readonly ["split", "array"]>;
3093
+ readonly envKey: Schema.NullOr<Schema.NonEmptyString>;
3094
+ }>>;
3095
+ readonly remote: Schema.NullOr<Schema.Struct<{
3096
+ readonly typeField: Schema.Struct<{
3097
+ readonly required: Schema.NullOr<Schema.Struct<{
3098
+ readonly name: Schema.NonEmptyString;
3099
+ readonly value: Schema.Union<readonly [Schema.NonEmptyString, Schema.Struct<{
3100
+ readonly "streamable-http": Schema.NonEmptyString;
3101
+ readonly sse: Schema.optionalKey<Schema.NonEmptyString>;
3102
+ }>]>;
3103
+ }>>;
3104
+ readonly accepted: Schema.NonEmptyArray<Schema.NullOr<Schema.Struct<{
3105
+ readonly name: Schema.NonEmptyString;
3106
+ readonly value: Schema.Union<readonly [Schema.NonEmptyString, Schema.Struct<{
3107
+ readonly "streamable-http": Schema.NonEmptyString;
3108
+ readonly sse: Schema.optionalKey<Schema.NonEmptyString>;
3109
+ }>]>;
3110
+ }>>>;
3111
+ }>;
3112
+ readonly urlKey: Schema.Struct<{
3113
+ readonly "streamable-http": Schema.NonEmptyString;
3114
+ readonly sse: Schema.optionalKey<Schema.NonEmptyString>;
3115
+ }>;
3116
+ readonly headersKey: Schema.NullOr<Schema.NonEmptyString>;
3117
+ readonly bearerTokenEnvKey: Schema.optionalKey<Schema.NullOr<Schema.NonEmptyString>>;
3118
+ readonly envHeadersKey: Schema.optionalKey<Schema.NullOr<Schema.NonEmptyString>>;
3119
+ }>>;
3120
+ }>;
3121
+ }>>;
3122
+ }>;
3123
+ }>]>;
3124
+ subagent: Schema.Struct<{
3125
+ readonly native: Schema.Union<readonly [Schema.Struct<{
3126
+ readonly availability: Schema.Struct<{
3127
+ readonly via: Schema.Literal<"native">;
3128
+ }>;
3129
+ readonly directory: Schema.NonEmptyString;
3130
+ readonly layout: Schema.Literals<readonly ["file", "directory"]>;
3131
+ readonly vendorStatus: Schema.Union<readonly [Schema.Struct<{
3132
+ readonly state: Schema.Literal<"active">;
3133
+ }>, Schema.Struct<{
3134
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
3135
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
3136
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
3137
+ readonly state: Schema.Literal<"maintenance">;
3138
+ }>, Schema.Struct<{
3139
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
3140
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
3141
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
3142
+ readonly state: Schema.Literal<"deprecated">;
3143
+ }>, Schema.Struct<{
3144
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
3145
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
3146
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
3147
+ readonly state: Schema.Literal<"removed">;
3148
+ }>]>;
3149
+ readonly notes: Schema.NullOr<Schema.NonEmptyString>;
3150
+ readonly docs: Schema.$Array<Schema.Struct<{
3151
+ readonly label: Schema.NonEmptyString;
3152
+ readonly url: Schema.NonEmptyString;
3153
+ }>>;
3154
+ readonly sources: Schema.$Array<Schema.NonEmptyString>;
3155
+ readonly scopes: Schema.NonEmptyArray<Schema.Literals<readonly ["user", "project"]>>;
3156
+ }>, Schema.Struct<{
3157
+ readonly availability: Schema.Struct<{
3158
+ readonly via: Schema.Literal<"plugin">;
3159
+ readonly provider: Schema.Literals<readonly ["first-party", "third-party"]>;
3160
+ readonly plugin: Schema.Struct<{
3161
+ readonly name: Schema.NonEmptyString;
3162
+ readonly homepage: Schema.NonEmptyString;
3163
+ readonly author: Schema.NullOr<Schema.NonEmptyString>;
3164
+ readonly distribution: Schema.Struct<{
3165
+ readonly mechanism: Schema.Literals<readonly ["agent-native", "npm", "git", "manual"]>;
3166
+ readonly installHint: Schema.NullOr<Schema.NonEmptyString>;
3167
+ readonly packageRef: Schema.NullOr<Schema.NonEmptyString>;
3168
+ }>;
3169
+ readonly detection: Schema.NullOr<Schema.Struct<{
3170
+ readonly paths: Schema.$Array<Schema.Struct<{
3171
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
3172
+ readonly path: Schema.NonEmptyString;
3173
+ readonly kind: Schema.Literals<readonly ["dir", "file"]>;
3174
+ }>>;
3175
+ readonly configKeys: Schema.$Array<Schema.Struct<{
3176
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
3177
+ readonly file: Schema.NonEmptyString;
3178
+ readonly key: Schema.NonEmptyString;
3179
+ }>>;
3180
+ }>>;
3181
+ }>;
3182
+ }>;
3183
+ readonly vendorStatus: Schema.Union<readonly [Schema.Struct<{
3184
+ readonly state: Schema.Literal<"active">;
3185
+ }>, Schema.Struct<{
3186
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
3187
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
3188
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
3189
+ readonly state: Schema.Literal<"maintenance">;
3190
+ }>, Schema.Struct<{
3191
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
3192
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
3193
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
3194
+ readonly state: Schema.Literal<"deprecated">;
3195
+ }>, Schema.Struct<{
3196
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
3197
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
3198
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
3199
+ readonly state: Schema.Literal<"removed">;
3200
+ }>]>;
3201
+ readonly notes: Schema.NullOr<Schema.NonEmptyString>;
3202
+ readonly docs: Schema.$Array<Schema.Struct<{
3203
+ readonly label: Schema.NonEmptyString;
3204
+ readonly url: Schema.NonEmptyString;
3205
+ }>>;
3206
+ readonly sources: Schema.$Array<Schema.NonEmptyString>;
3207
+ readonly scopes: Schema.NonEmptyArray<Schema.Literals<readonly ["user", "project"]>>;
3208
+ }>, Schema.Struct<{
3209
+ availability: Schema.Struct<{
3210
+ readonly via: Schema.Literal<"none">;
3211
+ }>;
3212
+ vendorStatus: Schema.Union<readonly [Schema.Struct<{
3213
+ readonly state: Schema.Literal<"active">;
3214
+ }>, Schema.Struct<{
3215
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
3216
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
3217
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
3218
+ readonly state: Schema.Literal<"maintenance">;
3219
+ }>, Schema.Struct<{
3220
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
3221
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
3222
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
3223
+ readonly state: Schema.Literal<"deprecated">;
3224
+ }>, Schema.Struct<{
3225
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
3226
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
3227
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
3228
+ readonly state: Schema.Literal<"removed">;
3229
+ }>]>;
3230
+ notes: Schema.NullOr<Schema.NonEmptyString>;
3231
+ docs: Schema.$Array<Schema.Struct<{
3232
+ readonly label: Schema.NonEmptyString;
3233
+ readonly url: Schema.NonEmptyString;
3234
+ }>>;
3235
+ sources: Schema.$Array<Schema.NonEmptyString>;
3236
+ }>]>;
3237
+ readonly axm: Schema.Struct<{
3238
+ readonly status: Schema.Literals<readonly ["supported", "planned", "unsupported", "unknown"]>;
3239
+ readonly lastVerified: Schema.NullOr<Schema.NonEmptyString>;
3240
+ readonly reason: Schema.optionalKey<Schema.NonEmptyString>;
3241
+ readonly writer: Schema.NullOr<Schema.Never>;
3242
+ }>;
3243
+ }>;
3244
+ hook: Schema.Struct<{
3245
+ readonly native: Schema.Union<readonly [Schema.Struct<{
3246
+ readonly mechanism: Schema.NonEmptyArray<Schema.Literals<readonly ["command-stdin", "raw"]>>;
3247
+ readonly configFiles: Schema.$Array<Schema.Struct<{
3248
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
3249
+ readonly path: Schema.NonEmptyString;
3250
+ readonly format: Schema.Literals<readonly ["json", "jsonc", "toml", "yaml", "starlark", "vscode-settings"]>;
3251
+ readonly gitignored: Schema.Boolean;
3252
+ }>>;
3253
+ readonly events: Schema.NonEmptyArray<Schema.Struct<{
3254
+ readonly sources: Schema.NonEmptyArray<Schema.NonEmptyString>;
3255
+ readonly lastVerified: Schema.NonEmptyString;
3256
+ readonly nativeName: Schema.NonEmptyString;
3257
+ readonly canonical: Schema.Literals<readonly ["session.start", "prompt.submit", "turn.end", "tool.pre", "tool.post", "subagent.stop", "compaction.pre"]>;
3258
+ readonly matcher: Schema.Struct<{
3259
+ readonly kind: Schema.Literals<readonly ["regex", "literal-list", "glob", "tool-category", "exact-substring", "none-imperative"]>;
3260
+ readonly example: Schema.NullOr<Schema.NonEmptyString>;
3261
+ readonly notes: Schema.NullOr<Schema.NonEmptyString>;
3262
+ }>;
3263
+ readonly decision: Schema.NonEmptyArray<Schema.Union<readonly [Schema.Struct<{
3264
+ readonly kind: Schema.Literal<"observe">;
3265
+ }>, Schema.Struct<{
3266
+ readonly kind: Schema.Literal<"block">;
3267
+ readonly outcomes: Schema.NonEmptyArray<Schema.Literals<readonly ["allow", "deny", "ask"]>>;
3268
+ }>, Schema.Struct<{
3269
+ readonly kind: Schema.Literal<"modify">;
3270
+ readonly operations: Schema.NonEmptyArray<Schema.Literals<readonly ["modify-input", "inject-context", "modify-output", "synthesize", "redact"]>>;
3271
+ }>]>>;
3272
+ }>>;
3273
+ readonly tools: Schema.$Array<Schema.Struct<{
3274
+ readonly sources: Schema.NonEmptyArray<Schema.NonEmptyString>;
3275
+ readonly lastVerified: Schema.NonEmptyString;
3276
+ readonly nativeName: Schema.NonEmptyString;
3277
+ readonly canonical: Schema.Literals<readonly ["file.read", "file.write", "file.edit", "shell.exec", "web.fetch", "mcp.call"]>;
3278
+ }>>;
3279
+ readonly availability: Schema.Union<readonly [Schema.Struct<{
3280
+ readonly via: Schema.Literal<"native">;
3281
+ }>, Schema.Struct<{
3282
+ readonly via: Schema.Literal<"plugin">;
3283
+ readonly provider: Schema.Literals<readonly ["first-party", "third-party"]>;
3284
+ readonly plugin: Schema.Struct<{
3285
+ readonly name: Schema.NonEmptyString;
3286
+ readonly homepage: Schema.NonEmptyString;
3287
+ readonly author: Schema.NullOr<Schema.NonEmptyString>;
3288
+ readonly distribution: Schema.Struct<{
3289
+ readonly mechanism: Schema.Literals<readonly ["agent-native", "npm", "git", "manual"]>;
3290
+ readonly installHint: Schema.NullOr<Schema.NonEmptyString>;
3291
+ readonly packageRef: Schema.NullOr<Schema.NonEmptyString>;
3292
+ }>;
3293
+ readonly detection: Schema.NullOr<Schema.Struct<{
3294
+ readonly paths: Schema.$Array<Schema.Struct<{
3295
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
3296
+ readonly path: Schema.NonEmptyString;
3297
+ readonly kind: Schema.Literals<readonly ["dir", "file"]>;
3298
+ }>>;
3299
+ readonly configKeys: Schema.$Array<Schema.Struct<{
3300
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
3301
+ readonly file: Schema.NonEmptyString;
3302
+ readonly key: Schema.NonEmptyString;
3303
+ }>>;
3304
+ }>>;
3305
+ }>;
3306
+ }>]>;
3307
+ readonly vendorStatus: Schema.Union<readonly [Schema.Struct<{
3308
+ readonly state: Schema.Literal<"active">;
3309
+ }>, Schema.Struct<{
3310
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
3311
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
3312
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
3313
+ readonly state: Schema.Literal<"maintenance">;
3314
+ }>, Schema.Struct<{
3315
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
3316
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
3317
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
3318
+ readonly state: Schema.Literal<"deprecated">;
3319
+ }>, Schema.Struct<{
3320
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
3321
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
3322
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
3323
+ readonly state: Schema.Literal<"removed">;
3324
+ }>]>;
3325
+ readonly notes: Schema.NullOr<Schema.NonEmptyString>;
3326
+ readonly docs: Schema.$Array<Schema.Struct<{
3327
+ readonly label: Schema.NonEmptyString;
3328
+ readonly url: Schema.NonEmptyString;
3329
+ }>>;
3330
+ readonly sources: Schema.$Array<Schema.NonEmptyString>;
3331
+ readonly scopes: Schema.NonEmptyArray<Schema.Literals<readonly ["user", "project"]>>;
3332
+ }>, Schema.Struct<{
3333
+ readonly modeling: Schema.Literal<"native-unmodeled">;
3334
+ readonly availability: Schema.Union<readonly [Schema.Struct<{
3335
+ readonly via: Schema.Literal<"native">;
3336
+ }>, Schema.Struct<{
3337
+ readonly via: Schema.Literal<"plugin">;
3338
+ readonly provider: Schema.Literals<readonly ["first-party", "third-party"]>;
3339
+ readonly plugin: Schema.Struct<{
3340
+ readonly name: Schema.NonEmptyString;
3341
+ readonly homepage: Schema.NonEmptyString;
3342
+ readonly author: Schema.NullOr<Schema.NonEmptyString>;
3343
+ readonly distribution: Schema.Struct<{
3344
+ readonly mechanism: Schema.Literals<readonly ["agent-native", "npm", "git", "manual"]>;
3345
+ readonly installHint: Schema.NullOr<Schema.NonEmptyString>;
3346
+ readonly packageRef: Schema.NullOr<Schema.NonEmptyString>;
3347
+ }>;
3348
+ readonly detection: Schema.NullOr<Schema.Struct<{
3349
+ readonly paths: Schema.$Array<Schema.Struct<{
3350
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
3351
+ readonly path: Schema.NonEmptyString;
3352
+ readonly kind: Schema.Literals<readonly ["dir", "file"]>;
3353
+ }>>;
3354
+ readonly configKeys: Schema.$Array<Schema.Struct<{
3355
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
3356
+ readonly file: Schema.NonEmptyString;
3357
+ readonly key: Schema.NonEmptyString;
3358
+ }>>;
3359
+ }>>;
3360
+ }>;
3361
+ }>]>;
3362
+ readonly vendorStatus: Schema.Union<readonly [Schema.Struct<{
3363
+ readonly state: Schema.Literal<"active">;
3364
+ }>, Schema.Struct<{
3365
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
3366
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
3367
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
3368
+ readonly state: Schema.Literal<"maintenance">;
3369
+ }>, Schema.Struct<{
3370
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
3371
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
3372
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
3373
+ readonly state: Schema.Literal<"deprecated">;
3374
+ }>, Schema.Struct<{
3375
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
3376
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
3377
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
3378
+ readonly state: Schema.Literal<"removed">;
3379
+ }>]>;
3380
+ readonly notes: Schema.NullOr<Schema.NonEmptyString>;
3381
+ readonly docs: Schema.$Array<Schema.Struct<{
3382
+ readonly label: Schema.NonEmptyString;
3383
+ readonly url: Schema.NonEmptyString;
3384
+ }>>;
3385
+ readonly sources: Schema.$Array<Schema.NonEmptyString>;
3386
+ readonly scopes: Schema.NonEmptyArray<Schema.Literals<readonly ["user", "project"]>>;
3387
+ }>, Schema.Struct<{
3388
+ availability: Schema.Struct<{
3389
+ readonly via: Schema.Literal<"none">;
3390
+ }>;
3391
+ vendorStatus: Schema.Union<readonly [Schema.Struct<{
3392
+ readonly state: Schema.Literal<"active">;
3393
+ }>, Schema.Struct<{
3394
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
3395
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
3396
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
3397
+ readonly state: Schema.Literal<"maintenance">;
3398
+ }>, Schema.Struct<{
3399
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
3400
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
3401
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
3402
+ readonly state: Schema.Literal<"deprecated">;
3403
+ }>, Schema.Struct<{
3404
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
3405
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
3406
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
3407
+ readonly state: Schema.Literal<"removed">;
3408
+ }>]>;
3409
+ notes: Schema.NullOr<Schema.NonEmptyString>;
3410
+ docs: Schema.$Array<Schema.Struct<{
3411
+ readonly label: Schema.NonEmptyString;
3412
+ readonly url: Schema.NonEmptyString;
3413
+ }>>;
3414
+ sources: Schema.$Array<Schema.NonEmptyString>;
3415
+ }>]>;
3416
+ readonly axm: Schema.Struct<{
3417
+ readonly status: Schema.Literals<readonly ["supported", "planned", "unsupported", "unknown"]>;
3418
+ readonly lastVerified: Schema.NullOr<Schema.NonEmptyString>;
3419
+ readonly reason: Schema.optionalKey<Schema.NonEmptyString>;
3420
+ readonly writer: Schema.NullOr<Schema.Struct<{
3421
+ readonly serializer: Schema.Literals<readonly ["command-stdin"]>;
3422
+ readonly configFiles: Schema.NonEmptyArray<Schema.Struct<{
3423
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
3424
+ readonly path: Schema.NonEmptyString;
3425
+ readonly format: Schema.Literals<readonly ["json", "jsonc", "toml", "yaml", "starlark", "vscode-settings"]>;
3426
+ readonly gitignored: Schema.Boolean;
3427
+ }>>;
3428
+ readonly settingsKey: Schema.NonEmptyString;
3429
+ readonly eventMap: Schema.Literal<"native.events">;
3430
+ readonly matcherKind: Schema.Literals<readonly ["regex", "literal-list", "glob", "tool-category", "exact-substring", "none-imperative"]>;
3431
+ readonly matcherSerialization: Schema.Literals<readonly ["bare", "slash-delimited", "glob"]>;
3432
+ readonly timeoutSerialization: Schema.Literals<readonly ["seconds", "milliseconds"]>;
3433
+ readonly commandNameSerialization: Schema.Literals<readonly ["omit", "manifest"]>;
3434
+ }>>;
3435
+ }>;
3436
+ }>;
3437
+ }>;
3438
+ readonly instructions: Schema.Struct<{
3439
+ readonly native: Schema.Union<readonly [Schema.Struct<{
3440
+ readonly kind: Schema.Literal<"agents-md">;
3441
+ readonly files: Schema.Tuple<readonly [Schema.Literal<"AGENTS.md">]>;
3442
+ readonly nestedDiscovery: Schema.Boolean;
3443
+ readonly importSyntax: Schema.NullOr<Schema.Literals<readonly ["at-path"]>>;
3444
+ readonly directory: Schema.optionalKey<Schema.NonEmptyString>;
3445
+ readonly standardsCompliance: Schema.Literals<readonly ["full", "parity", "partial", "none"]>;
3446
+ readonly convention: Schema.Literals<readonly ["universal", "vendor", "hosted"]>;
3447
+ readonly availability: Schema.Union<readonly [Schema.Struct<{
3448
+ readonly via: Schema.Literal<"native">;
3449
+ }>, Schema.Struct<{
3450
+ readonly via: Schema.Literal<"plugin">;
3451
+ readonly provider: Schema.Literals<readonly ["first-party", "third-party"]>;
3452
+ readonly plugin: Schema.Struct<{
3453
+ readonly name: Schema.NonEmptyString;
3454
+ readonly homepage: Schema.NonEmptyString;
3455
+ readonly author: Schema.NullOr<Schema.NonEmptyString>;
3456
+ readonly distribution: Schema.Struct<{
3457
+ readonly mechanism: Schema.Literals<readonly ["agent-native", "npm", "git", "manual"]>;
3458
+ readonly installHint: Schema.NullOr<Schema.NonEmptyString>;
3459
+ readonly packageRef: Schema.NullOr<Schema.NonEmptyString>;
3460
+ }>;
3461
+ readonly detection: Schema.NullOr<Schema.Struct<{
3462
+ readonly paths: Schema.$Array<Schema.Struct<{
3463
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
3464
+ readonly path: Schema.NonEmptyString;
3465
+ readonly kind: Schema.Literals<readonly ["dir", "file"]>;
3466
+ }>>;
3467
+ readonly configKeys: Schema.$Array<Schema.Struct<{
3468
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
3469
+ readonly file: Schema.NonEmptyString;
3470
+ readonly key: Schema.NonEmptyString;
3471
+ }>>;
3472
+ }>>;
3473
+ }>;
3474
+ }>]>;
3475
+ readonly vendorStatus: Schema.Union<readonly [Schema.Struct<{
3476
+ readonly state: Schema.Literal<"active">;
3477
+ }>, Schema.Struct<{
3478
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
3479
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
3480
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
3481
+ readonly state: Schema.Literal<"maintenance">;
3482
+ }>, Schema.Struct<{
3483
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
3484
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
3485
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
3486
+ readonly state: Schema.Literal<"deprecated">;
3487
+ }>, Schema.Struct<{
3488
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
3489
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
3490
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
3491
+ readonly state: Schema.Literal<"removed">;
3492
+ }>]>;
3493
+ readonly notes: Schema.NullOr<Schema.NonEmptyString>;
3494
+ readonly docs: Schema.$Array<Schema.Struct<{
3495
+ readonly label: Schema.NonEmptyString;
3496
+ readonly url: Schema.NonEmptyString;
3497
+ }>>;
3498
+ readonly sources: Schema.$Array<Schema.NonEmptyString>;
3499
+ readonly scopes: Schema.NonEmptyArray<Schema.Literals<readonly ["user", "project"]>>;
3500
+ }>, Schema.Struct<{
3501
+ readonly kind: Schema.Literal<"own-file">;
3502
+ readonly files: Schema.Tuple<readonly [Schema.NonEmptyString]>;
3503
+ readonly nestedDiscovery: Schema.Boolean;
3504
+ readonly importSyntax: Schema.NullOr<Schema.Literals<readonly ["at-path"]>>;
3505
+ readonly directory: Schema.optionalKey<Schema.NonEmptyString>;
3506
+ readonly standardsCompliance: Schema.Literals<readonly ["full", "parity", "partial", "none"]>;
3507
+ readonly convention: Schema.Literals<readonly ["universal", "vendor", "hosted"]>;
3508
+ readonly availability: Schema.Union<readonly [Schema.Struct<{
3509
+ readonly via: Schema.Literal<"native">;
3510
+ }>, Schema.Struct<{
3511
+ readonly via: Schema.Literal<"plugin">;
3512
+ readonly provider: Schema.Literals<readonly ["first-party", "third-party"]>;
3513
+ readonly plugin: Schema.Struct<{
3514
+ readonly name: Schema.NonEmptyString;
3515
+ readonly homepage: Schema.NonEmptyString;
3516
+ readonly author: Schema.NullOr<Schema.NonEmptyString>;
3517
+ readonly distribution: Schema.Struct<{
3518
+ readonly mechanism: Schema.Literals<readonly ["agent-native", "npm", "git", "manual"]>;
3519
+ readonly installHint: Schema.NullOr<Schema.NonEmptyString>;
3520
+ readonly packageRef: Schema.NullOr<Schema.NonEmptyString>;
3521
+ }>;
3522
+ readonly detection: Schema.NullOr<Schema.Struct<{
3523
+ readonly paths: Schema.$Array<Schema.Struct<{
3524
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
3525
+ readonly path: Schema.NonEmptyString;
3526
+ readonly kind: Schema.Literals<readonly ["dir", "file"]>;
3527
+ }>>;
3528
+ readonly configKeys: Schema.$Array<Schema.Struct<{
3529
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
3530
+ readonly file: Schema.NonEmptyString;
3531
+ readonly key: Schema.NonEmptyString;
3532
+ }>>;
3533
+ }>>;
3534
+ }>;
3535
+ }>]>;
3536
+ readonly vendorStatus: Schema.Union<readonly [Schema.Struct<{
3537
+ readonly state: Schema.Literal<"active">;
3538
+ }>, Schema.Struct<{
3539
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
3540
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
3541
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
3542
+ readonly state: Schema.Literal<"maintenance">;
3543
+ }>, Schema.Struct<{
3544
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
3545
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
3546
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
3547
+ readonly state: Schema.Literal<"deprecated">;
3548
+ }>, Schema.Struct<{
3549
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
3550
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
3551
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
3552
+ readonly state: Schema.Literal<"removed">;
3553
+ }>]>;
3554
+ readonly notes: Schema.NullOr<Schema.NonEmptyString>;
3555
+ readonly docs: Schema.$Array<Schema.Struct<{
3556
+ readonly label: Schema.NonEmptyString;
3557
+ readonly url: Schema.NonEmptyString;
3558
+ }>>;
3559
+ readonly sources: Schema.$Array<Schema.NonEmptyString>;
3560
+ readonly scopes: Schema.NonEmptyArray<Schema.Literals<readonly ["user", "project"]>>;
3561
+ }>, Schema.Struct<{
3562
+ readonly kind: Schema.Literal<"rules-dir">;
3563
+ readonly files: Schema.$Array<Schema.NonEmptyString>;
3564
+ readonly nestedDiscovery: Schema.Boolean;
3565
+ readonly importSyntax: Schema.NullOr<Schema.Literals<readonly ["at-path"]>>;
3566
+ readonly directory: Schema.NonEmptyString;
3567
+ readonly standardsCompliance: Schema.Literals<readonly ["full", "parity", "partial", "none"]>;
3568
+ readonly convention: Schema.Literals<readonly ["universal", "vendor", "hosted"]>;
3569
+ readonly availability: Schema.Union<readonly [Schema.Struct<{
3570
+ readonly via: Schema.Literal<"native">;
3571
+ }>, Schema.Struct<{
3572
+ readonly via: Schema.Literal<"plugin">;
3573
+ readonly provider: Schema.Literals<readonly ["first-party", "third-party"]>;
3574
+ readonly plugin: Schema.Struct<{
3575
+ readonly name: Schema.NonEmptyString;
3576
+ readonly homepage: Schema.NonEmptyString;
3577
+ readonly author: Schema.NullOr<Schema.NonEmptyString>;
3578
+ readonly distribution: Schema.Struct<{
3579
+ readonly mechanism: Schema.Literals<readonly ["agent-native", "npm", "git", "manual"]>;
3580
+ readonly installHint: Schema.NullOr<Schema.NonEmptyString>;
3581
+ readonly packageRef: Schema.NullOr<Schema.NonEmptyString>;
3582
+ }>;
3583
+ readonly detection: Schema.NullOr<Schema.Struct<{
3584
+ readonly paths: Schema.$Array<Schema.Struct<{
3585
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
3586
+ readonly path: Schema.NonEmptyString;
3587
+ readonly kind: Schema.Literals<readonly ["dir", "file"]>;
3588
+ }>>;
3589
+ readonly configKeys: Schema.$Array<Schema.Struct<{
3590
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
3591
+ readonly file: Schema.NonEmptyString;
3592
+ readonly key: Schema.NonEmptyString;
3593
+ }>>;
3594
+ }>>;
3595
+ }>;
3596
+ }>]>;
3597
+ readonly vendorStatus: Schema.Union<readonly [Schema.Struct<{
3598
+ readonly state: Schema.Literal<"active">;
3599
+ }>, Schema.Struct<{
3600
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
3601
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
3602
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
3603
+ readonly state: Schema.Literal<"maintenance">;
3604
+ }>, Schema.Struct<{
3605
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
3606
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
3607
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
3608
+ readonly state: Schema.Literal<"deprecated">;
3609
+ }>, Schema.Struct<{
3610
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
3611
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
3612
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
3613
+ readonly state: Schema.Literal<"removed">;
3614
+ }>]>;
3615
+ readonly notes: Schema.NullOr<Schema.NonEmptyString>;
3616
+ readonly docs: Schema.$Array<Schema.Struct<{
3617
+ readonly label: Schema.NonEmptyString;
3618
+ readonly url: Schema.NonEmptyString;
3619
+ }>>;
3620
+ readonly sources: Schema.$Array<Schema.NonEmptyString>;
3621
+ readonly scopes: Schema.NonEmptyArray<Schema.Literals<readonly ["user", "project"]>>;
3622
+ }>, Schema.Struct<{
3623
+ availability: Schema.Struct<{
3624
+ readonly via: Schema.Literal<"none">;
3625
+ }>;
3626
+ vendorStatus: Schema.Union<readonly [Schema.Struct<{
3627
+ readonly state: Schema.Literal<"active">;
3628
+ }>, Schema.Struct<{
3629
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
3630
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
3631
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
3632
+ readonly state: Schema.Literal<"maintenance">;
3633
+ }>, Schema.Struct<{
3634
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
3635
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
3636
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
3637
+ readonly state: Schema.Literal<"deprecated">;
3638
+ }>, Schema.Struct<{
3639
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
3640
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
3641
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
3642
+ readonly state: Schema.Literal<"removed">;
3643
+ }>]>;
3644
+ notes: Schema.NullOr<Schema.NonEmptyString>;
3645
+ docs: Schema.$Array<Schema.Struct<{
3646
+ readonly label: Schema.NonEmptyString;
3647
+ readonly url: Schema.NonEmptyString;
3648
+ }>>;
3649
+ sources: Schema.$Array<Schema.NonEmptyString>;
3650
+ }>]>;
3651
+ readonly axm: Schema.Struct<{
3652
+ readonly status: Schema.Literals<readonly ["supported", "planned", "unsupported", "unknown"]>;
3653
+ readonly lastVerified: Schema.NullOr<Schema.NonEmptyString>;
3654
+ readonly reason: Schema.optionalKey<Schema.NonEmptyString>;
3655
+ readonly writer: Schema.NullOr<Schema.Never>;
3656
+ }>;
3657
+ }>;
3658
+ readonly permissions: Schema.Struct<{
3659
+ readonly native: Schema.Union<readonly [Schema.Struct<{
3660
+ readonly mechanism: Schema.NonEmptyArray<Schema.Literals<readonly ["config-file", "cli-flag", "ui-only"]>>;
3661
+ readonly configFiles: Schema.$Array<Schema.Struct<{
3662
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
3663
+ readonly path: Schema.NonEmptyString;
3664
+ readonly format: Schema.Literals<readonly ["json", "jsonc", "toml", "yaml", "starlark", "vscode-settings"]>;
3665
+ readonly gitignored: Schema.Boolean;
3666
+ }>>;
3667
+ readonly grammar: Schema.NullOr<Schema.Struct<{
3668
+ readonly style: Schema.Literals<readonly ["tool-call", "prefix", "regex", "glob", "starlark-rule"]>;
3669
+ readonly example: Schema.NonEmptyString;
3670
+ readonly notes: Schema.NullOr<Schema.NonEmptyString>;
3671
+ }>>;
3672
+ readonly prerequisites: Schema.$Array<Schema.Struct<{
3673
+ readonly key: Schema.NonEmptyString;
3674
+ readonly value: Schema.NonEmptyString;
3675
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
3676
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
3677
+ }>>;
3678
+ readonly cliFlags: Schema.$Array<Schema.Struct<{
3679
+ readonly flag: Schema.NonEmptyString;
3680
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
3681
+ }>>;
3682
+ readonly availability: Schema.Union<readonly [Schema.Struct<{
3683
+ readonly via: Schema.Literal<"native">;
3684
+ }>, Schema.Struct<{
3685
+ readonly via: Schema.Literal<"plugin">;
3686
+ readonly provider: Schema.Literals<readonly ["first-party", "third-party"]>;
3687
+ readonly plugin: Schema.Struct<{
3688
+ readonly name: Schema.NonEmptyString;
3689
+ readonly homepage: Schema.NonEmptyString;
3690
+ readonly author: Schema.NullOr<Schema.NonEmptyString>;
3691
+ readonly distribution: Schema.Struct<{
3692
+ readonly mechanism: Schema.Literals<readonly ["agent-native", "npm", "git", "manual"]>;
3693
+ readonly installHint: Schema.NullOr<Schema.NonEmptyString>;
3694
+ readonly packageRef: Schema.NullOr<Schema.NonEmptyString>;
3695
+ }>;
3696
+ readonly detection: Schema.NullOr<Schema.Struct<{
3697
+ readonly paths: Schema.$Array<Schema.Struct<{
3698
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
3699
+ readonly path: Schema.NonEmptyString;
3700
+ readonly kind: Schema.Literals<readonly ["dir", "file"]>;
3701
+ }>>;
3702
+ readonly configKeys: Schema.$Array<Schema.Struct<{
3703
+ readonly scope: Schema.Literals<readonly ["user", "project"]>;
3704
+ readonly file: Schema.NonEmptyString;
3705
+ readonly key: Schema.NonEmptyString;
3706
+ }>>;
3707
+ }>>;
3708
+ }>;
3709
+ }>]>;
3710
+ readonly vendorStatus: Schema.Union<readonly [Schema.Struct<{
3711
+ readonly state: Schema.Literal<"active">;
3712
+ }>, Schema.Struct<{
3713
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
3714
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
3715
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
3716
+ readonly state: Schema.Literal<"maintenance">;
3717
+ }>, Schema.Struct<{
3718
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
3719
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
3720
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
3721
+ readonly state: Schema.Literal<"deprecated">;
3722
+ }>, Schema.Struct<{
3723
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
3724
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
3725
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
3726
+ readonly state: Schema.Literal<"removed">;
3727
+ }>]>;
3728
+ readonly notes: Schema.NullOr<Schema.NonEmptyString>;
3729
+ readonly docs: Schema.$Array<Schema.Struct<{
3730
+ readonly label: Schema.NonEmptyString;
3731
+ readonly url: Schema.NonEmptyString;
3732
+ }>>;
3733
+ readonly sources: Schema.$Array<Schema.NonEmptyString>;
3734
+ readonly scopes: Schema.NonEmptyArray<Schema.Literals<readonly ["user", "project"]>>;
3735
+ }>, Schema.Struct<{
3736
+ availability: Schema.Struct<{
3737
+ readonly via: Schema.Literal<"none">;
3738
+ }>;
3739
+ vendorStatus: Schema.Union<readonly [Schema.Struct<{
3740
+ readonly state: Schema.Literal<"active">;
3741
+ }>, Schema.Struct<{
3742
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
3743
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
3744
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
3745
+ readonly state: Schema.Literal<"maintenance">;
3746
+ }>, Schema.Struct<{
3747
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
3748
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
3749
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
3750
+ readonly state: Schema.Literal<"deprecated">;
3751
+ }>, Schema.Struct<{
3752
+ readonly since: Schema.NullOr<Schema.NonEmptyString>;
3753
+ readonly note: Schema.NullOr<Schema.NonEmptyString>;
3754
+ readonly supersededByType: Schema.NullOr<Schema.Literals<readonly ["skill", "mcp-server", "subagent", "rule", "hook"]>>;
3755
+ readonly state: Schema.Literal<"removed">;
3756
+ }>]>;
3757
+ notes: Schema.NullOr<Schema.NonEmptyString>;
3758
+ docs: Schema.$Array<Schema.Struct<{
3759
+ readonly label: Schema.NonEmptyString;
3760
+ readonly url: Schema.NonEmptyString;
3761
+ }>>;
3762
+ sources: Schema.$Array<Schema.NonEmptyString>;
3763
+ }>]>;
3764
+ readonly axm: Schema.Struct<{
3765
+ readonly status: Schema.Literals<readonly ["supported", "planned", "unsupported", "unknown"]>;
3766
+ readonly lastVerified: Schema.NullOr<Schema.NonEmptyString>;
3767
+ readonly reason: Schema.optionalKey<Schema.NonEmptyString>;
3768
+ readonly writer: Schema.NullOr<Schema.Struct<{
3769
+ readonly grants: Schema.$Record<Schema.String, Schema.Struct<{
3770
+ readonly target: Schema.NonEmptyString;
3771
+ readonly patch: Schema.NullOr<Schema.Unknown>;
3772
+ readonly template: Schema.NullOr<Schema.NonEmptyString>;
3773
+ }>>;
3774
+ }>>;
3775
+ }>;
3776
+ }>;
3777
+ readonly targeting: Schema.optionalKey<Schema.Struct<{
3778
+ readonly extends: Schema.NullOr<Schema.NonEmptyString>;
3779
+ readonly capabilities: Schema.$Record<Schema.String, Schema.Struct<{
3780
+ readonly grades: Schema.$Array<Schema.NonEmptyString>;
3781
+ readonly nouns: Schema.$Record<Schema.String, Schema.NonEmptyString>;
3782
+ readonly affordances: Schema.$Record<Schema.String, Schema.NonEmptyString>;
3783
+ }>>;
3784
+ }>>;
3785
+ }>;
3786
+ /** @experimental This API is unstable and may change without notice. */
3787
+ export type Agent = Schema.Schema.Type<typeof AgentSchema>;
3788
+ //# sourceMappingURL=schema.d.ts.map