@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,126 @@
1
+ export const iflowCliAgent = {
2
+ id: "iflow-cli",
3
+ name: "iFlow CLI",
4
+ vendor: "XinLiu AI",
5
+ homepage: "https://platform.iflow.cn/cli",
6
+ interfaces: ["cli"],
7
+ family: null,
8
+ rootDir: ".iflow",
9
+ lifecycle: { state: "active" },
10
+ detection: {
11
+ project: { markers: [{ kind: "dir", path: ".iflow", signal: "definitive", note: null }] },
12
+ user: {
13
+ markers: [
14
+ { kind: "executable", name: "iflow", signal: "definitive", note: null },
15
+ { kind: "dir", path: "~/.iflow", signal: "definitive", note: null },
16
+ ],
17
+ },
18
+ },
19
+ docs: [{ label: "iFlow CLI documentation", url: "https://platform.iflow.cn/en/cli/quickstart" }],
20
+ capabilities: {
21
+ skill: {
22
+ native: {
23
+ availability: { via: "native" },
24
+ vendorStatus: { state: "active" },
25
+ notes: null,
26
+ docs: [],
27
+ sources: ["https://platform.iflow.cn/en/cli/examples/skill"],
28
+ scopes: ["user", "project"],
29
+ standardsCompliance: "full",
30
+ convention: "vendor",
31
+ directory: ".iflow/skills",
32
+ },
33
+ axm: { status: "supported", lastVerified: "2026-08-05", writer: null },
34
+ },
35
+ "mcp-server": {
36
+ native: {
37
+ availability: { via: "native" },
38
+ vendorStatus: { state: "active" },
39
+ notes: "iFlow CLI supports CLI-managed and JSON-configured MCP servers at user and project scopes.",
40
+ docs: [],
41
+ sources: ["https://platform.iflow.cn/en/cli/examples/mcp"],
42
+ scopes: ["user", "project"],
43
+ standardsCompliance: "full",
44
+ convention: "vendor",
45
+ transports: ["stdio", "http", "sse"],
46
+ },
47
+ axm: {
48
+ status: "unsupported",
49
+ lastVerified: null,
50
+ writer: null,
51
+ reason: "The vendor docs name both settings and legacy MCP files; AXM has not verified one lossless writer dialect across them.",
52
+ },
53
+ },
54
+ subagent: {
55
+ native: {
56
+ availability: { via: "native" },
57
+ vendorStatus: { state: "active" },
58
+ notes: null,
59
+ docs: [],
60
+ sources: ["https://platform.iflow.cn/en/cli/examples/subagent"],
61
+ scopes: ["user", "project"],
62
+ directory: ".iflow/agents",
63
+ layout: "directory",
64
+ },
65
+ axm: { status: "supported", lastVerified: "2026-08-05", writer: null },
66
+ },
67
+ hook: {
68
+ native: {
69
+ availability: { via: "native" },
70
+ vendorStatus: { state: "active" },
71
+ notes: "iFlow documents command hooks at user and project scopes, but AXM has not modeled the event and serialization contract.",
72
+ docs: [],
73
+ sources: ["https://platform.iflow.cn/en/cli/examples/hooks"],
74
+ scopes: ["user", "project"],
75
+ modeling: "native-unmodeled",
76
+ },
77
+ axm: {
78
+ status: "unsupported",
79
+ writer: null,
80
+ lastVerified: null,
81
+ reason: "AXM has not implemented the iFlow hook dialect.",
82
+ },
83
+ },
84
+ },
85
+ instructions: {
86
+ native: {
87
+ availability: { via: "native" },
88
+ vendorStatus: { state: "active" },
89
+ notes: null,
90
+ docs: [],
91
+ sources: ["https://platform.iflow.cn/en/cli/configuration/iflow"],
92
+ scopes: ["user", "project"],
93
+ standardsCompliance: "partial",
94
+ convention: "vendor",
95
+ kind: "own-file",
96
+ files: ["IFLOW.md"],
97
+ nestedDiscovery: true,
98
+ importSyntax: null,
99
+ },
100
+ axm: { status: "supported", lastVerified: "2026-08-05", writer: null },
101
+ },
102
+ permissions: {
103
+ native: {
104
+ availability: { via: "native" },
105
+ vendorStatus: { state: "active" },
106
+ notes: "iFlow exposes confirmation and YOLO execution modes, but vendor docs do not define stable granular permission files for AXM.",
107
+ docs: [],
108
+ sources: ["https://platform.iflow.cn/en/cli/quickstart"],
109
+ scopes: ["user"],
110
+ mechanism: ["cli-flag", "ui-only"],
111
+ configFiles: [],
112
+ grammar: null,
113
+ prerequisites: [],
114
+ cliFlags: [
115
+ { flag: "--yolo", note: "Allow tool execution without per-operation confirmation." },
116
+ ],
117
+ },
118
+ axm: {
119
+ status: "unsupported",
120
+ lastVerified: null,
121
+ writer: null,
122
+ reason: "AXM does not emit broad bypass flags as permission grants.",
123
+ },
124
+ },
125
+ };
126
+ //# sourceMappingURL=iflow-cli.js.map
@@ -0,0 +1,67 @@
1
+ export { adalAgent } from "./adal.js";
2
+ export { aiderDeskAgent } from "./aider-desk.js";
3
+ export { ampAgent } from "./amp.js";
4
+ export { antigravityAgent } from "./antigravity.js";
5
+ export { antigravityCliAgent } from "./antigravity-cli.js";
6
+ export { augmentAgent } from "./augment.js";
7
+ export { chatgptAgent } from "./chatgpt.js";
8
+ export { claudeAiAgent } from "./claude-ai.js";
9
+ export { claudeCodeAgent } from "./claude-code.js";
10
+ export { clineAgent } from "./cline.js";
11
+ export { codeartsAgentAgent } from "./codearts-agent.js";
12
+ export { codebuddyAgent } from "./codebuddy.js";
13
+ export { codemakerAgent } from "./codemaker.js";
14
+ export { codestudioAgent } from "./codestudio.js";
15
+ export { codexAgent } from "./codex.js";
16
+ export { commandCodeAgent } from "./command-code.js";
17
+ export { continueAgent } from "./continue.js";
18
+ export { cortexAgent } from "./cortex.js";
19
+ export { coworkAgent } from "./cowork.js";
20
+ export { crushAgent } from "./crush.js";
21
+ export { cursorAgent } from "./cursor.js";
22
+ export { deepagentsAgent } from "./deepagents.js";
23
+ export { devinAgent } from "./devin.js";
24
+ export { dextoAgent } from "./dexto.js";
25
+ export { droidAgent } from "./droid.js";
26
+ export { firebenderAgent } from "./firebender.js";
27
+ export { forgecodeAgent } from "./forgecode.js";
28
+ export { geminiCliAgent } from "./gemini-cli.js";
29
+ export { geminiAppAgent } from "./gemini-app.js";
30
+ export { githubCopilotCliAgent } from "./github-copilot-cli.js";
31
+ export { gooseAgent } from "./goose.js";
32
+ export { grokCliAgent } from "./grok-cli.js";
33
+ export { hermesAgent } from "./hermes.js";
34
+ export { iflowCliAgent } from "./iflow-cli.js";
35
+ export { ibmBobAgent } from "./ibm-bob.js";
36
+ export { junieAgent } from "./junie.js";
37
+ export { lingmaAgent } from "./lingma.js";
38
+ export { kiloAgent } from "./kilo.js";
39
+ export { kimiCliAgent } from "./kimi-cli.js";
40
+ export { kiroCliAgent } from "./kiro-cli.js";
41
+ export { kodeAgent } from "./kode.js";
42
+ export { mcpjamAgent } from "./mcpjam.js";
43
+ export { mistralVibeAgent } from "./mistral-vibe.js";
44
+ export { minimaxCodeAgent } from "./minimax-code.js";
45
+ export { muxAgent } from "./mux.js";
46
+ export { neovateAgent } from "./neovate.js";
47
+ export { openclawAgent } from "./openclaw.js";
48
+ export { opencodeAgent } from "./opencode.js";
49
+ export { openhandsAgent } from "./openhands.js";
50
+ export { onaAgent } from "./ona.js";
51
+ export { piAgent } from "./pi.js";
52
+ export { pochiAgent } from "./pochi.js";
53
+ export { qoderAgent } from "./qoder.js";
54
+ export { qoderCnAgent } from "./qoder-cn.js";
55
+ export { qwenCodeAgent } from "./qwen-code.js";
56
+ export { replitAgent } from "./replit.js";
57
+ export { rooAgent } from "./roo.js";
58
+ export { rovodevAgent } from "./rovodev.js";
59
+ export { tabnineCliAgent } from "./tabnine-cli.js";
60
+ export { traeCnAgent } from "./trae-cn.js";
61
+ export { traeAgent } from "./trae.js";
62
+ export { warpAgent } from "./warp.js";
63
+ export { windsurfAgent } from "./windsurf.js";
64
+ export { zencoderAgent } from "./zencoder.js";
65
+ export { zedAgent } from "./zed.js";
66
+ export { zenflowAgent } from "./zenflow.js";
67
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,67 @@
1
+ export { adalAgent } from "./adal.js";
2
+ export { aiderDeskAgent } from "./aider-desk.js";
3
+ export { ampAgent } from "./amp.js";
4
+ export { antigravityAgent } from "./antigravity.js";
5
+ export { antigravityCliAgent } from "./antigravity-cli.js";
6
+ export { augmentAgent } from "./augment.js";
7
+ export { chatgptAgent } from "./chatgpt.js";
8
+ export { claudeAiAgent } from "./claude-ai.js";
9
+ export { claudeCodeAgent } from "./claude-code.js";
10
+ export { clineAgent } from "./cline.js";
11
+ export { codeartsAgentAgent } from "./codearts-agent.js";
12
+ export { codebuddyAgent } from "./codebuddy.js";
13
+ export { codemakerAgent } from "./codemaker.js";
14
+ export { codestudioAgent } from "./codestudio.js";
15
+ export { codexAgent } from "./codex.js";
16
+ export { commandCodeAgent } from "./command-code.js";
17
+ export { continueAgent } from "./continue.js";
18
+ export { cortexAgent } from "./cortex.js";
19
+ export { coworkAgent } from "./cowork.js";
20
+ export { crushAgent } from "./crush.js";
21
+ export { cursorAgent } from "./cursor.js";
22
+ export { deepagentsAgent } from "./deepagents.js";
23
+ export { devinAgent } from "./devin.js";
24
+ export { dextoAgent } from "./dexto.js";
25
+ export { droidAgent } from "./droid.js";
26
+ export { firebenderAgent } from "./firebender.js";
27
+ export { forgecodeAgent } from "./forgecode.js";
28
+ export { geminiCliAgent } from "./gemini-cli.js";
29
+ export { geminiAppAgent } from "./gemini-app.js";
30
+ export { githubCopilotCliAgent } from "./github-copilot-cli.js";
31
+ export { gooseAgent } from "./goose.js";
32
+ export { grokCliAgent } from "./grok-cli.js";
33
+ export { hermesAgent } from "./hermes.js";
34
+ export { iflowCliAgent } from "./iflow-cli.js";
35
+ export { ibmBobAgent } from "./ibm-bob.js";
36
+ export { junieAgent } from "./junie.js";
37
+ export { lingmaAgent } from "./lingma.js";
38
+ export { kiloAgent } from "./kilo.js";
39
+ export { kimiCliAgent } from "./kimi-cli.js";
40
+ export { kiroCliAgent } from "./kiro-cli.js";
41
+ export { kodeAgent } from "./kode.js";
42
+ export { mcpjamAgent } from "./mcpjam.js";
43
+ export { mistralVibeAgent } from "./mistral-vibe.js";
44
+ export { minimaxCodeAgent } from "./minimax-code.js";
45
+ export { muxAgent } from "./mux.js";
46
+ export { neovateAgent } from "./neovate.js";
47
+ export { openclawAgent } from "./openclaw.js";
48
+ export { opencodeAgent } from "./opencode.js";
49
+ export { openhandsAgent } from "./openhands.js";
50
+ export { onaAgent } from "./ona.js";
51
+ export { piAgent } from "./pi.js";
52
+ export { pochiAgent } from "./pochi.js";
53
+ export { qoderAgent } from "./qoder.js";
54
+ export { qoderCnAgent } from "./qoder-cn.js";
55
+ export { qwenCodeAgent } from "./qwen-code.js";
56
+ export { replitAgent } from "./replit.js";
57
+ export { rooAgent } from "./roo.js";
58
+ export { rovodevAgent } from "./rovodev.js";
59
+ export { tabnineCliAgent } from "./tabnine-cli.js";
60
+ export { traeCnAgent } from "./trae-cn.js";
61
+ export { traeAgent } from "./trae.js";
62
+ export { warpAgent } from "./warp.js";
63
+ export { windsurfAgent } from "./windsurf.js";
64
+ export { zencoderAgent } from "./zencoder.js";
65
+ export { zedAgent } from "./zed.js";
66
+ export { zenflowAgent } from "./zenflow.js";
67
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1,219 @@
1
+ export declare const junieAgent: {
2
+ readonly id: "junie";
3
+ readonly name: "Junie";
4
+ readonly vendor: "JetBrains";
5
+ readonly homepage: "https://www.jetbrains.com/junie";
6
+ readonly interfaces: readonly ["ide-extension"];
7
+ readonly family: "jetbrains";
8
+ readonly rootDir: ".junie";
9
+ readonly lifecycle: {
10
+ readonly state: "active";
11
+ };
12
+ readonly detection: {
13
+ readonly project: {
14
+ readonly markers: readonly [];
15
+ };
16
+ readonly user: {
17
+ readonly markers: readonly [];
18
+ };
19
+ };
20
+ readonly docs: readonly [{
21
+ readonly label: "Junie documentation";
22
+ readonly url: "https://junie.jetbrains.com/docs/";
23
+ }];
24
+ readonly capabilities: {
25
+ readonly skill: {
26
+ readonly native: {
27
+ readonly availability: {
28
+ readonly via: "native";
29
+ };
30
+ readonly vendorStatus: {
31
+ readonly state: "active";
32
+ };
33
+ readonly notes: null;
34
+ readonly docs: readonly [];
35
+ readonly sources: readonly ["https://junie.jetbrains.com/docs/agent-skills.html"];
36
+ readonly scopes: readonly ["user", "project"];
37
+ readonly standardsCompliance: "full";
38
+ readonly convention: "vendor";
39
+ readonly directory: ".junie/skills";
40
+ };
41
+ readonly axm: {
42
+ readonly status: "supported";
43
+ readonly lastVerified: "2026-08-05";
44
+ readonly writer: null;
45
+ };
46
+ };
47
+ readonly "mcp-server": {
48
+ readonly native: {
49
+ readonly availability: {
50
+ readonly via: "native";
51
+ };
52
+ readonly vendorStatus: {
53
+ readonly state: "active";
54
+ };
55
+ readonly notes: null;
56
+ readonly docs: readonly [];
57
+ readonly sources: readonly ["https://junie.jetbrains.com/docs/junie-cli-mcp-configuration.html"];
58
+ readonly scopes: readonly ["user", "project"];
59
+ readonly standardsCompliance: "full";
60
+ readonly convention: "universal";
61
+ readonly transports: readonly ["stdio", "http"];
62
+ readonly mcpEnvExpansion: {
63
+ readonly variables: "none";
64
+ readonly defaults: false;
65
+ };
66
+ };
67
+ readonly axm: {
68
+ readonly status: "supported";
69
+ readonly lastVerified: "2026-08-05";
70
+ readonly writer: {
71
+ readonly config: {
72
+ readonly serversKey: "mcpServers";
73
+ readonly activationField: {
74
+ readonly required: null;
75
+ readonly accepted: readonly [null];
76
+ };
77
+ readonly targets: readonly [{
78
+ readonly scope: "project";
79
+ readonly path: ".junie/mcp/mcp.json";
80
+ readonly format: "json";
81
+ readonly attribution: "agent";
82
+ }, {
83
+ readonly scope: "user";
84
+ readonly path: "~/.junie/mcp/mcp.json";
85
+ readonly format: "json";
86
+ readonly attribution: "agent";
87
+ }];
88
+ readonly stdio: {
89
+ readonly typeField: {
90
+ readonly required: null;
91
+ readonly accepted: readonly [null];
92
+ };
93
+ readonly command: "split";
94
+ readonly envKey: "env";
95
+ };
96
+ readonly remote: {
97
+ readonly typeField: {
98
+ readonly required: null;
99
+ readonly accepted: readonly [null];
100
+ };
101
+ readonly urlKey: {
102
+ readonly "streamable-http": "url";
103
+ readonly sse: "url";
104
+ };
105
+ readonly headersKey: "headers";
106
+ };
107
+ };
108
+ };
109
+ };
110
+ };
111
+ readonly subagent: {
112
+ readonly native: {
113
+ readonly availability: {
114
+ readonly via: "native";
115
+ };
116
+ readonly vendorStatus: {
117
+ readonly state: "active";
118
+ };
119
+ readonly notes: "No industry spec for subagents yet; AXM bridges to the agent's native layout.";
120
+ readonly docs: readonly [];
121
+ readonly sources: readonly ["https://junie.jetbrains.com/docs/junie-cli-subagents.html"];
122
+ readonly scopes: readonly ["user", "project"];
123
+ readonly directory: ".junie/agents";
124
+ readonly layout: "directory";
125
+ };
126
+ readonly axm: {
127
+ readonly status: "supported";
128
+ readonly lastVerified: "2026-08-05";
129
+ readonly writer: null;
130
+ };
131
+ };
132
+ readonly hook: {
133
+ readonly native: {
134
+ readonly availability: {
135
+ readonly via: "native";
136
+ };
137
+ readonly vendorStatus: {
138
+ readonly state: "active";
139
+ };
140
+ readonly notes: "Junie CLI hooks support seven command (type:command) event types: SessionStart, UserPromptSubmit, PreToolUse, Stop, StopFailure, PermissionRequest, and SessionEnd, configured from user config or explicit --config-location files. Default project hooks are still ignored for safety, so AXM does not write Junie hooks yet.";
141
+ readonly docs: readonly [];
142
+ readonly sources: readonly ["https://junie.jetbrains.com/docs/junie-cli-hooks.html", "https://junie.jetbrains.com/docs/junie-cli-configuration.html"];
143
+ readonly scopes: readonly ["user"];
144
+ readonly modeling: "native-unmodeled";
145
+ };
146
+ readonly axm: {
147
+ readonly status: "unsupported";
148
+ readonly writer: null;
149
+ readonly lastVerified: null;
150
+ readonly reason: "AXM has no trusted project hook writer target for Junie CLI hooks.";
151
+ };
152
+ };
153
+ };
154
+ readonly instructions: {
155
+ readonly native: {
156
+ readonly availability: {
157
+ readonly via: "native";
158
+ };
159
+ readonly vendorStatus: {
160
+ readonly state: "active";
161
+ };
162
+ readonly notes: "Junie CLI reads persistent project guidance from .junie/AGENTS.md and suggests importing AGENTS.md-style files from other agents into that location.";
163
+ readonly docs: readonly [];
164
+ readonly sources: readonly ["https://junie.jetbrains.com/docs/guidelines-and-memory.html", "https://junie.jetbrains.com/docs/junie-cli-usage.html"];
165
+ readonly scopes: readonly ["project", "user"];
166
+ readonly standardsCompliance: "parity";
167
+ readonly convention: "vendor";
168
+ readonly kind: "own-file";
169
+ readonly files: readonly [".junie/AGENTS.md"];
170
+ readonly nestedDiscovery: false;
171
+ readonly importSyntax: null;
172
+ };
173
+ readonly axm: {
174
+ readonly status: "supported";
175
+ readonly lastVerified: "2026-08-05";
176
+ readonly writer: null;
177
+ };
178
+ };
179
+ readonly permissions: {
180
+ readonly native: {
181
+ readonly availability: {
182
+ readonly via: "native";
183
+ };
184
+ readonly vendorStatus: {
185
+ readonly state: "active";
186
+ };
187
+ readonly notes: "Junie CLI uses the Action Allowlist for terminal commands, MCP tools, and other sensitive actions; brave mode allows all sensitive actions for a session.";
188
+ readonly docs: readonly [];
189
+ readonly sources: readonly ["https://junie.jetbrains.com/docs/junie-cli-usage.html", "https://junie.jetbrains.com/docs/action-allowlist.html"];
190
+ readonly scopes: readonly ["user"];
191
+ readonly mechanism: readonly ["config-file", "ui-only"];
192
+ readonly configFiles: readonly [{
193
+ readonly scope: "user";
194
+ readonly path: "~/.junie/allowlist.json";
195
+ readonly format: "json";
196
+ readonly gitignored: false;
197
+ }, {
198
+ readonly scope: "user";
199
+ readonly path: "~/.junie/config.json";
200
+ readonly format: "json";
201
+ readonly gitignored: false;
202
+ }];
203
+ readonly grammar: {
204
+ readonly style: "regex";
205
+ readonly example: "^\\Qaxm \\E[^\\s;&|<>@$]+.*$";
206
+ readonly notes: "Terminal rules can be exact commands, Java regular expressions, or standard regular expressions.";
207
+ };
208
+ readonly prerequisites: readonly [];
209
+ readonly cliFlags: readonly [];
210
+ };
211
+ readonly axm: {
212
+ readonly status: "unsupported";
213
+ readonly lastVerified: null;
214
+ readonly writer: null;
215
+ readonly reason: "AXM has not implemented a Junie Action Allowlist writer.";
216
+ };
217
+ };
218
+ };
219
+ //# sourceMappingURL=junie.d.ts.map
@@ -0,0 +1,200 @@
1
+ export const junieAgent = {
2
+ id: "junie",
3
+ name: "Junie",
4
+ vendor: "JetBrains",
5
+ homepage: "https://www.jetbrains.com/junie",
6
+ interfaces: ["ide-extension"],
7
+ family: "jetbrains",
8
+ rootDir: ".junie",
9
+ lifecycle: { state: "active" },
10
+ detection: {
11
+ project: { markers: [] },
12
+ user: { markers: [] },
13
+ },
14
+ docs: [
15
+ {
16
+ label: "Junie documentation",
17
+ url: "https://junie.jetbrains.com/docs/",
18
+ },
19
+ ],
20
+ capabilities: {
21
+ skill: {
22
+ native: {
23
+ availability: { via: "native" },
24
+ vendorStatus: { state: "active" },
25
+ notes: null,
26
+ docs: [],
27
+ sources: ["https://junie.jetbrains.com/docs/agent-skills.html"],
28
+ scopes: ["user", "project"],
29
+ standardsCompliance: "full",
30
+ convention: "vendor",
31
+ directory: ".junie/skills",
32
+ },
33
+ axm: {
34
+ status: "supported",
35
+ lastVerified: "2026-08-05",
36
+ writer: null,
37
+ },
38
+ },
39
+ "mcp-server": {
40
+ native: {
41
+ availability: { via: "native" },
42
+ vendorStatus: { state: "active" },
43
+ notes: null,
44
+ docs: [],
45
+ sources: ["https://junie.jetbrains.com/docs/junie-cli-mcp-configuration.html"],
46
+ scopes: ["user", "project"],
47
+ standardsCompliance: "full",
48
+ convention: "universal",
49
+ transports: ["stdio", "http"],
50
+ mcpEnvExpansion: {
51
+ variables: "none",
52
+ defaults: false,
53
+ },
54
+ },
55
+ axm: {
56
+ status: "supported",
57
+ lastVerified: "2026-08-05",
58
+ writer: {
59
+ config: {
60
+ serversKey: "mcpServers",
61
+ activationField: {
62
+ required: null,
63
+ accepted: [null],
64
+ },
65
+ targets: [
66
+ {
67
+ scope: "project",
68
+ path: ".junie/mcp/mcp.json",
69
+ format: "json",
70
+ attribution: "agent",
71
+ },
72
+ {
73
+ scope: "user",
74
+ path: "~/.junie/mcp/mcp.json",
75
+ format: "json",
76
+ attribution: "agent",
77
+ },
78
+ ],
79
+ stdio: {
80
+ typeField: { required: null, accepted: [null] },
81
+ command: "split",
82
+ envKey: "env",
83
+ },
84
+ remote: {
85
+ typeField: { required: null, accepted: [null] },
86
+ urlKey: {
87
+ "streamable-http": "url",
88
+ sse: "url",
89
+ },
90
+ headersKey: "headers",
91
+ },
92
+ },
93
+ },
94
+ },
95
+ },
96
+ subagent: {
97
+ native: {
98
+ availability: { via: "native" },
99
+ vendorStatus: { state: "active" },
100
+ notes: "No industry spec for subagents yet; AXM bridges to the agent's native layout.",
101
+ docs: [],
102
+ sources: ["https://junie.jetbrains.com/docs/junie-cli-subagents.html"],
103
+ scopes: ["user", "project"],
104
+ directory: ".junie/agents",
105
+ layout: "directory",
106
+ },
107
+ axm: {
108
+ status: "supported",
109
+ lastVerified: "2026-08-05",
110
+ writer: null,
111
+ },
112
+ },
113
+ hook: {
114
+ native: {
115
+ availability: { via: "native" },
116
+ vendorStatus: { state: "active" },
117
+ notes: "Junie CLI hooks support seven command (type:command) event types: SessionStart, UserPromptSubmit, PreToolUse, Stop, StopFailure, PermissionRequest, and SessionEnd, configured from user config or explicit --config-location files. Default project hooks are still ignored for safety, so AXM does not write Junie hooks yet.",
118
+ docs: [],
119
+ sources: [
120
+ "https://junie.jetbrains.com/docs/junie-cli-hooks.html",
121
+ "https://junie.jetbrains.com/docs/junie-cli-configuration.html",
122
+ ],
123
+ scopes: ["user"],
124
+ modeling: "native-unmodeled",
125
+ },
126
+ axm: {
127
+ status: "unsupported",
128
+ writer: null,
129
+ lastVerified: null,
130
+ reason: "AXM has no trusted project hook writer target for Junie CLI hooks.",
131
+ },
132
+ },
133
+ },
134
+ instructions: {
135
+ native: {
136
+ availability: { via: "native" },
137
+ vendorStatus: { state: "active" },
138
+ notes: "Junie CLI reads persistent project guidance from .junie/AGENTS.md and suggests importing AGENTS.md-style files from other agents into that location.",
139
+ docs: [],
140
+ sources: [
141
+ "https://junie.jetbrains.com/docs/guidelines-and-memory.html",
142
+ "https://junie.jetbrains.com/docs/junie-cli-usage.html",
143
+ ],
144
+ scopes: ["project", "user"],
145
+ standardsCompliance: "parity",
146
+ convention: "vendor",
147
+ kind: "own-file",
148
+ files: [".junie/AGENTS.md"],
149
+ nestedDiscovery: false,
150
+ importSyntax: null,
151
+ },
152
+ axm: {
153
+ status: "supported",
154
+ lastVerified: "2026-08-05",
155
+ writer: null,
156
+ },
157
+ },
158
+ permissions: {
159
+ native: {
160
+ availability: { via: "native" },
161
+ vendorStatus: { state: "active" },
162
+ notes: "Junie CLI uses the Action Allowlist for terminal commands, MCP tools, and other sensitive actions; brave mode allows all sensitive actions for a session.",
163
+ docs: [],
164
+ sources: [
165
+ "https://junie.jetbrains.com/docs/junie-cli-usage.html",
166
+ "https://junie.jetbrains.com/docs/action-allowlist.html",
167
+ ],
168
+ scopes: ["user"],
169
+ mechanism: ["config-file", "ui-only"],
170
+ configFiles: [
171
+ {
172
+ scope: "user",
173
+ path: "~/.junie/allowlist.json",
174
+ format: "json",
175
+ gitignored: false,
176
+ },
177
+ {
178
+ scope: "user",
179
+ path: "~/.junie/config.json",
180
+ format: "json",
181
+ gitignored: false,
182
+ },
183
+ ],
184
+ grammar: {
185
+ style: "regex",
186
+ example: "^\\Qaxm \\E[^\\s;&|<>@$]+.*$",
187
+ notes: "Terminal rules can be exact commands, Java regular expressions, or standard regular expressions.",
188
+ },
189
+ prerequisites: [],
190
+ cliFlags: [],
191
+ },
192
+ axm: {
193
+ status: "unsupported",
194
+ lastVerified: null,
195
+ writer: null,
196
+ reason: "AXM has not implemented a Junie Action Allowlist writer.",
197
+ },
198
+ },
199
+ };
200
+ //# sourceMappingURL=junie.js.map