agent-devkit 0.7.0 → 0.8.3
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/README.md +37 -22
- package/dist/main.js +23993 -17411
- package/dist/main.js.map +1 -1
- package/package.json +4 -3
- package/src/assets/characters/kit/kit.json +149 -0
- package/src/assets/i18n/en-US.json +68 -12
- package/src/assets/i18n/fr-FR.json +68 -12
- package/src/assets/i18n/ja-JP.json +68 -12
- package/src/assets/i18n/pt-BR.json +165 -109
- package/src/assets/i18n/zh-CN.json +68 -12
- package/src/assets/prompts/core/domain-decision.json +7 -2
- package/src/assets/prompts/core/final-answer.json +33 -0
- package/src/assets/prompts/core/tool-decision.json +5 -0
- package/src/assets/runtime/terminal-session-runner.cjs +258 -0
- package/src/assets/tooling/adb.json +51 -0
- package/src/assets/tooling/age.json +49 -0
- package/src/assets/tooling/aider.json +50 -0
- package/src/assets/tooling/amp.json +56 -0
- package/src/assets/tooling/angular.json +23 -0
- package/src/assets/tooling/ansible.json +61 -0
- package/src/assets/tooling/asdf.json +51 -0
- package/src/assets/tooling/astro.json +26 -0
- package/src/assets/tooling/aws.json +30 -0
- package/src/assets/tooling/az.json +47 -0
- package/src/assets/tooling/brew.json +41 -0
- package/src/assets/tooling/bun.json +33 -0
- package/src/assets/tooling/cargo.json +22 -0
- package/src/assets/tooling/claude.json +23 -0
- package/src/assets/tooling/codex.json +21 -0
- package/src/assets/tooling/composer.json +36 -0
- package/src/assets/tooling/conda.json +47 -0
- package/src/assets/tooling/continue.json +42 -0
- package/src/assets/tooling/copilot.json +67 -0
- package/src/assets/tooling/crush.json +59 -0
- package/src/assets/tooling/cursor-agent.json +45 -0
- package/src/assets/tooling/dart.json +44 -0
- package/src/assets/tooling/django.json +42 -0
- package/src/assets/tooling/docker-compose.json +51 -0
- package/src/assets/tooling/docker.json +51 -0
- package/src/assets/tooling/eas.json +26 -0
- package/src/assets/tooling/expo.json +35 -0
- package/src/assets/tooling/fastapi.json +39 -0
- package/src/assets/tooling/fastlane.json +49 -0
- package/src/assets/tooling/firebase.json +24 -0
- package/src/assets/tooling/flutter.json +42 -0
- package/src/assets/tooling/fnm.json +52 -0
- package/src/assets/tooling/gcloud.json +38 -0
- package/src/assets/tooling/gemini.json +34 -0
- package/src/assets/tooling/gh.json +35 -0
- package/src/assets/tooling/git.json +36 -0
- package/src/assets/tooling/glab.json +50 -0
- package/src/assets/tooling/go.json +35 -0
- package/src/assets/tooling/helm.json +36 -0
- package/src/assets/tooling/java.json +46 -0
- package/src/assets/tooling/kubectl.json +51 -0
- package/src/assets/tooling/laravel.json +42 -0
- package/src/assets/tooling/mise.json +53 -0
- package/src/assets/tooling/mongosh.json +49 -0
- package/src/assets/tooling/mysql.json +49 -0
- package/src/assets/tooling/next.json +34 -0
- package/src/assets/tooling/node.json +30 -0
- package/src/assets/tooling/npm.json +22 -0
- package/src/assets/tooling/nuxt.json +26 -0
- package/src/assets/tooling/nx.json +25 -0
- package/src/assets/tooling/ollama.json +40 -0
- package/src/assets/tooling/op.json +51 -0
- package/src/assets/tooling/opencode.json +59 -0
- package/src/assets/tooling/openrouter.json +29 -0
- package/src/assets/tooling/php.json +35 -0
- package/src/assets/tooling/pip.json +21 -0
- package/src/assets/tooling/pipx.json +56 -0
- package/src/assets/tooling/pnpm.json +25 -0
- package/src/assets/tooling/poetry.json +22 -0
- package/src/assets/tooling/psql.json +39 -0
- package/src/assets/tooling/pulumi.json +52 -0
- package/src/assets/tooling/python.json +39 -0
- package/src/assets/tooling/qwen-code.json +35 -0
- package/src/assets/tooling/rails.json +23 -0
- package/src/assets/tooling/railway.json +50 -0
- package/src/assets/tooling/react-native.json +25 -0
- package/src/assets/tooling/react.json +33 -0
- package/src/assets/tooling/redis-cli.json +40 -0
- package/src/assets/tooling/ruby.json +30 -0
- package/src/assets/tooling/rust.json +23 -0
- package/src/assets/tooling/sentry-cli.json +49 -0
- package/src/assets/tooling/sops.json +50 -0
- package/src/assets/tooling/sqlite3.json +39 -0
- package/src/assets/tooling/stripe.json +51 -0
- package/src/assets/tooling/supabase.json +47 -0
- package/src/assets/tooling/svelte.json +26 -0
- package/src/assets/tooling/terraform.json +47 -0
- package/src/assets/tooling/turbo.json +25 -0
- package/src/assets/tooling/uv.json +25 -0
- package/src/assets/tooling/vault.json +50 -0
- package/src/assets/tooling/vercel.json +24 -0
- package/src/assets/tooling/vite.json +28 -0
- package/src/assets/tooling/vue.json +23 -0
- package/src/assets/tooling/wrangler.json +26 -0
- package/src/assets/tooling/yarn.json +25 -0
- package/src/modules/agents/surface/knowledge.json +10 -0
- package/src/modules/agents/surface/loop.json +16 -0
- package/src/modules/agents/surface/prompt.json +10 -0
- package/src/modules/agents/surface/skill.json +14 -0
- package/src/modules/environment/surface/knowledge.json +9 -4
- package/src/modules/environment/surface/loop.json +14 -6
- package/src/modules/environment/surface/prompt.json +17 -2
- package/src/modules/environment/surface/skill.json +12 -6
- package/src/modules/schedules/surface/knowledge.json +10 -0
- package/src/modules/schedules/surface/loop.json +17 -0
- package/src/modules/schedules/surface/prompt.json +10 -0
- package/src/modules/schedules/surface/skill.json +14 -0
- package/src/modules/self/surface/knowledge.json +5 -1
- package/src/modules/self/surface/loop.json +13 -2
- package/src/modules/self/surface/prompt.json +5 -0
- package/src/modules/self/surface/skill.json +4 -0
- package/src/assets/design/kit.json +0 -78
- /package/src/assets/{design → characters/kit}/semantics.json +0 -0
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schema": "agent-devkit.tooling/v1",
|
|
3
|
+
"id": "sqlite3",
|
|
4
|
+
"name": "SQLite",
|
|
5
|
+
"category": "database",
|
|
6
|
+
"kind": "cli",
|
|
7
|
+
"homepage": "https://www.sqlite.org",
|
|
8
|
+
"commands": ["sqlite3"],
|
|
9
|
+
"detect": {
|
|
10
|
+
"which": ["sqlite3"],
|
|
11
|
+
"version": {
|
|
12
|
+
"command": "sqlite3",
|
|
13
|
+
"args": ["--version"],
|
|
14
|
+
"parser": "(?<version>\\d+\\.\\d+\\.\\d+)"
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"install": [
|
|
18
|
+
{ "manager": "brew", "platforms": ["darwin"], "command": "brew", "args": ["install", "sqlite"] }
|
|
19
|
+
],
|
|
20
|
+
"upgrade": [
|
|
21
|
+
{ "manager": "brew", "platforms": ["darwin"], "command": "brew", "args": ["upgrade", "sqlite"] }
|
|
22
|
+
],
|
|
23
|
+
"downgrade": [
|
|
24
|
+
{
|
|
25
|
+
"manager": "brew",
|
|
26
|
+
"platforms": ["darwin"],
|
|
27
|
+
"command": "brew",
|
|
28
|
+
"args": ["install", "sqlite@{{version}}"]
|
|
29
|
+
}
|
|
30
|
+
],
|
|
31
|
+
"uninstall": [
|
|
32
|
+
{
|
|
33
|
+
"manager": "brew",
|
|
34
|
+
"platforms": ["darwin"],
|
|
35
|
+
"command": "brew",
|
|
36
|
+
"args": ["uninstall", "sqlite"]
|
|
37
|
+
}
|
|
38
|
+
]
|
|
39
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schema": "agent-devkit.tooling/v1",
|
|
3
|
+
"id": "stripe",
|
|
4
|
+
"name": "Stripe CLI",
|
|
5
|
+
"category": "cloud",
|
|
6
|
+
"kind": "cli",
|
|
7
|
+
"homepage": "https://stripe.com/docs/stripe-cli",
|
|
8
|
+
"commands": ["stripe"],
|
|
9
|
+
"detect": {
|
|
10
|
+
"which": ["stripe"],
|
|
11
|
+
"version": {
|
|
12
|
+
"command": "stripe",
|
|
13
|
+
"args": ["version"],
|
|
14
|
+
"parser": "stripe version (?<version>\\d+\\.\\d+\\.\\d+)"
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"doctor": { "command": "stripe", "args": ["config", "--list"] },
|
|
18
|
+
"install": [
|
|
19
|
+
{
|
|
20
|
+
"manager": "brew",
|
|
21
|
+
"platforms": ["darwin", "linux"],
|
|
22
|
+
"command": "brew",
|
|
23
|
+
"args": ["install", "stripe/stripe-cli/stripe"]
|
|
24
|
+
}
|
|
25
|
+
],
|
|
26
|
+
"upgrade": [
|
|
27
|
+
{
|
|
28
|
+
"manager": "brew",
|
|
29
|
+
"platforms": ["darwin", "linux"],
|
|
30
|
+
"command": "brew",
|
|
31
|
+
"args": ["upgrade", "stripe"]
|
|
32
|
+
}
|
|
33
|
+
],
|
|
34
|
+
"downgrade": [
|
|
35
|
+
{
|
|
36
|
+
"manager": "brew",
|
|
37
|
+
"platforms": ["darwin", "linux"],
|
|
38
|
+
"command": "brew",
|
|
39
|
+
"args": ["install", "stripe@{{version}}"]
|
|
40
|
+
}
|
|
41
|
+
],
|
|
42
|
+
"uninstall": [
|
|
43
|
+
{
|
|
44
|
+
"manager": "brew",
|
|
45
|
+
"platforms": ["darwin", "linux"],
|
|
46
|
+
"command": "brew",
|
|
47
|
+
"args": ["uninstall", "stripe"]
|
|
48
|
+
}
|
|
49
|
+
],
|
|
50
|
+
"workspace": { "files": ["stripe.toml"] }
|
|
51
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schema": "agent-devkit.tooling/v1",
|
|
3
|
+
"id": "supabase",
|
|
4
|
+
"name": "Supabase CLI",
|
|
5
|
+
"category": "cloud",
|
|
6
|
+
"kind": "cli",
|
|
7
|
+
"homepage": "https://supabase.com/docs/guides/cli",
|
|
8
|
+
"commands": ["supabase"],
|
|
9
|
+
"detect": {
|
|
10
|
+
"which": ["supabase"],
|
|
11
|
+
"version": {
|
|
12
|
+
"command": "supabase",
|
|
13
|
+
"args": ["--version"],
|
|
14
|
+
"parser": "(?<version>\\d+\\.\\d+\\.\\d+)"
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"doctor": { "command": "supabase", "args": ["status"] },
|
|
18
|
+
"install": [
|
|
19
|
+
{
|
|
20
|
+
"manager": "brew",
|
|
21
|
+
"platforms": ["darwin"],
|
|
22
|
+
"command": "brew",
|
|
23
|
+
"args": ["install", "supabase/tap/supabase"]
|
|
24
|
+
},
|
|
25
|
+
{ "command": "npm", "args": ["install", "-g", "supabase"] }
|
|
26
|
+
],
|
|
27
|
+
"upgrade": [
|
|
28
|
+
{
|
|
29
|
+
"manager": "brew",
|
|
30
|
+
"platforms": ["darwin"],
|
|
31
|
+
"command": "brew",
|
|
32
|
+
"args": ["upgrade", "supabase"]
|
|
33
|
+
},
|
|
34
|
+
{ "command": "npm", "args": ["install", "-g", "supabase@latest"] }
|
|
35
|
+
],
|
|
36
|
+
"downgrade": [{ "command": "npm", "args": ["install", "-g", "supabase@{{version}}"] }],
|
|
37
|
+
"uninstall": [
|
|
38
|
+
{
|
|
39
|
+
"manager": "brew",
|
|
40
|
+
"platforms": ["darwin"],
|
|
41
|
+
"command": "brew",
|
|
42
|
+
"args": ["uninstall", "supabase"]
|
|
43
|
+
},
|
|
44
|
+
{ "command": "npm", "args": ["uninstall", "-g", "supabase"] }
|
|
45
|
+
],
|
|
46
|
+
"workspace": { "files": ["supabase/config.toml"] }
|
|
47
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schema": "agent-devkit.tooling/v1",
|
|
3
|
+
"id": "svelte",
|
|
4
|
+
"name": "Svelte",
|
|
5
|
+
"category": "framework",
|
|
6
|
+
"kind": "project-dependency",
|
|
7
|
+
"homepage": "https://svelte.dev",
|
|
8
|
+
"commands": ["npm"],
|
|
9
|
+
"detect": {
|
|
10
|
+
"which": ["npm"],
|
|
11
|
+
"version": {
|
|
12
|
+
"command": "npm",
|
|
13
|
+
"args": ["view", "svelte", "version"],
|
|
14
|
+
"parser": "(?<version>\\d+\\.\\d+\\.\\d+)"
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"versions": { "command": "npm", "args": ["view", "svelte", "versions", "--json"] },
|
|
18
|
+
"install": [{ "workspace": true, "command": "npm", "args": ["install", "svelte"] }],
|
|
19
|
+
"upgrade": [{ "workspace": true, "command": "npm", "args": ["install", "svelte@latest"] }],
|
|
20
|
+
"downgrade": [{ "workspace": true, "command": "npm", "args": ["install", "svelte@{{version}}"] }],
|
|
21
|
+
"uninstall": [{ "workspace": true, "command": "npm", "args": ["uninstall", "svelte"] }],
|
|
22
|
+
"workspace": {
|
|
23
|
+
"files": ["svelte.config.js", "svelte.config.ts", "package.json"],
|
|
24
|
+
"dependencies": ["svelte"]
|
|
25
|
+
}
|
|
26
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schema": "agent-devkit.tooling/v1",
|
|
3
|
+
"id": "terraform",
|
|
4
|
+
"name": "Terraform",
|
|
5
|
+
"category": "devops",
|
|
6
|
+
"kind": "cli",
|
|
7
|
+
"homepage": "https://www.terraform.io",
|
|
8
|
+
"commands": ["terraform"],
|
|
9
|
+
"detect": {
|
|
10
|
+
"which": ["terraform"],
|
|
11
|
+
"version": {
|
|
12
|
+
"command": "terraform",
|
|
13
|
+
"args": ["version"],
|
|
14
|
+
"parser": "Terraform v(?<version>\\d+\\.\\d+\\.\\d+)"
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"doctor": { "command": "terraform", "args": ["version"] },
|
|
18
|
+
"install": [
|
|
19
|
+
{
|
|
20
|
+
"manager": "brew",
|
|
21
|
+
"platforms": ["darwin"],
|
|
22
|
+
"command": "brew",
|
|
23
|
+
"args": ["install", "terraform"]
|
|
24
|
+
}
|
|
25
|
+
],
|
|
26
|
+
"upgrade": [
|
|
27
|
+
{
|
|
28
|
+
"manager": "brew",
|
|
29
|
+
"platforms": ["darwin"],
|
|
30
|
+
"command": "brew",
|
|
31
|
+
"args": ["upgrade", "terraform"]
|
|
32
|
+
}
|
|
33
|
+
],
|
|
34
|
+
"downgrade": [
|
|
35
|
+
{ "manager": "tfenv", "command": "tfenv", "args": ["install", "{{version}}"] },
|
|
36
|
+
{ "manager": "tfenv", "command": "tfenv", "args": ["use", "{{version}}"] }
|
|
37
|
+
],
|
|
38
|
+
"uninstall": [
|
|
39
|
+
{
|
|
40
|
+
"manager": "brew",
|
|
41
|
+
"platforms": ["darwin"],
|
|
42
|
+
"command": "brew",
|
|
43
|
+
"args": ["uninstall", "terraform"]
|
|
44
|
+
}
|
|
45
|
+
],
|
|
46
|
+
"workspace": { "files": ["main.tf", "terraform.tfvars"] }
|
|
47
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schema": "agent-devkit.tooling/v1",
|
|
3
|
+
"id": "turbo",
|
|
4
|
+
"name": "Turborepo",
|
|
5
|
+
"category": "tool",
|
|
6
|
+
"kind": "cli",
|
|
7
|
+
"homepage": "https://turbo.build",
|
|
8
|
+
"commands": ["turbo"],
|
|
9
|
+
"detect": {
|
|
10
|
+
"which": ["turbo"],
|
|
11
|
+
"version": {
|
|
12
|
+
"command": "turbo",
|
|
13
|
+
"args": ["--version"],
|
|
14
|
+
"parser": "(?<version>\\d+\\.\\d+\\.\\d+)"
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"versions": { "command": "npm", "args": ["view", "turbo", "versions", "--json"] },
|
|
18
|
+
"install": [{ "manager": "npm", "command": "npm", "args": ["install", "-g", "turbo"] }],
|
|
19
|
+
"upgrade": [{ "manager": "npm", "command": "npm", "args": ["install", "-g", "turbo@latest"] }],
|
|
20
|
+
"downgrade": [
|
|
21
|
+
{ "manager": "npm", "command": "npm", "args": ["install", "-g", "turbo@{{version}}"] }
|
|
22
|
+
],
|
|
23
|
+
"uninstall": [{ "manager": "npm", "command": "npm", "args": ["uninstall", "-g", "turbo"] }],
|
|
24
|
+
"workspace": { "files": ["turbo.json"], "dependencies": ["turbo"] }
|
|
25
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schema": "agent-devkit.tooling/v1",
|
|
3
|
+
"id": "uv",
|
|
4
|
+
"name": "uv",
|
|
5
|
+
"category": "package-manager",
|
|
6
|
+
"kind": "package-manager",
|
|
7
|
+
"homepage": "https://docs.astral.sh/uv/",
|
|
8
|
+
"commands": ["uv"],
|
|
9
|
+
"detect": {
|
|
10
|
+
"which": ["uv"],
|
|
11
|
+
"version": {
|
|
12
|
+
"command": "uv",
|
|
13
|
+
"args": ["--version"],
|
|
14
|
+
"parser": "uv (?<version>\\d+\\.\\d+\\.\\d+)"
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"versions": { "command": "pipx", "args": ["runpip", "uv", "index", "versions", "uv"] },
|
|
18
|
+
"install": [
|
|
19
|
+
{ "manager": "brew", "platforms": ["darwin"], "command": "brew", "args": ["install", "uv"] },
|
|
20
|
+
{ "command": "python3", "args": ["-m", "pip", "install", "uv"] }
|
|
21
|
+
],
|
|
22
|
+
"upgrade": [{ "command": "python3", "args": ["-m", "pip", "install", "--upgrade", "uv"] }],
|
|
23
|
+
"downgrade": [{ "command": "python3", "args": ["-m", "pip", "install", "uv=={{version}}"] }],
|
|
24
|
+
"uninstall": [{ "command": "python3", "args": ["-m", "pip", "uninstall", "-y", "uv"] }]
|
|
25
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schema": "agent-devkit.tooling/v1",
|
|
3
|
+
"id": "vault",
|
|
4
|
+
"name": "HashiCorp Vault CLI",
|
|
5
|
+
"category": "devops",
|
|
6
|
+
"kind": "cli",
|
|
7
|
+
"homepage": "https://developer.hashicorp.com/vault",
|
|
8
|
+
"commands": ["vault"],
|
|
9
|
+
"detect": {
|
|
10
|
+
"which": ["vault"],
|
|
11
|
+
"version": {
|
|
12
|
+
"command": "vault",
|
|
13
|
+
"args": ["version"],
|
|
14
|
+
"parser": "Vault v(?<version>\\d+\\.\\d+\\.\\d+)"
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"doctor": { "command": "vault", "args": ["status"] },
|
|
18
|
+
"install": [
|
|
19
|
+
{
|
|
20
|
+
"manager": "brew",
|
|
21
|
+
"platforms": ["darwin", "linux"],
|
|
22
|
+
"command": "brew",
|
|
23
|
+
"args": ["install", "hashicorp/tap/vault"]
|
|
24
|
+
}
|
|
25
|
+
],
|
|
26
|
+
"upgrade": [
|
|
27
|
+
{
|
|
28
|
+
"manager": "brew",
|
|
29
|
+
"platforms": ["darwin", "linux"],
|
|
30
|
+
"command": "brew",
|
|
31
|
+
"args": ["upgrade", "vault"]
|
|
32
|
+
}
|
|
33
|
+
],
|
|
34
|
+
"downgrade": [
|
|
35
|
+
{
|
|
36
|
+
"manager": "brew",
|
|
37
|
+
"platforms": ["darwin", "linux"],
|
|
38
|
+
"command": "brew",
|
|
39
|
+
"args": ["install", "vault@{{version}}"]
|
|
40
|
+
}
|
|
41
|
+
],
|
|
42
|
+
"uninstall": [
|
|
43
|
+
{
|
|
44
|
+
"manager": "brew",
|
|
45
|
+
"platforms": ["darwin", "linux"],
|
|
46
|
+
"command": "brew",
|
|
47
|
+
"args": ["uninstall", "vault"]
|
|
48
|
+
}
|
|
49
|
+
]
|
|
50
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schema": "agent-devkit.tooling/v1",
|
|
3
|
+
"id": "vercel",
|
|
4
|
+
"name": "Vercel CLI",
|
|
5
|
+
"category": "cloud",
|
|
6
|
+
"kind": "cli",
|
|
7
|
+
"homepage": "https://vercel.com/docs/cli",
|
|
8
|
+
"commands": ["vercel"],
|
|
9
|
+
"detect": {
|
|
10
|
+
"which": ["vercel"],
|
|
11
|
+
"version": {
|
|
12
|
+
"command": "vercel",
|
|
13
|
+
"args": ["--version"],
|
|
14
|
+
"parser": "Vercel CLI (?<version>\\d+\\.\\d+\\.\\d+)"
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"doctor": { "command": "vercel", "args": ["whoami"] },
|
|
18
|
+
"versions": { "command": "npm", "args": ["view", "vercel", "versions", "--json"] },
|
|
19
|
+
"install": [{ "command": "npm", "args": ["install", "-g", "vercel"] }],
|
|
20
|
+
"upgrade": [{ "command": "npm", "args": ["install", "-g", "vercel@latest"] }],
|
|
21
|
+
"downgrade": [{ "command": "npm", "args": ["install", "-g", "vercel@{{version}}"] }],
|
|
22
|
+
"uninstall": [{ "command": "npm", "args": ["uninstall", "-g", "vercel"] }],
|
|
23
|
+
"workspace": { "files": ["vercel.json"] }
|
|
24
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schema": "agent-devkit.tooling/v1",
|
|
3
|
+
"id": "vite",
|
|
4
|
+
"name": "Vite",
|
|
5
|
+
"category": "framework",
|
|
6
|
+
"kind": "project-dependency",
|
|
7
|
+
"homepage": "https://vite.dev",
|
|
8
|
+
"commands": ["npm"],
|
|
9
|
+
"detect": {
|
|
10
|
+
"which": ["npm"],
|
|
11
|
+
"version": {
|
|
12
|
+
"command": "npm",
|
|
13
|
+
"args": ["view", "vite", "version"],
|
|
14
|
+
"parser": "(?<version>\\d+\\.\\d+\\.\\d+)"
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"versions": { "command": "npm", "args": ["view", "vite", "versions", "--json"] },
|
|
18
|
+
"install": [{ "workspace": true, "command": "npm", "args": ["install", "-D", "vite"] }],
|
|
19
|
+
"upgrade": [{ "workspace": true, "command": "npm", "args": ["install", "-D", "vite@latest"] }],
|
|
20
|
+
"downgrade": [
|
|
21
|
+
{ "workspace": true, "command": "npm", "args": ["install", "-D", "vite@{{version}}"] }
|
|
22
|
+
],
|
|
23
|
+
"uninstall": [{ "workspace": true, "command": "npm", "args": ["uninstall", "vite"] }],
|
|
24
|
+
"workspace": {
|
|
25
|
+
"files": ["vite.config.js", "vite.config.mjs", "vite.config.ts", "package.json"],
|
|
26
|
+
"dependencies": ["vite"]
|
|
27
|
+
}
|
|
28
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schema": "agent-devkit.tooling/v1",
|
|
3
|
+
"id": "vue",
|
|
4
|
+
"name": "Vue",
|
|
5
|
+
"category": "framework",
|
|
6
|
+
"kind": "project-dependency",
|
|
7
|
+
"homepage": "https://vuejs.org",
|
|
8
|
+
"commands": ["npm"],
|
|
9
|
+
"detect": {
|
|
10
|
+
"which": ["npm"],
|
|
11
|
+
"version": {
|
|
12
|
+
"command": "npm",
|
|
13
|
+
"args": ["view", "vue", "version"],
|
|
14
|
+
"parser": "(?<version>\\d+\\.\\d+\\.\\d+)"
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"versions": { "command": "npm", "args": ["view", "vue", "versions", "--json"] },
|
|
18
|
+
"install": [{ "workspace": true, "command": "npm", "args": ["install", "vue"] }],
|
|
19
|
+
"upgrade": [{ "workspace": true, "command": "npm", "args": ["install", "vue@latest"] }],
|
|
20
|
+
"downgrade": [{ "workspace": true, "command": "npm", "args": ["install", "vue@{{version}}"] }],
|
|
21
|
+
"uninstall": [{ "workspace": true, "command": "npm", "args": ["uninstall", "vue"] }],
|
|
22
|
+
"workspace": { "files": ["vue.config.js", "package.json"], "dependencies": ["vue"] }
|
|
23
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schema": "agent-devkit.tooling/v1",
|
|
3
|
+
"id": "wrangler",
|
|
4
|
+
"name": "Cloudflare Wrangler",
|
|
5
|
+
"category": "cloud",
|
|
6
|
+
"kind": "cli",
|
|
7
|
+
"homepage": "https://developers.cloudflare.com/workers/wrangler/",
|
|
8
|
+
"commands": ["wrangler"],
|
|
9
|
+
"detect": {
|
|
10
|
+
"which": ["wrangler"],
|
|
11
|
+
"version": {
|
|
12
|
+
"command": "wrangler",
|
|
13
|
+
"args": ["--version"],
|
|
14
|
+
"parser": "wrangler (?<version>\\d+\\.\\d+\\.\\d+)"
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"versions": { "command": "npm", "args": ["view", "wrangler", "versions", "--json"] },
|
|
18
|
+
"doctor": { "command": "wrangler", "args": ["whoami"] },
|
|
19
|
+
"install": [{ "manager": "npm", "command": "npm", "args": ["install", "-g", "wrangler"] }],
|
|
20
|
+
"upgrade": [{ "manager": "npm", "command": "npm", "args": ["install", "-g", "wrangler@latest"] }],
|
|
21
|
+
"downgrade": [
|
|
22
|
+
{ "manager": "npm", "command": "npm", "args": ["install", "-g", "wrangler@{{version}}"] }
|
|
23
|
+
],
|
|
24
|
+
"uninstall": [{ "manager": "npm", "command": "npm", "args": ["uninstall", "-g", "wrangler"] }],
|
|
25
|
+
"workspace": { "files": ["wrangler.toml", "wrangler.json", "wrangler.jsonc"] }
|
|
26
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schema": "agent-devkit.tooling/v1",
|
|
3
|
+
"id": "yarn",
|
|
4
|
+
"name": "Yarn",
|
|
5
|
+
"category": "package-manager",
|
|
6
|
+
"kind": "package-manager",
|
|
7
|
+
"homepage": "https://yarnpkg.com",
|
|
8
|
+
"commands": ["yarn"],
|
|
9
|
+
"detect": {
|
|
10
|
+
"which": ["yarn"],
|
|
11
|
+
"version": {
|
|
12
|
+
"command": "yarn",
|
|
13
|
+
"args": ["--version"],
|
|
14
|
+
"parser": "(?<version>\\d+\\.\\d+\\.\\d+)"
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"versions": { "command": "npm", "args": ["view", "yarn", "versions", "--json"] },
|
|
18
|
+
"install": [
|
|
19
|
+
{ "command": "corepack", "args": ["enable", "yarn"] },
|
|
20
|
+
{ "command": "npm", "args": ["install", "-g", "yarn"] }
|
|
21
|
+
],
|
|
22
|
+
"upgrade": [{ "command": "npm", "args": ["install", "-g", "yarn@latest"] }],
|
|
23
|
+
"downgrade": [{ "command": "npm", "args": ["install", "-g", "yarn@{{version}}"] }],
|
|
24
|
+
"uninstall": [{ "command": "npm", "args": ["uninstall", "-g", "yarn"] }]
|
|
25
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"moduleId": "agents",
|
|
3
|
+
"summary": "Subagent profiles describe the delegable team members: tool domains, execution budget and model binding. The catalog merges curated asset defaults with user-defined profiles stored in data/agents/profiles/.",
|
|
4
|
+
"facts": [
|
|
5
|
+
"Curated default profiles live in the read-only asset src/assets/agents/profiles.json and are never modified on disk.",
|
|
6
|
+
"User-defined profiles are stored as one JSON file per id under ~/.agent-devkit/data/agents/profiles/.",
|
|
7
|
+
"A custom profile with the same id as a default overrides it in the merged catalog; removing the override reverts to the default.",
|
|
8
|
+
"The multi-agent coordinator reads the merged catalog, so user-defined profiles are delegable immediately."
|
|
9
|
+
]
|
|
10
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"moduleId": "agents",
|
|
3
|
+
"mode": "team-profile-management",
|
|
4
|
+
"allowedActions": [
|
|
5
|
+
"List the merged subagent profile catalog with defaults and user overrides.",
|
|
6
|
+
"Create a user-defined subagent profile on explicit request.",
|
|
7
|
+
"Update a profile's budget, tool domains, model binding or character on explicit request.",
|
|
8
|
+
"Remove a user-defined profile or override on explicit request."
|
|
9
|
+
],
|
|
10
|
+
"forbiddenActions": [
|
|
11
|
+
"Modify the curated default profiles asset on disk.",
|
|
12
|
+
"Create or change a profile without an explicit user request.",
|
|
13
|
+
"Grant a profile tool domains the user did not ask for."
|
|
14
|
+
],
|
|
15
|
+
"approvalRequired": true
|
|
16
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"moduleId": "agents",
|
|
3
|
+
"templates": [
|
|
4
|
+
{
|
|
5
|
+
"id": "agents.profiles",
|
|
6
|
+
"template": "Summarize this Agent DevKit subagent profile operation for the user, highlighting tool domains and budget changes: {{operation}}",
|
|
7
|
+
"variables": ["operation"]
|
|
8
|
+
}
|
|
9
|
+
]
|
|
10
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"moduleId": "agents",
|
|
3
|
+
"purpose": "Manage the subagent team profiles: list the merged catalog and create, update or remove user-defined profiles.",
|
|
4
|
+
"whenToUse": [
|
|
5
|
+
"The user wants to see which subagent profiles the coordinator can delegate to.",
|
|
6
|
+
"The user wants a new specialist profile with specific tool domains or budget.",
|
|
7
|
+
"The user wants to change or remove a profile they created, or override a default."
|
|
8
|
+
],
|
|
9
|
+
"whenNotToUse": [
|
|
10
|
+
"The user wants to run a task or delegate work right now.",
|
|
11
|
+
"The user wants to change the companion character or personalization.",
|
|
12
|
+
"The user wants to manage brain providers or model preferences."
|
|
13
|
+
]
|
|
14
|
+
}
|
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"moduleId": "environment",
|
|
3
|
-
"summary": "Environment
|
|
3
|
+
"summary": "Environment capabilities inspect the local development machine, scan supported tooling, manage tooling lifecycle plans, process variables, files and approved shell execution.",
|
|
4
4
|
"facts": [
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"
|
|
5
|
+
"Tools inspection can locate installed binaries and common version strings.",
|
|
6
|
+
"Environment scan runs a structured read-only inventory of languages, SDKs, CLIs, frameworks, services and workspace tooling from the canonical tooling catalog.",
|
|
7
|
+
"Environment tooling uses JSON definitions from assets/tooling plus local data/tooling entries to detect, doctor, install, upgrade, downgrade and uninstall supported tools.",
|
|
8
|
+
"Tooling lifecycle actions must plan before mutating the local environment.",
|
|
9
|
+
"Learned tooling starts as a draft and must be promoted before it should be used for trusted lifecycle execution.",
|
|
10
|
+
"Environment variable reads redact sensitive values unless explicitly requested.",
|
|
11
|
+
"Filesystem reads and navigation are read-only; mkdir, write, append, patch and delete require approval through the capability runtime.",
|
|
12
|
+
"Shell execution is arbitrary local terminal control and always requires explicit approval."
|
|
8
13
|
]
|
|
9
14
|
}
|
|
@@ -2,14 +2,22 @@
|
|
|
2
2
|
"moduleId": "environment",
|
|
3
3
|
"mode": "plan-before-mutating",
|
|
4
4
|
"allowedActions": [
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"
|
|
5
|
+
"Run read-only environment scans for installed languages, SDKs, CLIs, frameworks, services and workspace tooling.",
|
|
6
|
+
"List, show, detect, doctor and inspect versions for canonical tooling definitions.",
|
|
7
|
+
"Plan tooling install, upgrade, downgrade and uninstall operations before executing them.",
|
|
8
|
+
"Execute tooling lifecycle operations only after approval.",
|
|
9
|
+
"Inspect installed terminal tools and versions.",
|
|
10
|
+
"Read process environment variables with sensitive redaction by default.",
|
|
11
|
+
"Navigate, list and read local files.",
|
|
12
|
+
"Create, edit, patch or delete local files only after approval.",
|
|
13
|
+
"Execute local shell commands only after approval."
|
|
8
14
|
],
|
|
9
15
|
"forbiddenActions": [
|
|
10
|
-
"Execute arbitrary shell commands.",
|
|
11
|
-
"
|
|
12
|
-
"
|
|
16
|
+
"Execute arbitrary shell commands without approval.",
|
|
17
|
+
"Create, edit, patch or delete files without approval.",
|
|
18
|
+
"Install unregistered tooling outside the canonical tooling lifecycle.",
|
|
19
|
+
"Execute learned tooling lifecycle commands before they are validated and explicitly approved.",
|
|
20
|
+
"Persist raw credentials or tooling configuration secrets in logs."
|
|
13
21
|
],
|
|
14
22
|
"approvalRequired": true
|
|
15
23
|
}
|
|
@@ -2,8 +2,23 @@
|
|
|
2
2
|
"moduleId": "environment",
|
|
3
3
|
"templates": [
|
|
4
4
|
{
|
|
5
|
-
"id": "environment.
|
|
6
|
-
"template": "
|
|
5
|
+
"id": "environment.files",
|
|
6
|
+
"template": "Use filesystem results to answer with exact paths and mention whether a write, patch or delete changed state: {{result}}",
|
|
7
|
+
"variables": ["result"]
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"id": "environment.scan",
|
|
11
|
+
"template": "Summarize the environment scan by host, installed tools, missing tools, workspace matches, health findings and recommended next actions. Do not claim credentials are configured unless the scan explicitly says so: {{result}}",
|
|
12
|
+
"variables": ["result"]
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"id": "environment.shell",
|
|
16
|
+
"template": "Summarize shell execution result with exit code, stdout, stderr and timeout status. Never hide failures: {{result}}",
|
|
17
|
+
"variables": ["result"]
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"id": "environment.tooling",
|
|
21
|
+
"template": "Explain this tooling result. For plans, show exact commands and approval requirements. For executions, show succeeded/failed/skipped steps and the next safe action: {{result}}",
|
|
7
22
|
"variables": ["result"]
|
|
8
23
|
}
|
|
9
24
|
]
|
|
@@ -1,13 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"moduleId": "environment",
|
|
3
|
-
"purpose": "Inspect
|
|
3
|
+
"purpose": "Inspect the local development environment and manage supported tooling through a safe catalog-driven lifecycle.",
|
|
4
4
|
"whenToUse": [
|
|
5
|
-
"The user asks
|
|
6
|
-
"The user
|
|
7
|
-
"The
|
|
5
|
+
"The user asks for a system scan, environment diagnosis, machine raio X, installed languages, CLIs, frameworks, Docker, Flutter, Dart, cloud tools or development tools.",
|
|
6
|
+
"The user asks whether a required external tool, CLI, SDK, runtime or framework is installed or compatible.",
|
|
7
|
+
"The user asks to install, update, upgrade, downgrade, uninstall or doctor a supported CLI, SDK, runtime, service or framework.",
|
|
8
|
+
"The user wants to plan installation, configuration, upgrade, downgrade, or uninstall steps for known tooling.",
|
|
9
|
+
"The agent needs to verify runtime prerequisites before using a module.",
|
|
10
|
+
"The user asks what tools, versions or environment variables are available.",
|
|
11
|
+
"The user asks the agent to inspect, create, edit or patch files.",
|
|
12
|
+
"The user asks the agent to run a terminal command."
|
|
8
13
|
],
|
|
9
14
|
"whenNotToUse": [
|
|
10
|
-
"The
|
|
11
|
-
"
|
|
15
|
+
"The task requires credentials that are not already configured or explicitly provided.",
|
|
16
|
+
"A destructive file or shell action has not been approved.",
|
|
17
|
+
"The lifecycle request targets untrusted discovered tooling that has not been promoted or approved."
|
|
12
18
|
]
|
|
13
19
|
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"moduleId": "schedules",
|
|
3
|
+
"summary": "Schedules describe proactive work: a title, the task prompt to run and a cadence (interval in minutes, daily HH:MM or a one-shot timestamp). The agent daemon polls the agenda and dispatches due schedules as task runs.",
|
|
4
|
+
"facts": [
|
|
5
|
+
"Schedules are stored as one JSON file per id under ~/.agent-devkit/data/schedules/.",
|
|
6
|
+
"The cadence kinds are interval (everyMinutes), daily (local HH:MM) and once (ISO timestamp, fires a single time).",
|
|
7
|
+
"The due action is a pure computation over lastRunAt and the cadence; disabled schedules are never due.",
|
|
8
|
+
"The daemon records lastRunAt and lastRunId after dispatching a schedule, which drives the next-run math."
|
|
9
|
+
]
|
|
10
|
+
}
|