@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,318 @@
|
|
|
1
|
+
export declare const droidAgent: {
|
|
2
|
+
readonly id: "droid";
|
|
3
|
+
readonly name: "Droid";
|
|
4
|
+
readonly vendor: "Factory";
|
|
5
|
+
readonly homepage: "https://www.factory.ai";
|
|
6
|
+
readonly interfaces: readonly ["cli", "ide-extension"];
|
|
7
|
+
readonly family: null;
|
|
8
|
+
readonly rootDir: ".factory";
|
|
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: "Factory documentation";
|
|
22
|
+
readonly url: "https://docs.factory.ai";
|
|
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.factory.ai/cli/configuration/skills"];
|
|
36
|
+
readonly scopes: readonly ["user", "project"];
|
|
37
|
+
readonly standardsCompliance: "full";
|
|
38
|
+
readonly convention: "vendor";
|
|
39
|
+
readonly directory: ".factory/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: "Factory MCP configuration supports local and remote servers.";
|
|
56
|
+
readonly docs: readonly [];
|
|
57
|
+
readonly sources: readonly ["https://docs.factory.ai/cli/configuration/mcp"];
|
|
58
|
+
readonly scopes: readonly ["user", "project"];
|
|
59
|
+
readonly standardsCompliance: "parity";
|
|
60
|
+
readonly convention: "vendor";
|
|
61
|
+
readonly transports: readonly ["stdio", "http", "sse"];
|
|
62
|
+
readonly mcpEnvExpansion: {
|
|
63
|
+
readonly variables: "braced";
|
|
64
|
+
readonly defaults: true;
|
|
65
|
+
};
|
|
66
|
+
};
|
|
67
|
+
readonly axm: {
|
|
68
|
+
readonly status: "unsupported";
|
|
69
|
+
readonly lastVerified: null;
|
|
70
|
+
readonly writer: null;
|
|
71
|
+
};
|
|
72
|
+
};
|
|
73
|
+
readonly subagent: {
|
|
74
|
+
readonly native: {
|
|
75
|
+
readonly availability: {
|
|
76
|
+
readonly via: "native";
|
|
77
|
+
};
|
|
78
|
+
readonly vendorStatus: {
|
|
79
|
+
readonly state: "active";
|
|
80
|
+
};
|
|
81
|
+
readonly notes: "Factory custom droids are Markdown files under .factory/droids.";
|
|
82
|
+
readonly docs: readonly [];
|
|
83
|
+
readonly sources: readonly ["https://docs.factory.ai/cli/configuration/custom-droids"];
|
|
84
|
+
readonly scopes: readonly ["user", "project"];
|
|
85
|
+
readonly directory: ".factory/droids";
|
|
86
|
+
readonly layout: "directory";
|
|
87
|
+
};
|
|
88
|
+
readonly axm: {
|
|
89
|
+
readonly status: "unsupported";
|
|
90
|
+
readonly lastVerified: null;
|
|
91
|
+
readonly writer: null;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
94
|
+
readonly hook: {
|
|
95
|
+
readonly native: {
|
|
96
|
+
readonly availability: {
|
|
97
|
+
readonly via: "native";
|
|
98
|
+
};
|
|
99
|
+
readonly vendorStatus: {
|
|
100
|
+
readonly state: "active";
|
|
101
|
+
};
|
|
102
|
+
readonly notes: "Factory hooks execute commands with event payloads on standard input.";
|
|
103
|
+
readonly docs: readonly [];
|
|
104
|
+
readonly sources: readonly ["https://docs.factory.ai/cli/configuration/hooks-guide"];
|
|
105
|
+
readonly scopes: readonly ["user", "project"];
|
|
106
|
+
readonly mechanism: readonly ["command-stdin"];
|
|
107
|
+
readonly configFiles: readonly [{
|
|
108
|
+
readonly scope: "user";
|
|
109
|
+
readonly path: "~/.factory/hooks.json";
|
|
110
|
+
readonly format: "json";
|
|
111
|
+
readonly gitignored: false;
|
|
112
|
+
}, {
|
|
113
|
+
readonly scope: "project";
|
|
114
|
+
readonly path: ".factory/hooks.json";
|
|
115
|
+
readonly format: "json";
|
|
116
|
+
readonly gitignored: false;
|
|
117
|
+
}];
|
|
118
|
+
readonly events: readonly [{
|
|
119
|
+
readonly nativeName: "PreToolUse";
|
|
120
|
+
readonly canonical: "tool.pre";
|
|
121
|
+
readonly matcher: {
|
|
122
|
+
readonly kind: "regex";
|
|
123
|
+
readonly example: "Execute|Create|Edit|ApplyPatch";
|
|
124
|
+
readonly notes: null;
|
|
125
|
+
};
|
|
126
|
+
readonly decision: readonly [{
|
|
127
|
+
readonly kind: "observe";
|
|
128
|
+
}, {
|
|
129
|
+
readonly kind: "block";
|
|
130
|
+
readonly outcomes: readonly ["deny"];
|
|
131
|
+
}];
|
|
132
|
+
readonly sources: readonly ["https://docs.factory.ai/cli/configuration/hooks-guide"];
|
|
133
|
+
readonly lastVerified: "2026-08-05";
|
|
134
|
+
}, {
|
|
135
|
+
readonly nativeName: "PostToolUse";
|
|
136
|
+
readonly canonical: "tool.post";
|
|
137
|
+
readonly matcher: {
|
|
138
|
+
readonly kind: "regex";
|
|
139
|
+
readonly example: "Execute|Create|Edit|ApplyPatch";
|
|
140
|
+
readonly notes: null;
|
|
141
|
+
};
|
|
142
|
+
readonly decision: readonly [{
|
|
143
|
+
readonly kind: "observe";
|
|
144
|
+
}];
|
|
145
|
+
readonly sources: readonly ["https://docs.factory.ai/cli/configuration/hooks-guide"];
|
|
146
|
+
readonly lastVerified: "2026-08-05";
|
|
147
|
+
}, {
|
|
148
|
+
readonly nativeName: "UserPromptSubmit";
|
|
149
|
+
readonly canonical: "prompt.submit";
|
|
150
|
+
readonly matcher: {
|
|
151
|
+
readonly kind: "none-imperative";
|
|
152
|
+
readonly example: null;
|
|
153
|
+
readonly notes: null;
|
|
154
|
+
};
|
|
155
|
+
readonly decision: readonly [{
|
|
156
|
+
readonly kind: "observe";
|
|
157
|
+
}];
|
|
158
|
+
readonly sources: readonly ["https://docs.factory.ai/cli/configuration/hooks-guide"];
|
|
159
|
+
readonly lastVerified: "2026-08-05";
|
|
160
|
+
}, {
|
|
161
|
+
readonly nativeName: "Stop";
|
|
162
|
+
readonly canonical: "turn.end";
|
|
163
|
+
readonly matcher: {
|
|
164
|
+
readonly kind: "none-imperative";
|
|
165
|
+
readonly example: null;
|
|
166
|
+
readonly notes: null;
|
|
167
|
+
};
|
|
168
|
+
readonly decision: readonly [{
|
|
169
|
+
readonly kind: "observe";
|
|
170
|
+
}];
|
|
171
|
+
readonly sources: readonly ["https://docs.factory.ai/cli/configuration/hooks-guide"];
|
|
172
|
+
readonly lastVerified: "2026-08-05";
|
|
173
|
+
}, {
|
|
174
|
+
readonly nativeName: "SubagentStop";
|
|
175
|
+
readonly canonical: "subagent.stop";
|
|
176
|
+
readonly matcher: {
|
|
177
|
+
readonly kind: "none-imperative";
|
|
178
|
+
readonly example: null;
|
|
179
|
+
readonly notes: null;
|
|
180
|
+
};
|
|
181
|
+
readonly decision: readonly [{
|
|
182
|
+
readonly kind: "observe";
|
|
183
|
+
}];
|
|
184
|
+
readonly sources: readonly ["https://docs.factory.ai/cli/configuration/hooks-guide"];
|
|
185
|
+
readonly lastVerified: "2026-08-05";
|
|
186
|
+
}, {
|
|
187
|
+
readonly nativeName: "PreCompact";
|
|
188
|
+
readonly canonical: "compaction.pre";
|
|
189
|
+
readonly matcher: {
|
|
190
|
+
readonly kind: "none-imperative";
|
|
191
|
+
readonly example: null;
|
|
192
|
+
readonly notes: null;
|
|
193
|
+
};
|
|
194
|
+
readonly decision: readonly [{
|
|
195
|
+
readonly kind: "observe";
|
|
196
|
+
}];
|
|
197
|
+
readonly sources: readonly ["https://docs.factory.ai/cli/configuration/hooks-guide"];
|
|
198
|
+
readonly lastVerified: "2026-08-05";
|
|
199
|
+
}, {
|
|
200
|
+
readonly nativeName: "SessionStart";
|
|
201
|
+
readonly canonical: "session.start";
|
|
202
|
+
readonly matcher: {
|
|
203
|
+
readonly kind: "none-imperative";
|
|
204
|
+
readonly example: null;
|
|
205
|
+
readonly notes: null;
|
|
206
|
+
};
|
|
207
|
+
readonly decision: readonly [{
|
|
208
|
+
readonly kind: "observe";
|
|
209
|
+
}];
|
|
210
|
+
readonly sources: readonly ["https://docs.factory.ai/cli/configuration/hooks-guide"];
|
|
211
|
+
readonly lastVerified: "2026-08-05";
|
|
212
|
+
}];
|
|
213
|
+
readonly tools: readonly [{
|
|
214
|
+
readonly nativeName: "Execute";
|
|
215
|
+
readonly canonical: "shell.exec";
|
|
216
|
+
readonly sources: readonly ["https://docs.factory.ai/cli/configuration/hooks-guide"];
|
|
217
|
+
readonly lastVerified: "2026-08-05";
|
|
218
|
+
}, {
|
|
219
|
+
readonly nativeName: "Create";
|
|
220
|
+
readonly canonical: "file.write";
|
|
221
|
+
readonly sources: readonly ["https://docs.factory.ai/cli/configuration/hooks-guide"];
|
|
222
|
+
readonly lastVerified: "2026-08-05";
|
|
223
|
+
}, {
|
|
224
|
+
readonly nativeName: "Edit";
|
|
225
|
+
readonly canonical: "file.edit";
|
|
226
|
+
readonly sources: readonly ["https://docs.factory.ai/cli/configuration/hooks-guide"];
|
|
227
|
+
readonly lastVerified: "2026-08-05";
|
|
228
|
+
}, {
|
|
229
|
+
readonly nativeName: "ApplyPatch";
|
|
230
|
+
readonly canonical: "file.edit";
|
|
231
|
+
readonly sources: readonly ["https://docs.factory.ai/cli/configuration/hooks-guide"];
|
|
232
|
+
readonly lastVerified: "2026-08-05";
|
|
233
|
+
}];
|
|
234
|
+
};
|
|
235
|
+
readonly axm: {
|
|
236
|
+
readonly status: "unsupported";
|
|
237
|
+
readonly lastVerified: null;
|
|
238
|
+
readonly writer: null;
|
|
239
|
+
};
|
|
240
|
+
};
|
|
241
|
+
};
|
|
242
|
+
readonly instructions: {
|
|
243
|
+
readonly native: {
|
|
244
|
+
readonly availability: {
|
|
245
|
+
readonly via: "native";
|
|
246
|
+
};
|
|
247
|
+
readonly vendorStatus: {
|
|
248
|
+
readonly state: "active";
|
|
249
|
+
};
|
|
250
|
+
readonly notes: null;
|
|
251
|
+
readonly docs: readonly [];
|
|
252
|
+
readonly sources: readonly ["https://docs.factory.ai/cli/configuration/agents-md"];
|
|
253
|
+
readonly scopes: readonly ["user", "project"];
|
|
254
|
+
readonly standardsCompliance: "full";
|
|
255
|
+
readonly convention: "universal";
|
|
256
|
+
readonly kind: "agents-md";
|
|
257
|
+
readonly files: readonly ["AGENTS.md"];
|
|
258
|
+
readonly nestedDiscovery: true;
|
|
259
|
+
readonly importSyntax: null;
|
|
260
|
+
};
|
|
261
|
+
readonly axm: {
|
|
262
|
+
readonly status: "supported";
|
|
263
|
+
readonly lastVerified: "2026-08-05";
|
|
264
|
+
readonly writer: null;
|
|
265
|
+
};
|
|
266
|
+
};
|
|
267
|
+
readonly permissions: {
|
|
268
|
+
readonly native: {
|
|
269
|
+
readonly availability: {
|
|
270
|
+
readonly via: "native";
|
|
271
|
+
};
|
|
272
|
+
readonly vendorStatus: {
|
|
273
|
+
readonly state: "active";
|
|
274
|
+
};
|
|
275
|
+
readonly notes: "Factory layers command allow, deny, and block lists; blocklist rules take precedence over denylist and allowlist rules.";
|
|
276
|
+
readonly docs: readonly [];
|
|
277
|
+
readonly sources: readonly ["https://docs.factory.ai/cli/configuration/settings", "https://docs.factory.ai/cli/droid-exec/overview"];
|
|
278
|
+
readonly scopes: readonly ["user", "project"];
|
|
279
|
+
readonly mechanism: readonly ["config-file", "cli-flag"];
|
|
280
|
+
readonly configFiles: readonly [{
|
|
281
|
+
readonly scope: "user";
|
|
282
|
+
readonly path: "~/.factory/settings.json";
|
|
283
|
+
readonly format: "json";
|
|
284
|
+
readonly gitignored: false;
|
|
285
|
+
}, {
|
|
286
|
+
readonly scope: "project";
|
|
287
|
+
readonly path: ".factory/settings.json";
|
|
288
|
+
readonly format: "json";
|
|
289
|
+
readonly gitignored: false;
|
|
290
|
+
}];
|
|
291
|
+
readonly grammar: {
|
|
292
|
+
readonly style: "prefix";
|
|
293
|
+
readonly example: "commandAllowlist: [\"git status\", \"ls\"]";
|
|
294
|
+
readonly notes: "Command-prefix allow, deny, and block lists are matched after program resolution to prevent path-based bypasses.";
|
|
295
|
+
};
|
|
296
|
+
readonly prerequisites: readonly [];
|
|
297
|
+
readonly cliFlags: readonly [{
|
|
298
|
+
readonly flag: "--auto <low|medium|high>";
|
|
299
|
+
readonly note: "Selects the automation level.";
|
|
300
|
+
}, {
|
|
301
|
+
readonly flag: "--skip-permissions-unsafe";
|
|
302
|
+
readonly note: "Bypasses permission checks.";
|
|
303
|
+
}, {
|
|
304
|
+
readonly flag: "--enabled-tools <ids>";
|
|
305
|
+
readonly note: "Restricts the enabled tool set.";
|
|
306
|
+
}, {
|
|
307
|
+
readonly flag: "--disabled-tools <ids>";
|
|
308
|
+
readonly note: "Disables selected tools.";
|
|
309
|
+
}];
|
|
310
|
+
};
|
|
311
|
+
readonly axm: {
|
|
312
|
+
readonly status: "unsupported";
|
|
313
|
+
readonly lastVerified: null;
|
|
314
|
+
readonly writer: null;
|
|
315
|
+
};
|
|
316
|
+
};
|
|
317
|
+
};
|
|
318
|
+
//# sourceMappingURL=droid.d.ts.map
|
|
@@ -0,0 +1,257 @@
|
|
|
1
|
+
export const droidAgent = {
|
|
2
|
+
id: "droid",
|
|
3
|
+
name: "Droid",
|
|
4
|
+
vendor: "Factory",
|
|
5
|
+
homepage: "https://www.factory.ai",
|
|
6
|
+
interfaces: ["cli", "ide-extension"],
|
|
7
|
+
family: null,
|
|
8
|
+
rootDir: ".factory",
|
|
9
|
+
lifecycle: { state: "active" },
|
|
10
|
+
detection: {
|
|
11
|
+
project: { markers: [] },
|
|
12
|
+
user: { markers: [] },
|
|
13
|
+
},
|
|
14
|
+
docs: [
|
|
15
|
+
{
|
|
16
|
+
label: "Factory documentation",
|
|
17
|
+
url: "https://docs.factory.ai",
|
|
18
|
+
},
|
|
19
|
+
],
|
|
20
|
+
capabilities: {
|
|
21
|
+
skill: {
|
|
22
|
+
native: {
|
|
23
|
+
availability: { via: "native" },
|
|
24
|
+
vendorStatus: { state: "active" },
|
|
25
|
+
notes: null,
|
|
26
|
+
docs: [],
|
|
27
|
+
sources: ["https://docs.factory.ai/cli/configuration/skills"],
|
|
28
|
+
scopes: ["user", "project"],
|
|
29
|
+
standardsCompliance: "full",
|
|
30
|
+
convention: "vendor",
|
|
31
|
+
directory: ".factory/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: "Factory MCP configuration supports local and remote servers.",
|
|
44
|
+
docs: [],
|
|
45
|
+
sources: ["https://docs.factory.ai/cli/configuration/mcp"],
|
|
46
|
+
scopes: ["user", "project"],
|
|
47
|
+
standardsCompliance: "parity",
|
|
48
|
+
convention: "vendor",
|
|
49
|
+
transports: ["stdio", "http", "sse"],
|
|
50
|
+
mcpEnvExpansion: { variables: "braced", defaults: true },
|
|
51
|
+
},
|
|
52
|
+
axm: {
|
|
53
|
+
status: "unsupported",
|
|
54
|
+
lastVerified: null,
|
|
55
|
+
writer: null,
|
|
56
|
+
},
|
|
57
|
+
},
|
|
58
|
+
subagent: {
|
|
59
|
+
native: {
|
|
60
|
+
availability: { via: "native" },
|
|
61
|
+
vendorStatus: { state: "active" },
|
|
62
|
+
notes: "Factory custom droids are Markdown files under .factory/droids.",
|
|
63
|
+
docs: [],
|
|
64
|
+
sources: ["https://docs.factory.ai/cli/configuration/custom-droids"],
|
|
65
|
+
scopes: ["user", "project"],
|
|
66
|
+
directory: ".factory/droids",
|
|
67
|
+
layout: "directory",
|
|
68
|
+
},
|
|
69
|
+
axm: {
|
|
70
|
+
status: "unsupported",
|
|
71
|
+
lastVerified: null,
|
|
72
|
+
writer: null,
|
|
73
|
+
},
|
|
74
|
+
},
|
|
75
|
+
hook: {
|
|
76
|
+
native: {
|
|
77
|
+
availability: { via: "native" },
|
|
78
|
+
vendorStatus: { state: "active" },
|
|
79
|
+
notes: "Factory hooks execute commands with event payloads on standard input.",
|
|
80
|
+
docs: [],
|
|
81
|
+
sources: ["https://docs.factory.ai/cli/configuration/hooks-guide"],
|
|
82
|
+
scopes: ["user", "project"],
|
|
83
|
+
mechanism: ["command-stdin"],
|
|
84
|
+
configFiles: [
|
|
85
|
+
{
|
|
86
|
+
scope: "user",
|
|
87
|
+
path: "~/.factory/hooks.json",
|
|
88
|
+
format: "json",
|
|
89
|
+
gitignored: false,
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
scope: "project",
|
|
93
|
+
path: ".factory/hooks.json",
|
|
94
|
+
format: "json",
|
|
95
|
+
gitignored: false,
|
|
96
|
+
},
|
|
97
|
+
],
|
|
98
|
+
events: [
|
|
99
|
+
{
|
|
100
|
+
nativeName: "PreToolUse",
|
|
101
|
+
canonical: "tool.pre",
|
|
102
|
+
matcher: { kind: "regex", example: "Execute|Create|Edit|ApplyPatch", notes: null },
|
|
103
|
+
decision: [{ kind: "observe" }, { kind: "block", outcomes: ["deny"] }],
|
|
104
|
+
sources: ["https://docs.factory.ai/cli/configuration/hooks-guide"],
|
|
105
|
+
lastVerified: "2026-08-05",
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
nativeName: "PostToolUse",
|
|
109
|
+
canonical: "tool.post",
|
|
110
|
+
matcher: { kind: "regex", example: "Execute|Create|Edit|ApplyPatch", notes: null },
|
|
111
|
+
decision: [{ kind: "observe" }],
|
|
112
|
+
sources: ["https://docs.factory.ai/cli/configuration/hooks-guide"],
|
|
113
|
+
lastVerified: "2026-08-05",
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
nativeName: "UserPromptSubmit",
|
|
117
|
+
canonical: "prompt.submit",
|
|
118
|
+
matcher: { kind: "none-imperative", example: null, notes: null },
|
|
119
|
+
decision: [{ kind: "observe" }],
|
|
120
|
+
sources: ["https://docs.factory.ai/cli/configuration/hooks-guide"],
|
|
121
|
+
lastVerified: "2026-08-05",
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
nativeName: "Stop",
|
|
125
|
+
canonical: "turn.end",
|
|
126
|
+
matcher: { kind: "none-imperative", example: null, notes: null },
|
|
127
|
+
decision: [{ kind: "observe" }],
|
|
128
|
+
sources: ["https://docs.factory.ai/cli/configuration/hooks-guide"],
|
|
129
|
+
lastVerified: "2026-08-05",
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
nativeName: "SubagentStop",
|
|
133
|
+
canonical: "subagent.stop",
|
|
134
|
+
matcher: { kind: "none-imperative", example: null, notes: null },
|
|
135
|
+
decision: [{ kind: "observe" }],
|
|
136
|
+
sources: ["https://docs.factory.ai/cli/configuration/hooks-guide"],
|
|
137
|
+
lastVerified: "2026-08-05",
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
nativeName: "PreCompact",
|
|
141
|
+
canonical: "compaction.pre",
|
|
142
|
+
matcher: { kind: "none-imperative", example: null, notes: null },
|
|
143
|
+
decision: [{ kind: "observe" }],
|
|
144
|
+
sources: ["https://docs.factory.ai/cli/configuration/hooks-guide"],
|
|
145
|
+
lastVerified: "2026-08-05",
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
nativeName: "SessionStart",
|
|
149
|
+
canonical: "session.start",
|
|
150
|
+
matcher: { kind: "none-imperative", example: null, notes: null },
|
|
151
|
+
decision: [{ kind: "observe" }],
|
|
152
|
+
sources: ["https://docs.factory.ai/cli/configuration/hooks-guide"],
|
|
153
|
+
lastVerified: "2026-08-05",
|
|
154
|
+
},
|
|
155
|
+
],
|
|
156
|
+
tools: [
|
|
157
|
+
{
|
|
158
|
+
nativeName: "Execute",
|
|
159
|
+
canonical: "shell.exec",
|
|
160
|
+
sources: ["https://docs.factory.ai/cli/configuration/hooks-guide"],
|
|
161
|
+
lastVerified: "2026-08-05",
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
nativeName: "Create",
|
|
165
|
+
canonical: "file.write",
|
|
166
|
+
sources: ["https://docs.factory.ai/cli/configuration/hooks-guide"],
|
|
167
|
+
lastVerified: "2026-08-05",
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
nativeName: "Edit",
|
|
171
|
+
canonical: "file.edit",
|
|
172
|
+
sources: ["https://docs.factory.ai/cli/configuration/hooks-guide"],
|
|
173
|
+
lastVerified: "2026-08-05",
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
nativeName: "ApplyPatch",
|
|
177
|
+
canonical: "file.edit",
|
|
178
|
+
sources: ["https://docs.factory.ai/cli/configuration/hooks-guide"],
|
|
179
|
+
lastVerified: "2026-08-05",
|
|
180
|
+
},
|
|
181
|
+
],
|
|
182
|
+
},
|
|
183
|
+
axm: {
|
|
184
|
+
status: "unsupported",
|
|
185
|
+
lastVerified: null,
|
|
186
|
+
writer: null,
|
|
187
|
+
},
|
|
188
|
+
},
|
|
189
|
+
},
|
|
190
|
+
instructions: {
|
|
191
|
+
native: {
|
|
192
|
+
availability: { via: "native" },
|
|
193
|
+
vendorStatus: { state: "active" },
|
|
194
|
+
notes: null,
|
|
195
|
+
docs: [],
|
|
196
|
+
sources: ["https://docs.factory.ai/cli/configuration/agents-md"],
|
|
197
|
+
scopes: ["user", "project"],
|
|
198
|
+
standardsCompliance: "full",
|
|
199
|
+
convention: "universal",
|
|
200
|
+
kind: "agents-md",
|
|
201
|
+
files: ["AGENTS.md"],
|
|
202
|
+
nestedDiscovery: true,
|
|
203
|
+
importSyntax: null,
|
|
204
|
+
},
|
|
205
|
+
axm: {
|
|
206
|
+
status: "supported",
|
|
207
|
+
lastVerified: "2026-08-05",
|
|
208
|
+
writer: null,
|
|
209
|
+
},
|
|
210
|
+
},
|
|
211
|
+
permissions: {
|
|
212
|
+
native: {
|
|
213
|
+
availability: { via: "native" },
|
|
214
|
+
vendorStatus: { state: "active" },
|
|
215
|
+
notes: "Factory layers command allow, deny, and block lists; blocklist rules take precedence over denylist and allowlist rules.",
|
|
216
|
+
docs: [],
|
|
217
|
+
sources: [
|
|
218
|
+
"https://docs.factory.ai/cli/configuration/settings",
|
|
219
|
+
"https://docs.factory.ai/cli/droid-exec/overview",
|
|
220
|
+
],
|
|
221
|
+
scopes: ["user", "project"],
|
|
222
|
+
mechanism: ["config-file", "cli-flag"],
|
|
223
|
+
configFiles: [
|
|
224
|
+
{
|
|
225
|
+
scope: "user",
|
|
226
|
+
path: "~/.factory/settings.json",
|
|
227
|
+
format: "json",
|
|
228
|
+
gitignored: false,
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
scope: "project",
|
|
232
|
+
path: ".factory/settings.json",
|
|
233
|
+
format: "json",
|
|
234
|
+
gitignored: false,
|
|
235
|
+
},
|
|
236
|
+
],
|
|
237
|
+
grammar: {
|
|
238
|
+
style: "prefix",
|
|
239
|
+
example: 'commandAllowlist: ["git status", "ls"]',
|
|
240
|
+
notes: "Command-prefix allow, deny, and block lists are matched after program resolution to prevent path-based bypasses.",
|
|
241
|
+
},
|
|
242
|
+
prerequisites: [],
|
|
243
|
+
cliFlags: [
|
|
244
|
+
{ flag: "--auto <low|medium|high>", note: "Selects the automation level." },
|
|
245
|
+
{ flag: "--skip-permissions-unsafe", note: "Bypasses permission checks." },
|
|
246
|
+
{ flag: "--enabled-tools <ids>", note: "Restricts the enabled tool set." },
|
|
247
|
+
{ flag: "--disabled-tools <ids>", note: "Disables selected tools." },
|
|
248
|
+
],
|
|
249
|
+
},
|
|
250
|
+
axm: {
|
|
251
|
+
status: "unsupported",
|
|
252
|
+
lastVerified: null,
|
|
253
|
+
writer: null,
|
|
254
|
+
},
|
|
255
|
+
},
|
|
256
|
+
};
|
|
257
|
+
//# sourceMappingURL=droid.js.map
|