@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.
- package/LICENSE +110 -0
- package/README.md +17 -0
- package/dist/src/unstable/agent-capabilities/catalog.d.ts +47000 -0
- package/dist/src/unstable/agent-capabilities/catalog.js +172 -0
- package/dist/src/unstable/agent-capabilities/data/agents/adal.d.ts +162 -0
- package/dist/src/unstable/agent-capabilities/data/agents/adal.js +134 -0
- package/dist/src/unstable/agent-capabilities/data/agents/aider-desk.d.ts +167 -0
- package/dist/src/unstable/agent-capabilities/data/agents/aider-desk.js +133 -0
- package/dist/src/unstable/agent-capabilities/data/agents/amp.d.ts +203 -0
- package/dist/src/unstable/agent-capabilities/data/agents/amp.js +187 -0
- package/dist/src/unstable/agent-capabilities/data/agents/antigravity-cli.d.ts +186 -0
- package/dist/src/unstable/agent-capabilities/data/agents/antigravity-cli.js +140 -0
- package/dist/src/unstable/agent-capabilities/data/agents/antigravity.d.ts +357 -0
- package/dist/src/unstable/agent-capabilities/data/agents/antigravity.js +294 -0
- package/dist/src/unstable/agent-capabilities/data/agents/augment.d.ts +383 -0
- package/dist/src/unstable/agent-capabilities/data/agents/augment.js +329 -0
- package/dist/src/unstable/agent-capabilities/data/agents/chatgpt.d.ts +159 -0
- package/dist/src/unstable/agent-capabilities/data/agents/chatgpt.js +117 -0
- package/dist/src/unstable/agent-capabilities/data/agents/claude-ai.d.ts +153 -0
- package/dist/src/unstable/agent-capabilities/data/agents/claude-ai.js +105 -0
- package/dist/src/unstable/agent-capabilities/data/agents/claude-code.d.ts +460 -0
- package/dist/src/unstable/agent-capabilities/data/agents/claude-code.js +406 -0
- package/dist/src/unstable/agent-capabilities/data/agents/cline.d.ts +225 -0
- package/dist/src/unstable/agent-capabilities/data/agents/cline.js +190 -0
- package/dist/src/unstable/agent-capabilities/data/agents/codearts-agent.d.ts +246 -0
- package/dist/src/unstable/agent-capabilities/data/agents/codearts-agent.js +206 -0
- package/dist/src/unstable/agent-capabilities/data/agents/codebuddy.d.ts +420 -0
- package/dist/src/unstable/agent-capabilities/data/agents/codebuddy.js +378 -0
- package/dist/src/unstable/agent-capabilities/data/agents/codemaker.d.ts +143 -0
- package/dist/src/unstable/agent-capabilities/data/agents/codemaker.js +112 -0
- package/dist/src/unstable/agent-capabilities/data/agents/codestudio.d.ts +165 -0
- package/dist/src/unstable/agent-capabilities/data/agents/codestudio.js +136 -0
- package/dist/src/unstable/agent-capabilities/data/agents/codex.d.ts +458 -0
- package/dist/src/unstable/agent-capabilities/data/agents/codex.js +399 -0
- package/dist/src/unstable/agent-capabilities/data/agents/command-code.d.ts +247 -0
- package/dist/src/unstable/agent-capabilities/data/agents/command-code.js +222 -0
- package/dist/src/unstable/agent-capabilities/data/agents/continue.d.ts +322 -0
- package/dist/src/unstable/agent-capabilities/data/agents/continue.js +273 -0
- package/dist/src/unstable/agent-capabilities/data/agents/cortex.d.ts +306 -0
- package/dist/src/unstable/agent-capabilities/data/agents/cortex.js +241 -0
- package/dist/src/unstable/agent-capabilities/data/agents/cowork.d.ts +185 -0
- package/dist/src/unstable/agent-capabilities/data/agents/cowork.js +133 -0
- package/dist/src/unstable/agent-capabilities/data/agents/crush.d.ts +249 -0
- package/dist/src/unstable/agent-capabilities/data/agents/crush.js +218 -0
- package/dist/src/unstable/agent-capabilities/data/agents/cursor.d.ts +300 -0
- package/dist/src/unstable/agent-capabilities/data/agents/cursor.js +282 -0
- package/dist/src/unstable/agent-capabilities/data/agents/deepagents.d.ts +159 -0
- package/dist/src/unstable/agent-capabilities/data/agents/deepagents.js +137 -0
- package/dist/src/unstable/agent-capabilities/data/agents/devin.d.ts +410 -0
- package/dist/src/unstable/agent-capabilities/data/agents/devin.js +358 -0
- package/dist/src/unstable/agent-capabilities/data/agents/dexto.d.ts +166 -0
- package/dist/src/unstable/agent-capabilities/data/agents/dexto.js +141 -0
- package/dist/src/unstable/agent-capabilities/data/agents/droid.d.ts +318 -0
- package/dist/src/unstable/agent-capabilities/data/agents/droid.js +257 -0
- package/dist/src/unstable/agent-capabilities/data/agents/firebender.d.ts +313 -0
- package/dist/src/unstable/agent-capabilities/data/agents/firebender.js +244 -0
- package/dist/src/unstable/agent-capabilities/data/agents/forgecode.d.ts +193 -0
- package/dist/src/unstable/agent-capabilities/data/agents/forgecode.js +160 -0
- package/dist/src/unstable/agent-capabilities/data/agents/gemini-app.d.ts +153 -0
- package/dist/src/unstable/agent-capabilities/data/agents/gemini-app.js +105 -0
- package/dist/src/unstable/agent-capabilities/data/agents/gemini-cli.d.ts +424 -0
- package/dist/src/unstable/agent-capabilities/data/agents/gemini-cli.js +411 -0
- package/dist/src/unstable/agent-capabilities/data/agents/github-copilot-cli.d.ts +300 -0
- package/dist/src/unstable/agent-capabilities/data/agents/github-copilot-cli.js +307 -0
- package/dist/src/unstable/agent-capabilities/data/agents/goose.d.ts +162 -0
- package/dist/src/unstable/agent-capabilities/data/agents/goose.js +131 -0
- package/dist/src/unstable/agent-capabilities/data/agents/grok-cli.d.ts +186 -0
- package/dist/src/unstable/agent-capabilities/data/agents/grok-cli.js +164 -0
- package/dist/src/unstable/agent-capabilities/data/agents/hermes.d.ts +303 -0
- package/dist/src/unstable/agent-capabilities/data/agents/hermes.js +223 -0
- package/dist/src/unstable/agent-capabilities/data/agents/ibm-bob.d.ts +231 -0
- package/dist/src/unstable/agent-capabilities/data/agents/ibm-bob.js +200 -0
- package/dist/src/unstable/agent-capabilities/data/agents/iflow-cli.d.ts +182 -0
- package/dist/src/unstable/agent-capabilities/data/agents/iflow-cli.js +126 -0
- package/dist/src/unstable/agent-capabilities/data/agents/index.d.ts +67 -0
- package/dist/src/unstable/agent-capabilities/data/agents/index.js +67 -0
- package/dist/src/unstable/agent-capabilities/data/agents/junie.d.ts +219 -0
- package/dist/src/unstable/agent-capabilities/data/agents/junie.js +200 -0
- package/dist/src/unstable/agent-capabilities/data/agents/kilo.d.ts +282 -0
- package/dist/src/unstable/agent-capabilities/data/agents/kilo.js +260 -0
- package/dist/src/unstable/agent-capabilities/data/agents/kimi-cli.d.ts +350 -0
- package/dist/src/unstable/agent-capabilities/data/agents/kimi-cli.js +274 -0
- package/dist/src/unstable/agent-capabilities/data/agents/kiro-cli.d.ts +227 -0
- package/dist/src/unstable/agent-capabilities/data/agents/kiro-cli.js +197 -0
- package/dist/src/unstable/agent-capabilities/data/agents/kode.d.ts +166 -0
- package/dist/src/unstable/agent-capabilities/data/agents/kode.js +141 -0
- package/dist/src/unstable/agent-capabilities/data/agents/lingma.d.ts +185 -0
- package/dist/src/unstable/agent-capabilities/data/agents/lingma.js +149 -0
- package/dist/src/unstable/agent-capabilities/data/agents/mcpjam.d.ts +144 -0
- package/dist/src/unstable/agent-capabilities/data/agents/mcpjam.js +116 -0
- package/dist/src/unstable/agent-capabilities/data/agents/minimax-code.d.ts +138 -0
- package/dist/src/unstable/agent-capabilities/data/agents/minimax-code.js +93 -0
- package/dist/src/unstable/agent-capabilities/data/agents/mistral-vibe.d.ts +244 -0
- package/dist/src/unstable/agent-capabilities/data/agents/mistral-vibe.js +200 -0
- package/dist/src/unstable/agent-capabilities/data/agents/mux.d.ts +155 -0
- package/dist/src/unstable/agent-capabilities/data/agents/mux.js +127 -0
- package/dist/src/unstable/agent-capabilities/data/agents/neovate.d.ts +211 -0
- package/dist/src/unstable/agent-capabilities/data/agents/neovate.js +178 -0
- package/dist/src/unstable/agent-capabilities/data/agents/ona.d.ts +167 -0
- package/dist/src/unstable/agent-capabilities/data/agents/ona.js +110 -0
- package/dist/src/unstable/agent-capabilities/data/agents/openclaw.d.ts +139 -0
- package/dist/src/unstable/agent-capabilities/data/agents/openclaw.js +114 -0
- package/dist/src/unstable/agent-capabilities/data/agents/opencode.d.ts +220 -0
- package/dist/src/unstable/agent-capabilities/data/agents/opencode.js +192 -0
- package/dist/src/unstable/agent-capabilities/data/agents/openhands.d.ts +245 -0
- package/dist/src/unstable/agent-capabilities/data/agents/openhands.js +184 -0
- package/dist/src/unstable/agent-capabilities/data/agents/pi.d.ts +185 -0
- package/dist/src/unstable/agent-capabilities/data/agents/pi.js +169 -0
- package/dist/src/unstable/agent-capabilities/data/agents/pochi.d.ts +199 -0
- package/dist/src/unstable/agent-capabilities/data/agents/pochi.js +163 -0
- package/dist/src/unstable/agent-capabilities/data/agents/qoder-cn.d.ts +199 -0
- package/dist/src/unstable/agent-capabilities/data/agents/qoder-cn.js +141 -0
- package/dist/src/unstable/agent-capabilities/data/agents/qoder.d.ts +414 -0
- package/dist/src/unstable/agent-capabilities/data/agents/qoder.js +378 -0
- package/dist/src/unstable/agent-capabilities/data/agents/qwen-code.d.ts +406 -0
- package/dist/src/unstable/agent-capabilities/data/agents/qwen-code.js +345 -0
- package/dist/src/unstable/agent-capabilities/data/agents/replit.d.ts +144 -0
- package/dist/src/unstable/agent-capabilities/data/agents/replit.js +116 -0
- package/dist/src/unstable/agent-capabilities/data/agents/roo.d.ts +192 -0
- package/dist/src/unstable/agent-capabilities/data/agents/roo.js +180 -0
- package/dist/src/unstable/agent-capabilities/data/agents/rovodev.d.ts +189 -0
- package/dist/src/unstable/agent-capabilities/data/agents/rovodev.js +156 -0
- package/dist/src/unstable/agent-capabilities/data/agents/tabnine-cli.d.ts +280 -0
- package/dist/src/unstable/agent-capabilities/data/agents/tabnine-cli.js +223 -0
- package/dist/src/unstable/agent-capabilities/data/agents/trae-cn.d.ts +188 -0
- package/dist/src/unstable/agent-capabilities/data/agents/trae-cn.js +156 -0
- package/dist/src/unstable/agent-capabilities/data/agents/trae.d.ts +188 -0
- package/dist/src/unstable/agent-capabilities/data/agents/trae.js +156 -0
- package/dist/src/unstable/agent-capabilities/data/agents/warp.d.ts +169 -0
- package/dist/src/unstable/agent-capabilities/data/agents/warp.js +133 -0
- package/dist/src/unstable/agent-capabilities/data/agents/windsurf.d.ts +414 -0
- package/dist/src/unstable/agent-capabilities/data/agents/windsurf.js +326 -0
- package/dist/src/unstable/agent-capabilities/data/agents/zed.d.ts +168 -0
- package/dist/src/unstable/agent-capabilities/data/agents/zed.js +109 -0
- package/dist/src/unstable/agent-capabilities/data/agents/zencoder.d.ts +168 -0
- package/dist/src/unstable/agent-capabilities/data/agents/zencoder.js +137 -0
- package/dist/src/unstable/agent-capabilities/data/agents/zenflow.d.ts +153 -0
- package/dist/src/unstable/agent-capabilities/data/agents/zenflow.js +96 -0
- package/dist/src/unstable/agent-capabilities/derive.d.ts +129 -0
- package/dist/src/unstable/agent-capabilities/derive.js +389 -0
- package/dist/src/unstable/agent-capabilities/index.d.ts +15 -0
- package/dist/src/unstable/agent-capabilities/index.js +15 -0
- package/dist/src/unstable/agent-capabilities/lookup.d.ts +10 -0
- package/dist/src/unstable/agent-capabilities/lookup.js +9 -0
- package/dist/src/unstable/agent-capabilities/schema.d.ts +3788 -0
- package/dist/src/unstable/agent-capabilities/schema.js +1218 -0
- package/dist/src/unstable/agent-capabilities/verification.d.ts +25 -0
- package/dist/src/unstable/agent-capabilities/verification.js +40 -0
- package/dist/src/unstable/agents/registry.d.ts +33 -0
- package/dist/src/unstable/agents/registry.js +50 -0
- package/dist/src/unstable/agents/types.d.ts +126 -0
- package/dist/src/unstable/agents/types.js +17 -0
- package/dist/src/unstable/date-time.d.ts +17 -0
- package/dist/src/unstable/date-time.js +30 -0
- package/dist/src/unstable/discovery-walk.d.ts +8 -0
- package/dist/src/unstable/discovery-walk.js +15 -0
- package/dist/src/unstable/extension-types/index.d.ts +8 -0
- package/dist/src/unstable/extension-types/index.js +8 -0
- package/dist/src/unstable/extension-types/schema.d.ts +154 -0
- package/dist/src/unstable/extension-types/schema.js +102 -0
- package/dist/src/unstable/extension-types/standards.d.ts +29 -0
- package/dist/src/unstable/extension-types/standards.js +29 -0
- package/dist/src/unstable/extensions/common.d.ts +539 -0
- package/dist/src/unstable/extensions/common.js +605 -0
- package/dist/src/unstable/extensions/deprecation.d.ts +42 -0
- package/dist/src/unstable/extensions/deprecation.js +46 -0
- package/dist/src/unstable/extensions/fqn-pattern.d.ts +17 -0
- package/dist/src/unstable/extensions/fqn-pattern.js +63 -0
- package/dist/src/unstable/extensions/fqn.d.ts +51 -0
- package/dist/src/unstable/extensions/fqn.js +51 -0
- package/dist/src/unstable/extensions/handle.d.ts +16 -0
- package/dist/src/unstable/extensions/handle.js +30 -0
- package/dist/src/unstable/extensions/index.d.ts +13 -0
- package/dist/src/unstable/extensions/index.js +13 -0
- package/dist/src/unstable/extensions/installable-types.d.ts +12 -0
- package/dist/src/unstable/extensions/installable-types.js +21 -0
- package/dist/src/unstable/extensions/license.d.ts +16 -0
- package/dist/src/unstable/extensions/license.js +29 -0
- package/dist/src/unstable/extensions/manifest-metadata.d.ts +18 -0
- package/dist/src/unstable/extensions/manifest-metadata.js +61 -0
- package/dist/src/unstable/extensions/refs/extension-ref.d.ts +20 -0
- package/dist/src/unstable/extensions/refs/extension-ref.js +12 -0
- package/dist/src/unstable/extensions/refs/hook.d.ts +29 -0
- package/dist/src/unstable/extensions/refs/hook.js +8 -0
- package/dist/src/unstable/extensions/refs/knowledge.d.ts +15 -0
- package/dist/src/unstable/extensions/refs/knowledge.js +2 -0
- package/dist/src/unstable/extensions/refs/mcp-server.d.ts +19 -0
- package/dist/src/unstable/extensions/refs/mcp-server.js +8 -0
- package/dist/src/unstable/extensions/refs/pack.d.ts +17 -0
- package/dist/src/unstable/extensions/refs/pack.js +10 -0
- package/dist/src/unstable/extensions/refs/ref-base.d.ts +125 -0
- package/dist/src/unstable/extensions/refs/ref-base.js +12 -0
- package/dist/src/unstable/extensions/refs/rule.d.ts +27 -0
- package/dist/src/unstable/extensions/refs/rule.js +8 -0
- package/dist/src/unstable/extensions/refs/skill.d.ts +28 -0
- package/dist/src/unstable/extensions/refs/skill.js +11 -0
- package/dist/src/unstable/extensions/refs/subagent.d.ts +19 -0
- package/dist/src/unstable/extensions/refs/subagent.js +8 -0
- package/dist/src/unstable/extensions/registry-source.d.ts +37 -0
- package/dist/src/unstable/extensions/registry-source.js +158 -0
- package/dist/src/unstable/extensions/release-age.d.ts +36 -0
- package/dist/src/unstable/extensions/release-age.js +11 -0
- package/dist/src/unstable/extensions/universal-skills-dir.d.ts +58 -0
- package/dist/src/unstable/extensions/universal-skills-dir.js +68 -0
- package/dist/src/unstable/hooks/manifest-schema.d.ts +175 -0
- package/dist/src/unstable/hooks/manifest-schema.js +112 -0
- package/dist/src/unstable/knowledge/concept-ref.d.ts +34 -0
- package/dist/src/unstable/knowledge/concept-ref.js +114 -0
- package/dist/src/unstable/knowledge/index.d.ts +8 -0
- package/dist/src/unstable/knowledge/index.js +8 -0
- package/dist/src/unstable/knowledge/manifest-schema.d.ts +60 -0
- package/dist/src/unstable/knowledge/manifest-schema.js +34 -0
- package/dist/src/unstable/mcps/manifest-schema.d.ts +899 -0
- package/dist/src/unstable/mcps/manifest-schema.js +230 -0
- package/dist/src/unstable/package-urls/companion-package.d.ts +14 -0
- package/dist/src/unstable/package-urls/companion-package.js +44 -0
- package/dist/src/unstable/package-urls/index.d.ts +4 -0
- package/dist/src/unstable/package-urls/index.js +4 -0
- package/dist/src/unstable/package-urls/internal.d.ts +6 -0
- package/dist/src/unstable/package-urls/internal.js +17 -0
- package/dist/src/unstable/package-urls/package-identity-purl.d.ts +5 -0
- package/dist/src/unstable/package-urls/package-identity-purl.js +26 -0
- package/dist/src/unstable/package-urls/vers-range.d.ts +34 -0
- package/dist/src/unstable/package-urls/vers-range.js +163 -0
- package/dist/src/unstable/packaging/index.d.ts +8 -0
- package/dist/src/unstable/packaging/index.js +8 -0
- package/dist/src/unstable/packaging/package-type.d.ts +23 -0
- package/dist/src/unstable/packaging/package-type.js +31 -0
- package/dist/src/unstable/packaging/package-url.d.ts +50 -0
- package/dist/src/unstable/packaging/package-url.js +93 -0
- package/dist/src/unstable/packs/manifest-schema.d.ts +66 -0
- package/dist/src/unstable/packs/manifest-schema.js +34 -0
- package/dist/src/unstable/path-types.d.ts +22 -0
- package/dist/src/unstable/path-types.js +48 -0
- package/dist/src/unstable/rules/manifest-schema.d.ts +70 -0
- package/dist/src/unstable/rules/manifest-schema.js +43 -0
- package/dist/src/unstable/schema-issues.d.ts +13 -0
- package/dist/src/unstable/schema-issues.js +34 -0
- package/dist/src/unstable/skills/manifest-schema.d.ts +69 -0
- package/dist/src/unstable/skills/manifest-schema.js +31 -0
- package/dist/src/unstable/sources/forge-grammar.d.ts +22 -0
- package/dist/src/unstable/sources/forge-grammar.js +50 -0
- package/dist/src/unstable/sources/parser.d.ts +85 -0
- package/dist/src/unstable/sources/parser.js +122 -0
- package/dist/src/unstable/sources/printer.d.ts +14 -0
- package/dist/src/unstable/sources/printer.js +45 -0
- package/dist/src/unstable/sources/source-hash.d.ts +24 -0
- package/dist/src/unstable/sources/source-hash.js +22 -0
- package/dist/src/unstable/sources/source-host-provider.d.ts +112 -0
- package/dist/src/unstable/sources/source-host-provider.js +11 -0
- package/dist/src/unstable/sources/types.d.ts +262 -0
- package/dist/src/unstable/sources/types.js +127 -0
- package/dist/src/unstable/sources/workspace.d.ts +13 -0
- package/dist/src/unstable/sources/workspace.js +13 -0
- package/dist/src/unstable/subagents/manifest-schema.d.ts +81 -0
- package/dist/src/unstable/subagents/manifest-schema.js +43 -0
- package/dist/src/unstable/version-constraints/version-constraints.d.ts +71 -0
- package/dist/src/unstable/version-constraints/version-constraints.js +144 -0
- package/dist/src/unstable/workspace-files.d.ts +13 -0
- package/dist/src/unstable/workspace-files.js +13 -0
- package/dist/src/unstable/workspace-scope.d.ts +11 -0
- package/dist/src/unstable/workspace-scope.js +10 -0
- package/package.json +271 -0
|
@@ -0,0 +1,406 @@
|
|
|
1
|
+
export const claudeCodeAgent = {
|
|
2
|
+
id: "claude-code",
|
|
3
|
+
name: "Claude Code",
|
|
4
|
+
vendor: "Anthropic",
|
|
5
|
+
homepage: "https://claude.com/product/claude-code",
|
|
6
|
+
interfaces: ["cli", "ide-extension"],
|
|
7
|
+
family: "anthropic",
|
|
8
|
+
rootDir: ".claude",
|
|
9
|
+
targeting: {
|
|
10
|
+
extends: null,
|
|
11
|
+
capabilities: {
|
|
12
|
+
"structured-input": {
|
|
13
|
+
grades: ["native"],
|
|
14
|
+
nouns: { "tool:structured-input": "AskUserQuestion" },
|
|
15
|
+
affordances: {
|
|
16
|
+
"do:ask-structured": "Use the AskUserQuestion tool to collect structured input, then STOP and wait for the response.",
|
|
17
|
+
},
|
|
18
|
+
},
|
|
19
|
+
},
|
|
20
|
+
},
|
|
21
|
+
lifecycle: { state: "active" },
|
|
22
|
+
detection: {
|
|
23
|
+
project: { markers: [] },
|
|
24
|
+
user: {
|
|
25
|
+
markers: [
|
|
26
|
+
{ kind: "dir", path: "~/.claude", signal: "definitive", note: null },
|
|
27
|
+
{ kind: "executable", name: "claude", signal: "definitive", note: "CLI on PATH." },
|
|
28
|
+
],
|
|
29
|
+
},
|
|
30
|
+
},
|
|
31
|
+
docs: [
|
|
32
|
+
{
|
|
33
|
+
label: "Claude Code documentation",
|
|
34
|
+
url: "https://code.claude.com/docs/en/overview",
|
|
35
|
+
},
|
|
36
|
+
],
|
|
37
|
+
capabilities: {
|
|
38
|
+
skill: {
|
|
39
|
+
native: {
|
|
40
|
+
availability: { via: "native" },
|
|
41
|
+
vendorStatus: { state: "active" },
|
|
42
|
+
notes: null,
|
|
43
|
+
docs: [],
|
|
44
|
+
sources: ["https://code.claude.com/docs/en/skills"],
|
|
45
|
+
scopes: ["user", "project"],
|
|
46
|
+
standardsCompliance: "full",
|
|
47
|
+
convention: "vendor",
|
|
48
|
+
directory: ".claude/skills",
|
|
49
|
+
},
|
|
50
|
+
axm: {
|
|
51
|
+
status: "supported",
|
|
52
|
+
lastVerified: "2026-08-05",
|
|
53
|
+
writer: null,
|
|
54
|
+
},
|
|
55
|
+
},
|
|
56
|
+
"mcp-server": {
|
|
57
|
+
native: {
|
|
58
|
+
availability: { via: "native" },
|
|
59
|
+
vendorStatus: { state: "active" },
|
|
60
|
+
notes: null,
|
|
61
|
+
docs: [],
|
|
62
|
+
sources: ["https://code.claude.com/docs/en/mcp"],
|
|
63
|
+
scopes: ["user", "project"],
|
|
64
|
+
standardsCompliance: "full",
|
|
65
|
+
convention: "universal",
|
|
66
|
+
transports: ["stdio", "http", "sse"],
|
|
67
|
+
mcpEnvExpansion: {
|
|
68
|
+
variables: "braced",
|
|
69
|
+
defaults: true,
|
|
70
|
+
},
|
|
71
|
+
},
|
|
72
|
+
axm: {
|
|
73
|
+
status: "supported",
|
|
74
|
+
lastVerified: "2026-08-05",
|
|
75
|
+
writer: {
|
|
76
|
+
config: {
|
|
77
|
+
serversKey: "mcpServers",
|
|
78
|
+
activationField: {
|
|
79
|
+
required: null,
|
|
80
|
+
accepted: [null],
|
|
81
|
+
},
|
|
82
|
+
targets: [
|
|
83
|
+
{
|
|
84
|
+
scope: "project",
|
|
85
|
+
path: ".mcp.json",
|
|
86
|
+
format: "json",
|
|
87
|
+
attribution: "shared",
|
|
88
|
+
},
|
|
89
|
+
],
|
|
90
|
+
stdio: {
|
|
91
|
+
typeField: {
|
|
92
|
+
required: {
|
|
93
|
+
name: "type",
|
|
94
|
+
value: "stdio",
|
|
95
|
+
},
|
|
96
|
+
accepted: [
|
|
97
|
+
{
|
|
98
|
+
name: "type",
|
|
99
|
+
value: "stdio",
|
|
100
|
+
},
|
|
101
|
+
null,
|
|
102
|
+
],
|
|
103
|
+
},
|
|
104
|
+
command: "split",
|
|
105
|
+
envKey: "env",
|
|
106
|
+
},
|
|
107
|
+
remote: {
|
|
108
|
+
typeField: {
|
|
109
|
+
required: {
|
|
110
|
+
name: "type",
|
|
111
|
+
value: {
|
|
112
|
+
"streamable-http": "http",
|
|
113
|
+
sse: "sse",
|
|
114
|
+
},
|
|
115
|
+
},
|
|
116
|
+
accepted: [
|
|
117
|
+
{
|
|
118
|
+
name: "type",
|
|
119
|
+
value: {
|
|
120
|
+
"streamable-http": "http",
|
|
121
|
+
sse: "sse",
|
|
122
|
+
},
|
|
123
|
+
},
|
|
124
|
+
],
|
|
125
|
+
},
|
|
126
|
+
urlKey: {
|
|
127
|
+
"streamable-http": "url",
|
|
128
|
+
sse: "url",
|
|
129
|
+
},
|
|
130
|
+
headersKey: "headers",
|
|
131
|
+
},
|
|
132
|
+
},
|
|
133
|
+
},
|
|
134
|
+
},
|
|
135
|
+
},
|
|
136
|
+
subagent: {
|
|
137
|
+
native: {
|
|
138
|
+
availability: { via: "native" },
|
|
139
|
+
vendorStatus: { state: "active" },
|
|
140
|
+
notes: "No industry spec for subagents yet; AXM bridges to the agent's native layout.",
|
|
141
|
+
docs: [],
|
|
142
|
+
sources: ["https://code.claude.com/docs/en/sub-agents"],
|
|
143
|
+
scopes: ["user", "project"],
|
|
144
|
+
directory: ".claude/agents",
|
|
145
|
+
layout: "directory",
|
|
146
|
+
},
|
|
147
|
+
axm: {
|
|
148
|
+
status: "supported",
|
|
149
|
+
lastVerified: "2026-08-05",
|
|
150
|
+
writer: null,
|
|
151
|
+
},
|
|
152
|
+
},
|
|
153
|
+
hook: {
|
|
154
|
+
native: {
|
|
155
|
+
availability: { via: "native" },
|
|
156
|
+
vendorStatus: { state: "active" },
|
|
157
|
+
notes: "Managed hooks merge into the Claude Code settings hooks block and execute materialized AXM package entrypoints. Claude Code exposes additional native events such as Notification, SessionEnd, CwdChanged, FileChanged, and WorktreeCreate; this catalog maps the subset covered by AXM's canonical hook event registry.",
|
|
158
|
+
docs: [],
|
|
159
|
+
sources: [
|
|
160
|
+
"https://code.claude.com/docs/en/hooks",
|
|
161
|
+
"https://code.claude.com/docs/en/settings",
|
|
162
|
+
],
|
|
163
|
+
scopes: ["user", "project"],
|
|
164
|
+
mechanism: ["command-stdin"],
|
|
165
|
+
configFiles: [
|
|
166
|
+
{
|
|
167
|
+
scope: "user",
|
|
168
|
+
path: "~/.claude/settings.json",
|
|
169
|
+
format: "json",
|
|
170
|
+
gitignored: false,
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
scope: "project",
|
|
174
|
+
path: ".claude/settings.json",
|
|
175
|
+
format: "json",
|
|
176
|
+
gitignored: false,
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
scope: "project",
|
|
180
|
+
path: ".claude/settings.local.json",
|
|
181
|
+
format: "json",
|
|
182
|
+
gitignored: true,
|
|
183
|
+
},
|
|
184
|
+
],
|
|
185
|
+
events: [
|
|
186
|
+
{
|
|
187
|
+
nativeName: "PreToolUse",
|
|
188
|
+
canonical: "tool.pre",
|
|
189
|
+
matcher: { kind: "regex", example: "Write|Edit", notes: null },
|
|
190
|
+
decision: [
|
|
191
|
+
{ kind: "observe" },
|
|
192
|
+
{ kind: "block", outcomes: ["allow", "deny", "ask"] },
|
|
193
|
+
{ kind: "modify", operations: ["modify-input"] },
|
|
194
|
+
],
|
|
195
|
+
sources: ["https://code.claude.com/docs/en/hooks"],
|
|
196
|
+
lastVerified: "2026-08-05",
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
nativeName: "PostToolUse",
|
|
200
|
+
canonical: "tool.post",
|
|
201
|
+
matcher: { kind: "regex", example: "Write|Edit", notes: null },
|
|
202
|
+
decision: [{ kind: "observe" }, { kind: "modify", operations: ["inject-context"] }],
|
|
203
|
+
sources: ["https://code.claude.com/docs/en/hooks"],
|
|
204
|
+
lastVerified: "2026-08-05",
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
nativeName: "UserPromptSubmit",
|
|
208
|
+
canonical: "prompt.submit",
|
|
209
|
+
matcher: { kind: "none-imperative", example: null, notes: null },
|
|
210
|
+
decision: [
|
|
211
|
+
{ kind: "observe" },
|
|
212
|
+
{ kind: "block", outcomes: ["allow", "deny"] },
|
|
213
|
+
{ kind: "modify", operations: ["inject-context"] },
|
|
214
|
+
],
|
|
215
|
+
sources: ["https://code.claude.com/docs/en/hooks"],
|
|
216
|
+
lastVerified: "2026-08-05",
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
nativeName: "SessionStart",
|
|
220
|
+
canonical: "session.start",
|
|
221
|
+
matcher: { kind: "none-imperative", example: null, notes: null },
|
|
222
|
+
decision: [{ kind: "observe" }, { kind: "modify", operations: ["inject-context"] }],
|
|
223
|
+
sources: ["https://code.claude.com/docs/en/hooks"],
|
|
224
|
+
lastVerified: "2026-08-05",
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
nativeName: "Stop",
|
|
228
|
+
canonical: "turn.end",
|
|
229
|
+
matcher: { kind: "none-imperative", example: null, notes: null },
|
|
230
|
+
decision: [{ kind: "observe" }, { kind: "block", outcomes: ["allow", "deny"] }],
|
|
231
|
+
sources: ["https://code.claude.com/docs/en/hooks"],
|
|
232
|
+
lastVerified: "2026-08-05",
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
nativeName: "SubagentStop",
|
|
236
|
+
canonical: "subagent.stop",
|
|
237
|
+
matcher: { kind: "none-imperative", example: null, notes: null },
|
|
238
|
+
decision: [{ kind: "observe" }, { kind: "block", outcomes: ["allow", "deny"] }],
|
|
239
|
+
sources: ["https://code.claude.com/docs/en/hooks"],
|
|
240
|
+
lastVerified: "2026-08-05",
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
nativeName: "PreCompact",
|
|
244
|
+
canonical: "compaction.pre",
|
|
245
|
+
matcher: { kind: "regex", example: "manual|auto", notes: null },
|
|
246
|
+
decision: [{ kind: "observe" }, { kind: "modify", operations: ["inject-context"] }],
|
|
247
|
+
sources: ["https://code.claude.com/docs/en/hooks"],
|
|
248
|
+
lastVerified: "2026-08-05",
|
|
249
|
+
},
|
|
250
|
+
],
|
|
251
|
+
tools: [
|
|
252
|
+
{
|
|
253
|
+
nativeName: "Read",
|
|
254
|
+
canonical: "file.read",
|
|
255
|
+
sources: ["https://code.claude.com/docs/en/hooks"],
|
|
256
|
+
lastVerified: "2026-08-05",
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
nativeName: "Write",
|
|
260
|
+
canonical: "file.write",
|
|
261
|
+
sources: ["https://code.claude.com/docs/en/hooks"],
|
|
262
|
+
lastVerified: "2026-08-05",
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
nativeName: "Edit",
|
|
266
|
+
canonical: "file.edit",
|
|
267
|
+
sources: ["https://code.claude.com/docs/en/hooks"],
|
|
268
|
+
lastVerified: "2026-08-05",
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
nativeName: "Bash",
|
|
272
|
+
canonical: "shell.exec",
|
|
273
|
+
sources: ["https://code.claude.com/docs/en/hooks"],
|
|
274
|
+
lastVerified: "2026-08-05",
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
nativeName: "WebFetch",
|
|
278
|
+
canonical: "web.fetch",
|
|
279
|
+
sources: ["https://code.claude.com/docs/en/hooks"],
|
|
280
|
+
lastVerified: "2026-08-05",
|
|
281
|
+
},
|
|
282
|
+
],
|
|
283
|
+
},
|
|
284
|
+
axm: {
|
|
285
|
+
status: "supported",
|
|
286
|
+
writer: {
|
|
287
|
+
serializer: "command-stdin",
|
|
288
|
+
configFiles: [
|
|
289
|
+
{
|
|
290
|
+
scope: "project",
|
|
291
|
+
path: ".claude/settings.json",
|
|
292
|
+
format: "json",
|
|
293
|
+
gitignored: false,
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
scope: "project",
|
|
297
|
+
path: ".claude/settings.local.json",
|
|
298
|
+
format: "json",
|
|
299
|
+
gitignored: true,
|
|
300
|
+
},
|
|
301
|
+
],
|
|
302
|
+
settingsKey: "hooks",
|
|
303
|
+
eventMap: "native.events",
|
|
304
|
+
matcherKind: "regex",
|
|
305
|
+
matcherSerialization: "bare",
|
|
306
|
+
timeoutSerialization: "seconds",
|
|
307
|
+
commandNameSerialization: "omit",
|
|
308
|
+
},
|
|
309
|
+
lastVerified: "2026-08-05",
|
|
310
|
+
},
|
|
311
|
+
},
|
|
312
|
+
},
|
|
313
|
+
instructions: {
|
|
314
|
+
native: {
|
|
315
|
+
availability: { via: "native" },
|
|
316
|
+
vendorStatus: { state: "active" },
|
|
317
|
+
notes: "Reads CLAUDE.md, not the AGENTS.md spec filename.",
|
|
318
|
+
docs: [],
|
|
319
|
+
sources: ["https://code.claude.com/docs/en/memory"],
|
|
320
|
+
scopes: ["user", "project"],
|
|
321
|
+
standardsCompliance: "parity",
|
|
322
|
+
convention: "vendor",
|
|
323
|
+
kind: "own-file",
|
|
324
|
+
files: ["CLAUDE.md"],
|
|
325
|
+
nestedDiscovery: true,
|
|
326
|
+
importSyntax: "at-path",
|
|
327
|
+
},
|
|
328
|
+
axm: {
|
|
329
|
+
status: "supported",
|
|
330
|
+
lastVerified: "2026-08-05",
|
|
331
|
+
writer: null,
|
|
332
|
+
},
|
|
333
|
+
},
|
|
334
|
+
permissions: {
|
|
335
|
+
native: {
|
|
336
|
+
availability: { via: "native" },
|
|
337
|
+
vendorStatus: { state: "active" },
|
|
338
|
+
notes: null,
|
|
339
|
+
docs: [],
|
|
340
|
+
sources: [
|
|
341
|
+
"https://code.claude.com/docs/en/permissions",
|
|
342
|
+
"https://code.claude.com/docs/en/settings",
|
|
343
|
+
],
|
|
344
|
+
scopes: ["user", "project"],
|
|
345
|
+
mechanism: ["config-file"],
|
|
346
|
+
configFiles: [
|
|
347
|
+
{
|
|
348
|
+
scope: "user",
|
|
349
|
+
path: "~/.claude/settings.json",
|
|
350
|
+
format: "json",
|
|
351
|
+
gitignored: false,
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
scope: "project",
|
|
355
|
+
path: ".claude/settings.json",
|
|
356
|
+
format: "json",
|
|
357
|
+
gitignored: false,
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
scope: "project",
|
|
361
|
+
path: ".claude/settings.local.json",
|
|
362
|
+
format: "json",
|
|
363
|
+
gitignored: true,
|
|
364
|
+
},
|
|
365
|
+
],
|
|
366
|
+
grammar: {
|
|
367
|
+
style: "tool-call",
|
|
368
|
+
example: "Bash(axm:*)",
|
|
369
|
+
notes: "Tool(specifier) with * wildcards. Evaluated deny > ask > allow (first match wins). Settings merge across scopes rather than override.\n",
|
|
370
|
+
},
|
|
371
|
+
prerequisites: [],
|
|
372
|
+
cliFlags: [],
|
|
373
|
+
},
|
|
374
|
+
axm: {
|
|
375
|
+
status: "supported",
|
|
376
|
+
lastVerified: "2026-08-05",
|
|
377
|
+
writer: {
|
|
378
|
+
grants: {
|
|
379
|
+
shell: {
|
|
380
|
+
target: "~/.claude/settings.json",
|
|
381
|
+
patch: {
|
|
382
|
+
permissions: {
|
|
383
|
+
allow: ["Bash(${tool}:*)"],
|
|
384
|
+
},
|
|
385
|
+
},
|
|
386
|
+
template: null,
|
|
387
|
+
},
|
|
388
|
+
filesystem: {
|
|
389
|
+
target: "~/.claude/settings.json",
|
|
390
|
+
patch: {
|
|
391
|
+
permissions: {
|
|
392
|
+
allow: [
|
|
393
|
+
"Read(${workspaceRoot}/**)",
|
|
394
|
+
"Write(${workspaceRoot}/**)",
|
|
395
|
+
"Edit(${workspaceRoot}/**)",
|
|
396
|
+
],
|
|
397
|
+
},
|
|
398
|
+
},
|
|
399
|
+
template: null,
|
|
400
|
+
},
|
|
401
|
+
},
|
|
402
|
+
},
|
|
403
|
+
},
|
|
404
|
+
},
|
|
405
|
+
};
|
|
406
|
+
//# sourceMappingURL=claude-code.js.map
|
|
@@ -0,0 +1,225 @@
|
|
|
1
|
+
export declare const clineAgent: {
|
|
2
|
+
readonly id: "cline";
|
|
3
|
+
readonly name: "Cline";
|
|
4
|
+
readonly vendor: "Cline";
|
|
5
|
+
readonly homepage: "https://cline.bot";
|
|
6
|
+
readonly interfaces: readonly ["cli", "ide-extension"];
|
|
7
|
+
readonly family: null;
|
|
8
|
+
readonly rootDir: ".cline";
|
|
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: "Cline documentation";
|
|
22
|
+
readonly url: "https://docs.cline.bot";
|
|
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://docs.cline.bot/customization/skills"];
|
|
36
|
+
readonly scopes: readonly ["user", "project"];
|
|
37
|
+
readonly standardsCompliance: "full";
|
|
38
|
+
readonly convention: "vendor";
|
|
39
|
+
readonly directory: ".cline/skills";
|
|
40
|
+
readonly additionalReadPaths: readonly [{
|
|
41
|
+
readonly path: ".clinerules/skills";
|
|
42
|
+
readonly status: "compat";
|
|
43
|
+
}, {
|
|
44
|
+
readonly path: ".claude/skills";
|
|
45
|
+
readonly status: "compat";
|
|
46
|
+
}];
|
|
47
|
+
};
|
|
48
|
+
readonly axm: {
|
|
49
|
+
readonly status: "supported";
|
|
50
|
+
readonly lastVerified: "2026-08-05";
|
|
51
|
+
readonly writer: null;
|
|
52
|
+
};
|
|
53
|
+
};
|
|
54
|
+
readonly "mcp-server": {
|
|
55
|
+
readonly native: {
|
|
56
|
+
readonly availability: {
|
|
57
|
+
readonly via: "native";
|
|
58
|
+
};
|
|
59
|
+
readonly vendorStatus: {
|
|
60
|
+
readonly state: "active";
|
|
61
|
+
};
|
|
62
|
+
readonly notes: "Cline supports MCP in both the extension and CLI. The CLI MCP config is ~/.cline/mcp.json; extension config is exposed through the MCP settings UI. Entries use the community-standard mcpServers shape with a streamableHttp remote discriminator plus Cline-specific disabled and autoApprove fields.";
|
|
63
|
+
readonly docs: readonly [];
|
|
64
|
+
readonly sources: readonly ["https://docs.cline.bot/mcp/mcp-overview"];
|
|
65
|
+
readonly scopes: readonly ["user"];
|
|
66
|
+
readonly standardsCompliance: "full";
|
|
67
|
+
readonly convention: "universal";
|
|
68
|
+
readonly transports: readonly ["stdio", "http", "sse"];
|
|
69
|
+
readonly mcpEnvExpansion: {
|
|
70
|
+
readonly variables: "none";
|
|
71
|
+
readonly defaults: false;
|
|
72
|
+
};
|
|
73
|
+
};
|
|
74
|
+
readonly axm: {
|
|
75
|
+
readonly status: "supported";
|
|
76
|
+
readonly lastVerified: "2026-08-05";
|
|
77
|
+
readonly writer: {
|
|
78
|
+
readonly config: {
|
|
79
|
+
readonly serversKey: "mcpServers";
|
|
80
|
+
readonly activationField: {
|
|
81
|
+
readonly required: {
|
|
82
|
+
readonly name: "disabled";
|
|
83
|
+
readonly enabled: false;
|
|
84
|
+
readonly disabled: true;
|
|
85
|
+
};
|
|
86
|
+
readonly accepted: readonly [{
|
|
87
|
+
readonly name: "disabled";
|
|
88
|
+
readonly enabled: false;
|
|
89
|
+
readonly disabled: true;
|
|
90
|
+
}, null];
|
|
91
|
+
};
|
|
92
|
+
readonly targets: readonly [{
|
|
93
|
+
readonly scope: "user";
|
|
94
|
+
readonly path: "~/.cline/mcp.json";
|
|
95
|
+
readonly format: "json";
|
|
96
|
+
readonly attribution: "agent";
|
|
97
|
+
}];
|
|
98
|
+
readonly stdio: {
|
|
99
|
+
readonly typeField: {
|
|
100
|
+
readonly required: null;
|
|
101
|
+
readonly accepted: readonly [null];
|
|
102
|
+
};
|
|
103
|
+
readonly command: "split";
|
|
104
|
+
readonly envKey: "env";
|
|
105
|
+
};
|
|
106
|
+
readonly remote: {
|
|
107
|
+
readonly typeField: {
|
|
108
|
+
readonly required: {
|
|
109
|
+
readonly name: "type";
|
|
110
|
+
readonly value: {
|
|
111
|
+
readonly "streamable-http": "streamableHttp";
|
|
112
|
+
readonly sse: "sse";
|
|
113
|
+
};
|
|
114
|
+
};
|
|
115
|
+
readonly accepted: readonly [{
|
|
116
|
+
readonly name: "type";
|
|
117
|
+
readonly value: {
|
|
118
|
+
readonly "streamable-http": "streamableHttp";
|
|
119
|
+
readonly sse: "sse";
|
|
120
|
+
};
|
|
121
|
+
}];
|
|
122
|
+
};
|
|
123
|
+
readonly urlKey: {
|
|
124
|
+
readonly "streamable-http": "url";
|
|
125
|
+
readonly sse: "url";
|
|
126
|
+
};
|
|
127
|
+
readonly headersKey: "headers";
|
|
128
|
+
};
|
|
129
|
+
};
|
|
130
|
+
};
|
|
131
|
+
};
|
|
132
|
+
};
|
|
133
|
+
readonly subagent: {
|
|
134
|
+
readonly native: {
|
|
135
|
+
readonly availability: {
|
|
136
|
+
readonly via: "none";
|
|
137
|
+
};
|
|
138
|
+
readonly vendorStatus: {
|
|
139
|
+
readonly state: "active";
|
|
140
|
+
};
|
|
141
|
+
readonly notes: null;
|
|
142
|
+
readonly docs: readonly [];
|
|
143
|
+
readonly sources: readonly [];
|
|
144
|
+
};
|
|
145
|
+
readonly axm: {
|
|
146
|
+
readonly status: "unsupported";
|
|
147
|
+
readonly lastVerified: null;
|
|
148
|
+
readonly writer: null;
|
|
149
|
+
};
|
|
150
|
+
};
|
|
151
|
+
readonly hook: {
|
|
152
|
+
readonly native: {
|
|
153
|
+
readonly availability: {
|
|
154
|
+
readonly via: "native";
|
|
155
|
+
};
|
|
156
|
+
readonly vendorStatus: {
|
|
157
|
+
readonly state: "active";
|
|
158
|
+
};
|
|
159
|
+
readonly notes: "Cline stores executable hooks under ~/Documents/Cline/Hooks and .clinerules/hooks. The native script-directory shape is not compatible with AXM's grouped JSON command-hook writer.";
|
|
160
|
+
readonly docs: readonly [];
|
|
161
|
+
readonly sources: readonly ["https://docs.cline.bot/customization/hooks"];
|
|
162
|
+
readonly scopes: readonly ["user", "project"];
|
|
163
|
+
readonly modeling: "native-unmodeled";
|
|
164
|
+
};
|
|
165
|
+
readonly axm: {
|
|
166
|
+
readonly status: "unsupported";
|
|
167
|
+
readonly writer: null;
|
|
168
|
+
readonly lastVerified: null;
|
|
169
|
+
readonly reason: "AXM has not implemented a Cline hook script directory writer.";
|
|
170
|
+
};
|
|
171
|
+
};
|
|
172
|
+
};
|
|
173
|
+
readonly instructions: {
|
|
174
|
+
readonly native: {
|
|
175
|
+
readonly availability: {
|
|
176
|
+
readonly via: "native";
|
|
177
|
+
};
|
|
178
|
+
readonly vendorStatus: {
|
|
179
|
+
readonly state: "active";
|
|
180
|
+
};
|
|
181
|
+
readonly notes: "Uses a vendor rule directory under the AGENTS.md-governed rule umbrella.";
|
|
182
|
+
readonly docs: readonly [];
|
|
183
|
+
readonly sources: readonly ["https://docs.cline.bot/customization/cline-rules"];
|
|
184
|
+
readonly scopes: readonly ["user", "project"];
|
|
185
|
+
readonly standardsCompliance: "partial";
|
|
186
|
+
readonly convention: "vendor";
|
|
187
|
+
readonly kind: "rules-dir";
|
|
188
|
+
readonly files: readonly ["*.md", "*.txt"];
|
|
189
|
+
readonly nestedDiscovery: false;
|
|
190
|
+
readonly importSyntax: null;
|
|
191
|
+
readonly directory: ".clinerules";
|
|
192
|
+
};
|
|
193
|
+
readonly axm: {
|
|
194
|
+
readonly status: "supported";
|
|
195
|
+
readonly lastVerified: "2026-08-05";
|
|
196
|
+
readonly writer: null;
|
|
197
|
+
};
|
|
198
|
+
};
|
|
199
|
+
readonly permissions: {
|
|
200
|
+
readonly native: {
|
|
201
|
+
readonly availability: {
|
|
202
|
+
readonly via: "native";
|
|
203
|
+
};
|
|
204
|
+
readonly vendorStatus: {
|
|
205
|
+
readonly state: "active";
|
|
206
|
+
};
|
|
207
|
+
readonly notes: "Cline exposes auto-approve controls in the extension/CLI UI and toolPolicies in the SDK. The public docs do not define a stable AXM-writable project permission grant file.";
|
|
208
|
+
readonly docs: readonly [];
|
|
209
|
+
readonly sources: readonly ["https://docs.cline.bot/cline-cli/interactive-mode", "https://docs.cline.bot/sdk/guides/permission-handling"];
|
|
210
|
+
readonly scopes: readonly ["user"];
|
|
211
|
+
readonly mechanism: readonly ["ui-only"];
|
|
212
|
+
readonly configFiles: readonly [];
|
|
213
|
+
readonly grammar: null;
|
|
214
|
+
readonly prerequisites: readonly [];
|
|
215
|
+
readonly cliFlags: readonly [];
|
|
216
|
+
};
|
|
217
|
+
readonly axm: {
|
|
218
|
+
readonly status: "unsupported";
|
|
219
|
+
readonly lastVerified: null;
|
|
220
|
+
readonly writer: null;
|
|
221
|
+
readonly reason: "AXM has not implemented a Cline permission grant writer.";
|
|
222
|
+
};
|
|
223
|
+
};
|
|
224
|
+
};
|
|
225
|
+
//# sourceMappingURL=cline.d.ts.map
|