@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,313 @@
|
|
|
1
|
+
export declare const firebenderAgent: {
|
|
2
|
+
readonly id: "firebender";
|
|
3
|
+
readonly name: "Firebender";
|
|
4
|
+
readonly vendor: "Firebender";
|
|
5
|
+
readonly homepage: "https://firebender.com";
|
|
6
|
+
readonly interfaces: readonly ["ide-extension"];
|
|
7
|
+
readonly family: null;
|
|
8
|
+
readonly rootDir: ".firebender";
|
|
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: ".firebender";
|
|
17
|
+
readonly signal: "definitive";
|
|
18
|
+
readonly note: null;
|
|
19
|
+
}, {
|
|
20
|
+
readonly kind: "file";
|
|
21
|
+
readonly path: "firebender.json";
|
|
22
|
+
readonly signal: "definitive";
|
|
23
|
+
readonly note: null;
|
|
24
|
+
}];
|
|
25
|
+
};
|
|
26
|
+
readonly user: {
|
|
27
|
+
readonly markers: readonly [{
|
|
28
|
+
readonly kind: "dir";
|
|
29
|
+
readonly path: "~/.firebender";
|
|
30
|
+
readonly signal: "definitive";
|
|
31
|
+
readonly note: null;
|
|
32
|
+
}];
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
readonly docs: readonly [{
|
|
36
|
+
readonly label: "Firebender documentation";
|
|
37
|
+
readonly url: "https://docs.firebender.com";
|
|
38
|
+
}];
|
|
39
|
+
readonly capabilities: {
|
|
40
|
+
readonly skill: {
|
|
41
|
+
readonly native: {
|
|
42
|
+
readonly availability: {
|
|
43
|
+
readonly via: "native";
|
|
44
|
+
};
|
|
45
|
+
readonly vendorStatus: {
|
|
46
|
+
readonly state: "active";
|
|
47
|
+
};
|
|
48
|
+
readonly notes: null;
|
|
49
|
+
readonly docs: readonly [];
|
|
50
|
+
readonly sources: readonly ["https://docs.firebender.com/multi-agent/skills"];
|
|
51
|
+
readonly scopes: readonly ["user", "project"];
|
|
52
|
+
readonly standardsCompliance: "full";
|
|
53
|
+
readonly convention: "vendor";
|
|
54
|
+
readonly directory: ".firebender/skills";
|
|
55
|
+
readonly additionalReadPaths: readonly [{
|
|
56
|
+
readonly path: ".goose/skills";
|
|
57
|
+
readonly status: "compat";
|
|
58
|
+
}, {
|
|
59
|
+
readonly path: ".claude/skills";
|
|
60
|
+
readonly status: "compat";
|
|
61
|
+
}, {
|
|
62
|
+
readonly path: ".codex/skills";
|
|
63
|
+
readonly status: "compat";
|
|
64
|
+
}, {
|
|
65
|
+
readonly path: ".cursor/skills";
|
|
66
|
+
readonly status: "compat";
|
|
67
|
+
}, {
|
|
68
|
+
readonly path: ".agents/skills";
|
|
69
|
+
readonly status: "compat";
|
|
70
|
+
}];
|
|
71
|
+
};
|
|
72
|
+
readonly axm: {
|
|
73
|
+
readonly status: "supported";
|
|
74
|
+
readonly lastVerified: "2026-08-05";
|
|
75
|
+
readonly writer: null;
|
|
76
|
+
};
|
|
77
|
+
};
|
|
78
|
+
readonly "mcp-server": {
|
|
79
|
+
readonly native: {
|
|
80
|
+
readonly availability: {
|
|
81
|
+
readonly via: "native";
|
|
82
|
+
};
|
|
83
|
+
readonly vendorStatus: {
|
|
84
|
+
readonly state: "active";
|
|
85
|
+
};
|
|
86
|
+
readonly notes: "Firebender stores MCP servers under mcpServers in firebender.json and ~/.firebender/firebender.json.";
|
|
87
|
+
readonly docs: readonly [];
|
|
88
|
+
readonly sources: readonly ["https://docs.firebender.com/context/mcp/overview", "https://firebendercorp.mintlify.app/api-reference/syntax"];
|
|
89
|
+
readonly scopes: readonly ["user", "project"];
|
|
90
|
+
readonly standardsCompliance: "parity";
|
|
91
|
+
readonly convention: "vendor";
|
|
92
|
+
readonly transports: readonly ["stdio", "http", "sse"];
|
|
93
|
+
readonly mcpEnvExpansion: {
|
|
94
|
+
readonly variables: "braced";
|
|
95
|
+
readonly defaults: false;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
98
|
+
readonly axm: {
|
|
99
|
+
readonly status: "unsupported";
|
|
100
|
+
readonly lastVerified: null;
|
|
101
|
+
readonly writer: null;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
104
|
+
readonly subagent: {
|
|
105
|
+
readonly native: {
|
|
106
|
+
readonly availability: {
|
|
107
|
+
readonly via: "native";
|
|
108
|
+
};
|
|
109
|
+
readonly vendorStatus: {
|
|
110
|
+
readonly state: "active";
|
|
111
|
+
};
|
|
112
|
+
readonly notes: "Firebender subagents are Markdown definitions under .firebender/agents.";
|
|
113
|
+
readonly docs: readonly [];
|
|
114
|
+
readonly sources: readonly ["https://docs.firebender.com/api-reference/agents"];
|
|
115
|
+
readonly scopes: readonly ["user", "project"];
|
|
116
|
+
readonly directory: ".firebender/agents";
|
|
117
|
+
readonly layout: "directory";
|
|
118
|
+
};
|
|
119
|
+
readonly axm: {
|
|
120
|
+
readonly status: "unsupported";
|
|
121
|
+
readonly lastVerified: null;
|
|
122
|
+
readonly writer: null;
|
|
123
|
+
};
|
|
124
|
+
};
|
|
125
|
+
readonly hook: {
|
|
126
|
+
readonly native: {
|
|
127
|
+
readonly availability: {
|
|
128
|
+
readonly via: "native";
|
|
129
|
+
};
|
|
130
|
+
readonly vendorStatus: {
|
|
131
|
+
readonly state: "active";
|
|
132
|
+
};
|
|
133
|
+
readonly notes: "Firebender hooks execute commands with JSON event payloads on standard input and can observe, block, or modify selected operations.";
|
|
134
|
+
readonly docs: readonly [];
|
|
135
|
+
readonly sources: readonly ["https://docs.firebender.com/multi-agent/hooks"];
|
|
136
|
+
readonly scopes: readonly ["user", "project"];
|
|
137
|
+
readonly mechanism: readonly ["command-stdin"];
|
|
138
|
+
readonly configFiles: readonly [{
|
|
139
|
+
readonly scope: "project";
|
|
140
|
+
readonly path: ".firebender/hooks.json";
|
|
141
|
+
readonly format: "json";
|
|
142
|
+
readonly gitignored: false;
|
|
143
|
+
}, {
|
|
144
|
+
readonly scope: "user";
|
|
145
|
+
readonly path: "~/.firebender/hooks.json";
|
|
146
|
+
readonly format: "json";
|
|
147
|
+
readonly gitignored: false;
|
|
148
|
+
}];
|
|
149
|
+
readonly events: readonly [{
|
|
150
|
+
readonly nativeName: "sessionStart";
|
|
151
|
+
readonly canonical: "session.start";
|
|
152
|
+
readonly matcher: {
|
|
153
|
+
readonly kind: "none-imperative";
|
|
154
|
+
readonly example: null;
|
|
155
|
+
readonly notes: null;
|
|
156
|
+
};
|
|
157
|
+
readonly decision: readonly [{
|
|
158
|
+
readonly kind: "observe";
|
|
159
|
+
}];
|
|
160
|
+
readonly sources: readonly ["https://docs.firebender.com/multi-agent/hooks"];
|
|
161
|
+
readonly lastVerified: "2026-08-05";
|
|
162
|
+
}, {
|
|
163
|
+
readonly nativeName: "preToolUse";
|
|
164
|
+
readonly canonical: "tool.pre";
|
|
165
|
+
readonly matcher: {
|
|
166
|
+
readonly kind: "literal-list";
|
|
167
|
+
readonly example: "Shell,Read,Write,MCP";
|
|
168
|
+
readonly notes: null;
|
|
169
|
+
};
|
|
170
|
+
readonly decision: readonly [{
|
|
171
|
+
readonly kind: "observe";
|
|
172
|
+
}, {
|
|
173
|
+
readonly kind: "block";
|
|
174
|
+
readonly outcomes: readonly ["allow", "deny", "ask"];
|
|
175
|
+
}, {
|
|
176
|
+
readonly kind: "modify";
|
|
177
|
+
readonly operations: readonly ["modify-input"];
|
|
178
|
+
}];
|
|
179
|
+
readonly sources: readonly ["https://docs.firebender.com/multi-agent/hooks"];
|
|
180
|
+
readonly lastVerified: "2026-08-05";
|
|
181
|
+
}, {
|
|
182
|
+
readonly nativeName: "postToolUse";
|
|
183
|
+
readonly canonical: "tool.post";
|
|
184
|
+
readonly matcher: {
|
|
185
|
+
readonly kind: "literal-list";
|
|
186
|
+
readonly example: "Shell,Read,Write,MCP";
|
|
187
|
+
readonly notes: null;
|
|
188
|
+
};
|
|
189
|
+
readonly decision: readonly [{
|
|
190
|
+
readonly kind: "observe";
|
|
191
|
+
}];
|
|
192
|
+
readonly sources: readonly ["https://docs.firebender.com/multi-agent/hooks"];
|
|
193
|
+
readonly lastVerified: "2026-08-05";
|
|
194
|
+
}, {
|
|
195
|
+
readonly nativeName: "stop";
|
|
196
|
+
readonly canonical: "turn.end";
|
|
197
|
+
readonly matcher: {
|
|
198
|
+
readonly kind: "none-imperative";
|
|
199
|
+
readonly example: null;
|
|
200
|
+
readonly notes: null;
|
|
201
|
+
};
|
|
202
|
+
readonly decision: readonly [{
|
|
203
|
+
readonly kind: "observe";
|
|
204
|
+
}];
|
|
205
|
+
readonly sources: readonly ["https://docs.firebender.com/multi-agent/hooks"];
|
|
206
|
+
readonly lastVerified: "2026-08-05";
|
|
207
|
+
}, {
|
|
208
|
+
readonly nativeName: "subagentStop";
|
|
209
|
+
readonly canonical: "subagent.stop";
|
|
210
|
+
readonly matcher: {
|
|
211
|
+
readonly kind: "none-imperative";
|
|
212
|
+
readonly example: null;
|
|
213
|
+
readonly notes: null;
|
|
214
|
+
};
|
|
215
|
+
readonly decision: readonly [{
|
|
216
|
+
readonly kind: "observe";
|
|
217
|
+
}];
|
|
218
|
+
readonly sources: readonly ["https://docs.firebender.com/multi-agent/hooks"];
|
|
219
|
+
readonly lastVerified: "2026-08-05";
|
|
220
|
+
}, {
|
|
221
|
+
readonly nativeName: "preCompact";
|
|
222
|
+
readonly canonical: "compaction.pre";
|
|
223
|
+
readonly matcher: {
|
|
224
|
+
readonly kind: "none-imperative";
|
|
225
|
+
readonly example: null;
|
|
226
|
+
readonly notes: null;
|
|
227
|
+
};
|
|
228
|
+
readonly decision: readonly [{
|
|
229
|
+
readonly kind: "observe";
|
|
230
|
+
}];
|
|
231
|
+
readonly sources: readonly ["https://docs.firebender.com/multi-agent/hooks"];
|
|
232
|
+
readonly lastVerified: "2026-08-05";
|
|
233
|
+
}];
|
|
234
|
+
readonly tools: readonly [{
|
|
235
|
+
readonly nativeName: "Shell";
|
|
236
|
+
readonly canonical: "shell.exec";
|
|
237
|
+
readonly sources: readonly ["https://docs.firebender.com/multi-agent/hooks"];
|
|
238
|
+
readonly lastVerified: "2026-08-05";
|
|
239
|
+
}, {
|
|
240
|
+
readonly nativeName: "Read";
|
|
241
|
+
readonly canonical: "file.read";
|
|
242
|
+
readonly sources: readonly ["https://docs.firebender.com/multi-agent/hooks"];
|
|
243
|
+
readonly lastVerified: "2026-08-05";
|
|
244
|
+
}, {
|
|
245
|
+
readonly nativeName: "Write";
|
|
246
|
+
readonly canonical: "file.write";
|
|
247
|
+
readonly sources: readonly ["https://docs.firebender.com/multi-agent/hooks"];
|
|
248
|
+
readonly lastVerified: "2026-08-05";
|
|
249
|
+
}, {
|
|
250
|
+
readonly nativeName: "MCP";
|
|
251
|
+
readonly canonical: "mcp.call";
|
|
252
|
+
readonly sources: readonly ["https://docs.firebender.com/multi-agent/hooks"];
|
|
253
|
+
readonly lastVerified: "2026-08-05";
|
|
254
|
+
}, {
|
|
255
|
+
readonly nativeName: "afterFileEdit";
|
|
256
|
+
readonly canonical: "file.edit";
|
|
257
|
+
readonly sources: readonly ["https://docs.firebender.com/multi-agent/hooks"];
|
|
258
|
+
readonly lastVerified: "2026-08-05";
|
|
259
|
+
}];
|
|
260
|
+
};
|
|
261
|
+
readonly axm: {
|
|
262
|
+
readonly status: "unsupported";
|
|
263
|
+
readonly lastVerified: null;
|
|
264
|
+
readonly writer: null;
|
|
265
|
+
};
|
|
266
|
+
};
|
|
267
|
+
};
|
|
268
|
+
readonly instructions: {
|
|
269
|
+
readonly native: {
|
|
270
|
+
readonly availability: {
|
|
271
|
+
readonly via: "native";
|
|
272
|
+
};
|
|
273
|
+
readonly vendorStatus: {
|
|
274
|
+
readonly state: "active";
|
|
275
|
+
};
|
|
276
|
+
readonly notes: "Firebender reads .firebender/rules/*.mdc and also supports AGENTS.md; this entry models its primary vendor rule directory.";
|
|
277
|
+
readonly docs: readonly [];
|
|
278
|
+
readonly sources: readonly ["https://docs.firebender.com/multi-agent/global-rules"];
|
|
279
|
+
readonly scopes: readonly ["user", "project"];
|
|
280
|
+
readonly standardsCompliance: "partial";
|
|
281
|
+
readonly convention: "vendor";
|
|
282
|
+
readonly kind: "rules-dir";
|
|
283
|
+
readonly directory: ".firebender/rules";
|
|
284
|
+
readonly files: readonly ["*.mdc"];
|
|
285
|
+
readonly nestedDiscovery: false;
|
|
286
|
+
readonly importSyntax: null;
|
|
287
|
+
};
|
|
288
|
+
readonly axm: {
|
|
289
|
+
readonly status: "unsupported";
|
|
290
|
+
readonly lastVerified: null;
|
|
291
|
+
readonly writer: null;
|
|
292
|
+
};
|
|
293
|
+
};
|
|
294
|
+
readonly permissions: {
|
|
295
|
+
readonly native: {
|
|
296
|
+
readonly availability: {
|
|
297
|
+
readonly via: "none";
|
|
298
|
+
};
|
|
299
|
+
readonly vendorStatus: {
|
|
300
|
+
readonly state: "active";
|
|
301
|
+
};
|
|
302
|
+
readonly notes: null;
|
|
303
|
+
readonly docs: readonly [];
|
|
304
|
+
readonly sources: readonly [];
|
|
305
|
+
};
|
|
306
|
+
readonly axm: {
|
|
307
|
+
readonly status: "unsupported";
|
|
308
|
+
readonly lastVerified: null;
|
|
309
|
+
readonly writer: null;
|
|
310
|
+
};
|
|
311
|
+
};
|
|
312
|
+
};
|
|
313
|
+
//# sourceMappingURL=firebender.d.ts.map
|
|
@@ -0,0 +1,244 @@
|
|
|
1
|
+
export const firebenderAgent = {
|
|
2
|
+
id: "firebender",
|
|
3
|
+
name: "Firebender",
|
|
4
|
+
vendor: "Firebender",
|
|
5
|
+
homepage: "https://firebender.com",
|
|
6
|
+
interfaces: ["ide-extension"],
|
|
7
|
+
family: null,
|
|
8
|
+
rootDir: ".firebender",
|
|
9
|
+
lifecycle: { state: "active" },
|
|
10
|
+
detection: {
|
|
11
|
+
project: {
|
|
12
|
+
markers: [
|
|
13
|
+
{ kind: "dir", path: ".firebender", signal: "definitive", note: null },
|
|
14
|
+
{ kind: "file", path: "firebender.json", signal: "definitive", note: null },
|
|
15
|
+
],
|
|
16
|
+
},
|
|
17
|
+
user: { markers: [{ kind: "dir", path: "~/.firebender", signal: "definitive", note: null }] },
|
|
18
|
+
},
|
|
19
|
+
docs: [
|
|
20
|
+
{
|
|
21
|
+
label: "Firebender documentation",
|
|
22
|
+
url: "https://docs.firebender.com",
|
|
23
|
+
},
|
|
24
|
+
],
|
|
25
|
+
capabilities: {
|
|
26
|
+
skill: {
|
|
27
|
+
native: {
|
|
28
|
+
availability: { via: "native" },
|
|
29
|
+
vendorStatus: { state: "active" },
|
|
30
|
+
notes: null,
|
|
31
|
+
docs: [],
|
|
32
|
+
sources: ["https://docs.firebender.com/multi-agent/skills"],
|
|
33
|
+
scopes: ["user", "project"],
|
|
34
|
+
standardsCompliance: "full",
|
|
35
|
+
convention: "vendor",
|
|
36
|
+
directory: ".firebender/skills",
|
|
37
|
+
additionalReadPaths: [
|
|
38
|
+
{ path: ".goose/skills", status: "compat" },
|
|
39
|
+
{ path: ".claude/skills", status: "compat" },
|
|
40
|
+
{ path: ".codex/skills", status: "compat" },
|
|
41
|
+
{ path: ".cursor/skills", status: "compat" },
|
|
42
|
+
{ path: ".agents/skills", status: "compat" },
|
|
43
|
+
],
|
|
44
|
+
},
|
|
45
|
+
axm: {
|
|
46
|
+
status: "supported",
|
|
47
|
+
lastVerified: "2026-08-05",
|
|
48
|
+
writer: null,
|
|
49
|
+
},
|
|
50
|
+
},
|
|
51
|
+
"mcp-server": {
|
|
52
|
+
native: {
|
|
53
|
+
availability: { via: "native" },
|
|
54
|
+
vendorStatus: { state: "active" },
|
|
55
|
+
notes: "Firebender stores MCP servers under mcpServers in firebender.json and ~/.firebender/firebender.json.",
|
|
56
|
+
docs: [],
|
|
57
|
+
sources: [
|
|
58
|
+
"https://docs.firebender.com/context/mcp/overview",
|
|
59
|
+
"https://firebendercorp.mintlify.app/api-reference/syntax",
|
|
60
|
+
],
|
|
61
|
+
scopes: ["user", "project"],
|
|
62
|
+
standardsCompliance: "parity",
|
|
63
|
+
convention: "vendor",
|
|
64
|
+
transports: ["stdio", "http", "sse"],
|
|
65
|
+
mcpEnvExpansion: { variables: "braced", defaults: false },
|
|
66
|
+
},
|
|
67
|
+
axm: {
|
|
68
|
+
status: "unsupported",
|
|
69
|
+
lastVerified: null,
|
|
70
|
+
writer: null,
|
|
71
|
+
},
|
|
72
|
+
},
|
|
73
|
+
subagent: {
|
|
74
|
+
native: {
|
|
75
|
+
availability: { via: "native" },
|
|
76
|
+
vendorStatus: { state: "active" },
|
|
77
|
+
notes: "Firebender subagents are Markdown definitions under .firebender/agents.",
|
|
78
|
+
docs: [],
|
|
79
|
+
sources: ["https://docs.firebender.com/api-reference/agents"],
|
|
80
|
+
scopes: ["user", "project"],
|
|
81
|
+
directory: ".firebender/agents",
|
|
82
|
+
layout: "directory",
|
|
83
|
+
},
|
|
84
|
+
axm: {
|
|
85
|
+
status: "unsupported",
|
|
86
|
+
lastVerified: null,
|
|
87
|
+
writer: null,
|
|
88
|
+
},
|
|
89
|
+
},
|
|
90
|
+
hook: {
|
|
91
|
+
native: {
|
|
92
|
+
availability: { via: "native" },
|
|
93
|
+
vendorStatus: { state: "active" },
|
|
94
|
+
notes: "Firebender hooks execute commands with JSON event payloads on standard input and can observe, block, or modify selected operations.",
|
|
95
|
+
docs: [],
|
|
96
|
+
sources: ["https://docs.firebender.com/multi-agent/hooks"],
|
|
97
|
+
scopes: ["user", "project"],
|
|
98
|
+
mechanism: ["command-stdin"],
|
|
99
|
+
configFiles: [
|
|
100
|
+
{
|
|
101
|
+
scope: "project",
|
|
102
|
+
path: ".firebender/hooks.json",
|
|
103
|
+
format: "json",
|
|
104
|
+
gitignored: false,
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
scope: "user",
|
|
108
|
+
path: "~/.firebender/hooks.json",
|
|
109
|
+
format: "json",
|
|
110
|
+
gitignored: false,
|
|
111
|
+
},
|
|
112
|
+
],
|
|
113
|
+
events: [
|
|
114
|
+
{
|
|
115
|
+
nativeName: "sessionStart",
|
|
116
|
+
canonical: "session.start",
|
|
117
|
+
matcher: { kind: "none-imperative", example: null, notes: null },
|
|
118
|
+
decision: [{ kind: "observe" }],
|
|
119
|
+
sources: ["https://docs.firebender.com/multi-agent/hooks"],
|
|
120
|
+
lastVerified: "2026-08-05",
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
nativeName: "preToolUse",
|
|
124
|
+
canonical: "tool.pre",
|
|
125
|
+
matcher: { kind: "literal-list", example: "Shell,Read,Write,MCP", notes: null },
|
|
126
|
+
decision: [
|
|
127
|
+
{ kind: "observe" },
|
|
128
|
+
{ kind: "block", outcomes: ["allow", "deny", "ask"] },
|
|
129
|
+
{ kind: "modify", operations: ["modify-input"] },
|
|
130
|
+
],
|
|
131
|
+
sources: ["https://docs.firebender.com/multi-agent/hooks"],
|
|
132
|
+
lastVerified: "2026-08-05",
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
nativeName: "postToolUse",
|
|
136
|
+
canonical: "tool.post",
|
|
137
|
+
matcher: { kind: "literal-list", example: "Shell,Read,Write,MCP", notes: null },
|
|
138
|
+
decision: [{ kind: "observe" }],
|
|
139
|
+
sources: ["https://docs.firebender.com/multi-agent/hooks"],
|
|
140
|
+
lastVerified: "2026-08-05",
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
nativeName: "stop",
|
|
144
|
+
canonical: "turn.end",
|
|
145
|
+
matcher: { kind: "none-imperative", example: null, notes: null },
|
|
146
|
+
decision: [{ kind: "observe" }],
|
|
147
|
+
sources: ["https://docs.firebender.com/multi-agent/hooks"],
|
|
148
|
+
lastVerified: "2026-08-05",
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
nativeName: "subagentStop",
|
|
152
|
+
canonical: "subagent.stop",
|
|
153
|
+
matcher: { kind: "none-imperative", example: null, notes: null },
|
|
154
|
+
decision: [{ kind: "observe" }],
|
|
155
|
+
sources: ["https://docs.firebender.com/multi-agent/hooks"],
|
|
156
|
+
lastVerified: "2026-08-05",
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
nativeName: "preCompact",
|
|
160
|
+
canonical: "compaction.pre",
|
|
161
|
+
matcher: { kind: "none-imperative", example: null, notes: null },
|
|
162
|
+
decision: [{ kind: "observe" }],
|
|
163
|
+
sources: ["https://docs.firebender.com/multi-agent/hooks"],
|
|
164
|
+
lastVerified: "2026-08-05",
|
|
165
|
+
},
|
|
166
|
+
],
|
|
167
|
+
tools: [
|
|
168
|
+
{
|
|
169
|
+
nativeName: "Shell",
|
|
170
|
+
canonical: "shell.exec",
|
|
171
|
+
sources: ["https://docs.firebender.com/multi-agent/hooks"],
|
|
172
|
+
lastVerified: "2026-08-05",
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
nativeName: "Read",
|
|
176
|
+
canonical: "file.read",
|
|
177
|
+
sources: ["https://docs.firebender.com/multi-agent/hooks"],
|
|
178
|
+
lastVerified: "2026-08-05",
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
nativeName: "Write",
|
|
182
|
+
canonical: "file.write",
|
|
183
|
+
sources: ["https://docs.firebender.com/multi-agent/hooks"],
|
|
184
|
+
lastVerified: "2026-08-05",
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
nativeName: "MCP",
|
|
188
|
+
canonical: "mcp.call",
|
|
189
|
+
sources: ["https://docs.firebender.com/multi-agent/hooks"],
|
|
190
|
+
lastVerified: "2026-08-05",
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
nativeName: "afterFileEdit",
|
|
194
|
+
canonical: "file.edit",
|
|
195
|
+
sources: ["https://docs.firebender.com/multi-agent/hooks"],
|
|
196
|
+
lastVerified: "2026-08-05",
|
|
197
|
+
},
|
|
198
|
+
],
|
|
199
|
+
},
|
|
200
|
+
axm: {
|
|
201
|
+
status: "unsupported",
|
|
202
|
+
lastVerified: null,
|
|
203
|
+
writer: null,
|
|
204
|
+
},
|
|
205
|
+
},
|
|
206
|
+
},
|
|
207
|
+
instructions: {
|
|
208
|
+
native: {
|
|
209
|
+
availability: { via: "native" },
|
|
210
|
+
vendorStatus: { state: "active" },
|
|
211
|
+
notes: "Firebender reads .firebender/rules/*.mdc and also supports AGENTS.md; this entry models its primary vendor rule directory.",
|
|
212
|
+
docs: [],
|
|
213
|
+
sources: ["https://docs.firebender.com/multi-agent/global-rules"],
|
|
214
|
+
scopes: ["user", "project"],
|
|
215
|
+
standardsCompliance: "partial",
|
|
216
|
+
convention: "vendor",
|
|
217
|
+
kind: "rules-dir",
|
|
218
|
+
directory: ".firebender/rules",
|
|
219
|
+
files: ["*.mdc"],
|
|
220
|
+
nestedDiscovery: false,
|
|
221
|
+
importSyntax: null,
|
|
222
|
+
},
|
|
223
|
+
axm: {
|
|
224
|
+
status: "unsupported",
|
|
225
|
+
lastVerified: null,
|
|
226
|
+
writer: null,
|
|
227
|
+
},
|
|
228
|
+
},
|
|
229
|
+
permissions: {
|
|
230
|
+
native: {
|
|
231
|
+
availability: { via: "none" },
|
|
232
|
+
vendorStatus: { state: "active" },
|
|
233
|
+
notes: null,
|
|
234
|
+
docs: [],
|
|
235
|
+
sources: [],
|
|
236
|
+
},
|
|
237
|
+
axm: {
|
|
238
|
+
status: "unsupported",
|
|
239
|
+
lastVerified: null,
|
|
240
|
+
writer: null,
|
|
241
|
+
},
|
|
242
|
+
},
|
|
243
|
+
};
|
|
244
|
+
//# sourceMappingURL=firebender.js.map
|