@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,186 @@
1
+ export declare const antigravityCliAgent: {
2
+ readonly id: "antigravity-cli";
3
+ readonly name: "Antigravity CLI";
4
+ readonly vendor: "Google";
5
+ readonly homepage: "https://antigravity.google/product/antigravity-cli";
6
+ readonly interfaces: readonly ["cli"];
7
+ readonly family: "google";
8
+ readonly rootDir: null;
9
+ readonly lifecycle: {
10
+ readonly state: "active";
11
+ };
12
+ readonly detection: {
13
+ readonly project: {
14
+ readonly markers: readonly [{
15
+ readonly kind: "dir";
16
+ readonly path: ".agents";
17
+ readonly signal: "supporting";
18
+ readonly note: null;
19
+ }];
20
+ };
21
+ readonly user: {
22
+ readonly markers: readonly [{
23
+ readonly kind: "dir";
24
+ readonly path: "~/.gemini/antigravity-cli";
25
+ readonly signal: "definitive";
26
+ readonly note: null;
27
+ }];
28
+ };
29
+ };
30
+ readonly docs: readonly [{
31
+ readonly label: "Antigravity CLI documentation";
32
+ readonly url: "https://antigravity.google/docs/cli-overview";
33
+ }];
34
+ readonly capabilities: {
35
+ readonly skill: {
36
+ readonly native: {
37
+ readonly availability: {
38
+ readonly via: "native";
39
+ };
40
+ readonly vendorStatus: {
41
+ readonly state: "active";
42
+ };
43
+ readonly notes: "Because the CLI's project Skill directory is .agents/skills, --agent universal already wrote to the correct location; this entry adds CLI-specific detection and naming.";
44
+ readonly docs: readonly [];
45
+ readonly sources: readonly ["https://antigravity.google/docs/skills"];
46
+ readonly scopes: readonly ["user", "project"];
47
+ readonly standardsCompliance: "full";
48
+ readonly convention: "universal";
49
+ readonly directory: ".agents/skills";
50
+ readonly additionalReadPaths: readonly [{
51
+ readonly path: ".agent/skills";
52
+ readonly status: "compat";
53
+ }];
54
+ };
55
+ readonly axm: {
56
+ readonly status: "supported";
57
+ readonly lastVerified: "2026-08-05";
58
+ readonly writer: null;
59
+ };
60
+ };
61
+ readonly "mcp-server": {
62
+ readonly native: {
63
+ readonly availability: {
64
+ readonly via: "native";
65
+ };
66
+ readonly vendorStatus: {
67
+ readonly state: "active";
68
+ };
69
+ readonly notes: null;
70
+ readonly docs: readonly [];
71
+ readonly sources: readonly ["https://antigravity.google/docs/mcp"];
72
+ readonly scopes: readonly ["user", "project"];
73
+ readonly standardsCompliance: "full";
74
+ readonly convention: "universal";
75
+ readonly transports: readonly ["stdio", "http", "sse"];
76
+ };
77
+ readonly axm: {
78
+ readonly status: "unsupported";
79
+ readonly lastVerified: null;
80
+ readonly writer: null;
81
+ readonly reason: "The Antigravity CLI shares product configuration with the desktop surface; AXM avoids a second writer until shared-target ownership is explicit.";
82
+ };
83
+ };
84
+ readonly subagent: {
85
+ readonly native: {
86
+ readonly availability: {
87
+ readonly via: "none";
88
+ };
89
+ readonly vendorStatus: {
90
+ readonly state: "active";
91
+ };
92
+ readonly notes: "The CLI manages background subagents in its Agent Manager, but the vendor docs do not define a custom-subagent file directory.";
93
+ readonly docs: readonly [];
94
+ readonly sources: readonly ["https://antigravity.google/product/antigravity-cli"];
95
+ };
96
+ readonly axm: {
97
+ readonly status: "unsupported";
98
+ readonly lastVerified: null;
99
+ readonly writer: null;
100
+ readonly reason: "No vendor-documented custom-subagent file target is available.";
101
+ };
102
+ };
103
+ readonly hook: {
104
+ readonly native: {
105
+ readonly availability: {
106
+ readonly via: "native";
107
+ };
108
+ readonly vendorStatus: {
109
+ readonly state: "active";
110
+ };
111
+ readonly notes: "The CLI reads command hooks from the workspace or global customization directory.";
112
+ readonly docs: readonly [];
113
+ readonly sources: readonly ["https://antigravity.google/docs/hooks"];
114
+ readonly scopes: readonly ["user", "project"];
115
+ readonly modeling: "native-unmodeled";
116
+ };
117
+ readonly axm: {
118
+ readonly status: "unsupported";
119
+ readonly writer: null;
120
+ readonly lastVerified: null;
121
+ readonly reason: "Antigravity's named hook bundles require a serializer AXM does not implement.";
122
+ };
123
+ };
124
+ };
125
+ readonly instructions: {
126
+ readonly native: {
127
+ readonly availability: {
128
+ readonly via: "native";
129
+ };
130
+ readonly vendorStatus: {
131
+ readonly state: "active";
132
+ };
133
+ readonly notes: null;
134
+ readonly docs: readonly [];
135
+ readonly sources: readonly ["https://antigravity.google/docs/rules-workflows"];
136
+ readonly scopes: readonly ["project"];
137
+ readonly standardsCompliance: "full";
138
+ readonly convention: "universal";
139
+ readonly kind: "agents-md";
140
+ readonly files: readonly ["AGENTS.md"];
141
+ readonly nestedDiscovery: true;
142
+ readonly importSyntax: null;
143
+ readonly directory: ".agents/rules";
144
+ };
145
+ readonly axm: {
146
+ readonly status: "supported";
147
+ readonly lastVerified: "2026-08-05";
148
+ readonly writer: null;
149
+ };
150
+ };
151
+ readonly permissions: {
152
+ readonly native: {
153
+ readonly availability: {
154
+ readonly via: "native";
155
+ };
156
+ readonly vendorStatus: {
157
+ readonly state: "active";
158
+ };
159
+ readonly notes: null;
160
+ readonly docs: readonly [];
161
+ readonly sources: readonly ["https://antigravity.google/docs/cli-permissions"];
162
+ readonly scopes: readonly ["user"];
163
+ readonly mechanism: readonly ["config-file"];
164
+ readonly configFiles: readonly [{
165
+ readonly scope: "user";
166
+ readonly path: "~/.gemini/antigravity-cli/settings.json";
167
+ readonly format: "json";
168
+ readonly gitignored: false;
169
+ }];
170
+ readonly grammar: {
171
+ readonly style: "regex";
172
+ readonly example: "command(axm)";
173
+ readonly notes: "Conflicting rules are evaluated Deny > Ask > Allow.";
174
+ };
175
+ readonly prerequisites: readonly [];
176
+ readonly cliFlags: readonly [];
177
+ };
178
+ readonly axm: {
179
+ readonly status: "unsupported";
180
+ readonly lastVerified: null;
181
+ readonly writer: null;
182
+ readonly reason: "AXM does not yet implement Antigravity CLI permission-rule patches.";
183
+ };
184
+ };
185
+ };
186
+ //# sourceMappingURL=antigravity-cli.d.ts.map
@@ -0,0 +1,140 @@
1
+ export const antigravityCliAgent = {
2
+ id: "antigravity-cli",
3
+ name: "Antigravity CLI",
4
+ vendor: "Google",
5
+ homepage: "https://antigravity.google/product/antigravity-cli",
6
+ interfaces: ["cli"],
7
+ family: "google",
8
+ rootDir: null,
9
+ lifecycle: { state: "active" },
10
+ detection: {
11
+ project: { markers: [{ kind: "dir", path: ".agents", signal: "supporting", note: null }] },
12
+ user: {
13
+ markers: [
14
+ { kind: "dir", path: "~/.gemini/antigravity-cli", signal: "definitive", note: null },
15
+ ],
16
+ },
17
+ },
18
+ docs: [
19
+ { label: "Antigravity CLI documentation", url: "https://antigravity.google/docs/cli-overview" },
20
+ ],
21
+ capabilities: {
22
+ skill: {
23
+ native: {
24
+ availability: { via: "native" },
25
+ vendorStatus: { state: "active" },
26
+ notes: "Because the CLI's project Skill directory is .agents/skills, --agent universal already wrote to the correct location; this entry adds CLI-specific detection and naming.",
27
+ docs: [],
28
+ sources: ["https://antigravity.google/docs/skills"],
29
+ scopes: ["user", "project"],
30
+ standardsCompliance: "full",
31
+ convention: "universal",
32
+ directory: ".agents/skills",
33
+ additionalReadPaths: [{ path: ".agent/skills", status: "compat" }],
34
+ },
35
+ axm: { status: "supported", lastVerified: "2026-08-05", writer: null },
36
+ },
37
+ "mcp-server": {
38
+ native: {
39
+ availability: { via: "native" },
40
+ vendorStatus: { state: "active" },
41
+ notes: null,
42
+ docs: [],
43
+ sources: ["https://antigravity.google/docs/mcp"],
44
+ scopes: ["user", "project"],
45
+ standardsCompliance: "full",
46
+ convention: "universal",
47
+ transports: ["stdio", "http", "sse"],
48
+ },
49
+ axm: {
50
+ status: "unsupported",
51
+ lastVerified: null,
52
+ writer: null,
53
+ reason: "The Antigravity CLI shares product configuration with the desktop surface; AXM avoids a second writer until shared-target ownership is explicit.",
54
+ },
55
+ },
56
+ subagent: {
57
+ native: {
58
+ availability: { via: "none" },
59
+ vendorStatus: { state: "active" },
60
+ notes: "The CLI manages background subagents in its Agent Manager, but the vendor docs do not define a custom-subagent file directory.",
61
+ docs: [],
62
+ sources: ["https://antigravity.google/product/antigravity-cli"],
63
+ },
64
+ axm: {
65
+ status: "unsupported",
66
+ lastVerified: null,
67
+ writer: null,
68
+ reason: "No vendor-documented custom-subagent file target is available.",
69
+ },
70
+ },
71
+ hook: {
72
+ native: {
73
+ availability: { via: "native" },
74
+ vendorStatus: { state: "active" },
75
+ notes: "The CLI reads command hooks from the workspace or global customization directory.",
76
+ docs: [],
77
+ sources: ["https://antigravity.google/docs/hooks"],
78
+ scopes: ["user", "project"],
79
+ modeling: "native-unmodeled",
80
+ },
81
+ axm: {
82
+ status: "unsupported",
83
+ writer: null,
84
+ lastVerified: null,
85
+ reason: "Antigravity's named hook bundles require a serializer AXM does not implement.",
86
+ },
87
+ },
88
+ },
89
+ instructions: {
90
+ native: {
91
+ availability: { via: "native" },
92
+ vendorStatus: { state: "active" },
93
+ notes: null,
94
+ docs: [],
95
+ sources: ["https://antigravity.google/docs/rules-workflows"],
96
+ scopes: ["project"],
97
+ standardsCompliance: "full",
98
+ convention: "universal",
99
+ kind: "agents-md",
100
+ files: ["AGENTS.md"],
101
+ nestedDiscovery: true,
102
+ importSyntax: null,
103
+ directory: ".agents/rules",
104
+ },
105
+ axm: { status: "supported", lastVerified: "2026-08-05", writer: null },
106
+ },
107
+ permissions: {
108
+ native: {
109
+ availability: { via: "native" },
110
+ vendorStatus: { state: "active" },
111
+ notes: null,
112
+ docs: [],
113
+ sources: ["https://antigravity.google/docs/cli-permissions"],
114
+ scopes: ["user"],
115
+ mechanism: ["config-file"],
116
+ configFiles: [
117
+ {
118
+ scope: "user",
119
+ path: "~/.gemini/antigravity-cli/settings.json",
120
+ format: "json",
121
+ gitignored: false,
122
+ },
123
+ ],
124
+ grammar: {
125
+ style: "regex",
126
+ example: "command(axm)",
127
+ notes: "Conflicting rules are evaluated Deny > Ask > Allow.",
128
+ },
129
+ prerequisites: [],
130
+ cliFlags: [],
131
+ },
132
+ axm: {
133
+ status: "unsupported",
134
+ lastVerified: null,
135
+ writer: null,
136
+ reason: "AXM does not yet implement Antigravity CLI permission-rule patches.",
137
+ },
138
+ },
139
+ };
140
+ //# sourceMappingURL=antigravity-cli.js.map
@@ -0,0 +1,357 @@
1
+ export declare const antigravityAgent: {
2
+ readonly id: "antigravity";
3
+ readonly name: "Antigravity";
4
+ readonly vendor: "Google";
5
+ readonly homepage: "https://antigravity.google";
6
+ readonly interfaces: readonly ["ide-extension"];
7
+ readonly family: "google";
8
+ readonly rootDir: null;
9
+ readonly lifecycle: {
10
+ readonly state: "active";
11
+ };
12
+ readonly detection: {
13
+ readonly project: {
14
+ readonly markers: readonly [{
15
+ readonly kind: "dir";
16
+ readonly path: ".agents";
17
+ readonly signal: "supporting";
18
+ readonly note: null;
19
+ }, {
20
+ readonly kind: "dir";
21
+ readonly path: ".agent";
22
+ readonly signal: "supporting";
23
+ readonly note: null;
24
+ }];
25
+ };
26
+ readonly user: {
27
+ readonly markers: readonly [{
28
+ readonly kind: "dir";
29
+ readonly path: "~/.gemini/antigravity-cli";
30
+ readonly signal: "definitive";
31
+ readonly note: null;
32
+ }];
33
+ };
34
+ };
35
+ readonly docs: readonly [{
36
+ readonly label: "Antigravity documentation";
37
+ readonly url: "https://antigravity.google/docs";
38
+ }, {
39
+ readonly label: "Antigravity CLI overview";
40
+ readonly url: "https://antigravity.google/docs/cli-overview";
41
+ }];
42
+ readonly capabilities: {
43
+ readonly skill: {
44
+ readonly native: {
45
+ readonly availability: {
46
+ readonly via: "native";
47
+ };
48
+ readonly vendorStatus: {
49
+ readonly state: "active";
50
+ };
51
+ readonly notes: "Antigravity 2.0 defaults to .agents/skills (project) and ~/.gemini/config/skills (user); .agent/skills remains supported for backward compatibility.\n";
52
+ readonly docs: readonly [];
53
+ readonly sources: readonly ["https://antigravity.google/docs/skills"];
54
+ readonly scopes: readonly ["user", "project"];
55
+ readonly standardsCompliance: "full";
56
+ readonly convention: "universal";
57
+ readonly directory: ".agents/skills";
58
+ readonly additionalReadPaths: readonly [{
59
+ readonly path: ".agent/skills";
60
+ readonly status: "compat";
61
+ }];
62
+ };
63
+ readonly axm: {
64
+ readonly status: "supported";
65
+ readonly lastVerified: "2026-08-05";
66
+ readonly writer: null;
67
+ };
68
+ };
69
+ readonly "mcp-server": {
70
+ readonly native: {
71
+ readonly availability: {
72
+ readonly via: "native";
73
+ };
74
+ readonly vendorStatus: {
75
+ readonly state: "active";
76
+ };
77
+ readonly notes: "Antigravity stores global MCP servers in ~/.gemini/config/mcp_config.json and workspace MCP servers in .agents/mcp_config.json. Remote MCP definitions use serverUrl, and disabled is an optional per-server switch.";
78
+ readonly docs: readonly [];
79
+ readonly sources: readonly ["https://antigravity.google/docs/mcp", "https://antigravity.google/docs/cli/plugins"];
80
+ readonly scopes: readonly ["user", "project"];
81
+ readonly standardsCompliance: "full";
82
+ readonly convention: "universal";
83
+ readonly transports: readonly ["stdio", "http", "sse"];
84
+ readonly mcpEnvExpansion: {
85
+ readonly variables: "none";
86
+ readonly defaults: false;
87
+ };
88
+ };
89
+ readonly axm: {
90
+ readonly status: "supported";
91
+ readonly lastVerified: "2026-08-05";
92
+ readonly writer: {
93
+ readonly config: {
94
+ readonly serversKey: "mcpServers";
95
+ readonly activationField: {
96
+ readonly required: {
97
+ readonly name: "disabled";
98
+ readonly enabled: false;
99
+ readonly disabled: true;
100
+ };
101
+ readonly accepted: readonly [{
102
+ readonly name: "disabled";
103
+ readonly enabled: false;
104
+ readonly disabled: true;
105
+ }, null];
106
+ };
107
+ readonly targets: readonly [{
108
+ readonly scope: "user";
109
+ readonly path: "~/.gemini/config/mcp_config.json";
110
+ readonly format: "json";
111
+ readonly attribution: "agent";
112
+ }, {
113
+ readonly scope: "project";
114
+ readonly path: ".agents/mcp_config.json";
115
+ readonly format: "json";
116
+ readonly attribution: "agent";
117
+ }];
118
+ readonly stdio: {
119
+ readonly typeField: {
120
+ readonly required: null;
121
+ readonly accepted: readonly [null];
122
+ };
123
+ readonly command: "split";
124
+ readonly envKey: "env";
125
+ };
126
+ readonly remote: {
127
+ readonly typeField: {
128
+ readonly required: null;
129
+ readonly accepted: readonly [null];
130
+ };
131
+ readonly urlKey: {
132
+ readonly "streamable-http": "serverUrl";
133
+ readonly sse: "serverUrl";
134
+ };
135
+ readonly headersKey: "headers";
136
+ };
137
+ };
138
+ };
139
+ };
140
+ };
141
+ readonly subagent: {
142
+ readonly native: {
143
+ readonly availability: {
144
+ readonly via: "none";
145
+ };
146
+ readonly vendorStatus: {
147
+ readonly state: "active";
148
+ };
149
+ readonly notes: null;
150
+ readonly docs: readonly [];
151
+ readonly sources: readonly [];
152
+ };
153
+ readonly axm: {
154
+ readonly status: "unsupported";
155
+ readonly lastVerified: null;
156
+ readonly writer: null;
157
+ };
158
+ };
159
+ readonly hook: {
160
+ readonly native: {
161
+ readonly availability: {
162
+ readonly via: "native";
163
+ };
164
+ readonly vendorStatus: {
165
+ readonly state: "active";
166
+ };
167
+ readonly notes: "Antigravity documents command hooks in hooks.json for the current Antigravity execution loop. This supersedes earlier research that found hooks only in SDK/plugin surfaces. Each hooks.json entry is namespaced by a hook name that carries its own enabled flag, and event groups nest under that name rather than under a single top-level hooks key.";
168
+ readonly docs: readonly [];
169
+ readonly sources: readonly ["https://antigravity.google/docs/hooks", "https://antigravity.google/docs/cli/plugins"];
170
+ readonly scopes: readonly ["user", "project"];
171
+ readonly mechanism: readonly ["command-stdin"];
172
+ readonly configFiles: readonly [{
173
+ readonly scope: "user";
174
+ readonly path: "~/.gemini/config/hooks.json";
175
+ readonly format: "json";
176
+ readonly gitignored: false;
177
+ }, {
178
+ readonly scope: "project";
179
+ readonly path: ".agents/hooks.json";
180
+ readonly format: "json";
181
+ readonly gitignored: false;
182
+ }];
183
+ readonly events: readonly [{
184
+ readonly nativeName: "PreToolUse";
185
+ readonly canonical: "tool.pre";
186
+ readonly matcher: {
187
+ readonly kind: "regex";
188
+ readonly example: "browser_.*";
189
+ readonly notes: "Matches on tool name; * selects every tool.";
190
+ };
191
+ readonly decision: readonly [{
192
+ readonly kind: "observe";
193
+ }, {
194
+ readonly kind: "block";
195
+ readonly outcomes: readonly ["allow", "deny", "ask"];
196
+ }];
197
+ readonly sources: readonly ["https://antigravity.google/docs/hooks"];
198
+ readonly lastVerified: "2026-08-05";
199
+ }, {
200
+ readonly nativeName: "PostToolUse";
201
+ readonly canonical: "tool.post";
202
+ readonly matcher: {
203
+ readonly kind: "regex";
204
+ readonly example: "run_command";
205
+ readonly notes: null;
206
+ };
207
+ readonly decision: readonly [{
208
+ readonly kind: "observe";
209
+ }];
210
+ readonly sources: readonly ["https://antigravity.google/docs/hooks"];
211
+ readonly lastVerified: "2026-08-05";
212
+ }, {
213
+ readonly nativeName: "PreInvocation";
214
+ readonly canonical: "prompt.submit";
215
+ readonly matcher: {
216
+ readonly kind: "none-imperative";
217
+ readonly example: null;
218
+ readonly notes: null;
219
+ };
220
+ readonly decision: readonly [{
221
+ readonly kind: "observe";
222
+ }, {
223
+ readonly kind: "modify";
224
+ readonly operations: readonly ["inject-context"];
225
+ }];
226
+ readonly sources: readonly ["https://antigravity.google/docs/hooks"];
227
+ readonly lastVerified: "2026-08-05";
228
+ }, {
229
+ readonly nativeName: "PostInvocation";
230
+ readonly canonical: "turn.end";
231
+ readonly matcher: {
232
+ readonly kind: "none-imperative";
233
+ readonly example: null;
234
+ readonly notes: null;
235
+ };
236
+ readonly decision: readonly [{
237
+ readonly kind: "observe";
238
+ }, {
239
+ readonly kind: "modify";
240
+ readonly operations: readonly ["inject-context"];
241
+ }];
242
+ readonly sources: readonly ["https://antigravity.google/docs/hooks"];
243
+ readonly lastVerified: "2026-08-05";
244
+ }, {
245
+ readonly nativeName: "Stop";
246
+ readonly canonical: "turn.end";
247
+ readonly matcher: {
248
+ readonly kind: "none-imperative";
249
+ readonly example: null;
250
+ readonly notes: null;
251
+ };
252
+ readonly decision: readonly [{
253
+ readonly kind: "observe";
254
+ }, {
255
+ readonly kind: "block";
256
+ readonly outcomes: readonly ["allow", "deny"];
257
+ }];
258
+ readonly sources: readonly ["https://antigravity.google/docs/hooks"];
259
+ readonly lastVerified: "2026-08-05";
260
+ }];
261
+ readonly tools: readonly [{
262
+ readonly nativeName: "run_command";
263
+ readonly canonical: "shell.exec";
264
+ readonly sources: readonly ["https://antigravity.google/docs/hooks"];
265
+ readonly lastVerified: "2026-08-05";
266
+ }];
267
+ };
268
+ readonly axm: {
269
+ readonly status: "unsupported";
270
+ readonly writer: null;
271
+ readonly lastVerified: null;
272
+ readonly reason: "Antigravity namespaces each hook bundle under its own top-level name in hooks.json; AXM's writer targets a single settings key and cannot express that nesting.";
273
+ };
274
+ };
275
+ };
276
+ readonly instructions: {
277
+ readonly native: {
278
+ readonly availability: {
279
+ readonly via: "native";
280
+ };
281
+ readonly vendorStatus: {
282
+ readonly state: "active";
283
+ };
284
+ readonly notes: null;
285
+ readonly docs: readonly [];
286
+ readonly sources: readonly ["https://antigravity.google/docs/rules-workflows"];
287
+ readonly scopes: readonly ["project"];
288
+ readonly standardsCompliance: "full";
289
+ readonly convention: "universal";
290
+ readonly directory: ".agents/rules";
291
+ readonly kind: "agents-md";
292
+ readonly files: readonly ["AGENTS.md"];
293
+ readonly nestedDiscovery: true;
294
+ readonly importSyntax: null;
295
+ };
296
+ readonly axm: {
297
+ readonly status: "supported";
298
+ readonly lastVerified: "2026-08-05";
299
+ readonly writer: null;
300
+ };
301
+ };
302
+ readonly permissions: {
303
+ readonly native: {
304
+ readonly availability: {
305
+ readonly via: "native";
306
+ };
307
+ readonly vendorStatus: {
308
+ readonly state: "active";
309
+ };
310
+ readonly notes: "Antigravity CLI exposes fine-grained allow/ask/deny permissions in settings, with resources such as command(...), read_file(...), write_file(...), read_url(...), execute_url(...), and mcp(...).";
311
+ readonly docs: readonly [];
312
+ readonly sources: readonly ["https://antigravity.google/docs/cli-permissions", "https://antigravity.google/docs/cli-reference"];
313
+ readonly scopes: readonly ["user"];
314
+ readonly mechanism: readonly ["config-file", "ui-only"];
315
+ readonly configFiles: readonly [{
316
+ readonly scope: "user";
317
+ readonly path: "~/.gemini/antigravity-cli/settings.json";
318
+ readonly format: "json";
319
+ readonly gitignored: false;
320
+ }];
321
+ readonly grammar: {
322
+ readonly style: "regex";
323
+ readonly example: "command(axm)";
324
+ readonly notes: "Conflicting rules are evaluated Deny > Ask > Allow.";
325
+ };
326
+ readonly prerequisites: readonly [];
327
+ readonly cliFlags: readonly [];
328
+ };
329
+ readonly axm: {
330
+ readonly status: "supported";
331
+ readonly lastVerified: "2026-08-05";
332
+ readonly writer: {
333
+ readonly grants: {
334
+ readonly shell: {
335
+ readonly target: "~/.gemini/antigravity-cli/settings.json";
336
+ readonly patch: {
337
+ readonly permissions: {
338
+ readonly allow: readonly ["command(${tool})"];
339
+ };
340
+ };
341
+ readonly template: null;
342
+ };
343
+ readonly filesystem: {
344
+ readonly target: "~/.gemini/antigravity-cli/settings.json";
345
+ readonly patch: {
346
+ readonly permissions: {
347
+ readonly allow: readonly ["read_file(${workspaceRoot})", "write_file(${workspaceRoot})"];
348
+ };
349
+ };
350
+ readonly template: null;
351
+ };
352
+ };
353
+ };
354
+ };
355
+ };
356
+ };
357
+ //# sourceMappingURL=antigravity.d.ts.map