agentsmesh 0.15.0 → 0.17.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/CHANGELOG.md +42 -0
- package/README.md +24 -24
- package/dist/canonical.d.ts +2 -2
- package/dist/canonical.js +6808 -4402
- package/dist/canonical.js.map +1 -1
- package/dist/cli.js +205 -195
- package/dist/engine.d.ts +2 -2
- package/dist/engine.js +7133 -4716
- package/dist/engine.js.map +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.js +7145 -4728
- package/dist/index.js.map +1 -1
- package/dist/{schema-o4oXUVBP.d.ts → schema-CDrgr5fq.d.ts} +13 -0
- package/dist/{target-descriptor--Nw5i4v3.d.ts → target-descriptor-CYgyhcco.d.ts} +1 -1
- package/dist/targets.d.ts +3 -3
- package/dist/targets.js +10029 -7793
- package/dist/targets.js.map +1 -1
- package/package.json +1 -1
- package/schemas/agentsmesh.json +21 -0
- package/schemas/pack.json +6 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "agentsmesh",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.17.0",
|
|
4
4
|
"description": "One canonical source for AI coding agent rules, commands, skills, MCP, hooks, and permissions — synced across Claude Code, Cursor, Copilot, Continue, Junie, Gemini CLI, Cline, Codex CLI, Windsurf, Antigravity, and Roo Code.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
package/schemas/agentsmesh.json
CHANGED
|
@@ -8,13 +8,17 @@
|
|
|
8
8
|
},
|
|
9
9
|
"targets": {
|
|
10
10
|
"default": [
|
|
11
|
+
"aider",
|
|
12
|
+
"amazon-q",
|
|
11
13
|
"amp",
|
|
12
14
|
"antigravity",
|
|
15
|
+
"augment-code",
|
|
13
16
|
"claude-code",
|
|
14
17
|
"cline",
|
|
15
18
|
"codex-cli",
|
|
16
19
|
"continue",
|
|
17
20
|
"copilot",
|
|
21
|
+
"crush",
|
|
18
22
|
"cursor",
|
|
19
23
|
"gemini-cli",
|
|
20
24
|
"goose",
|
|
@@ -22,7 +26,9 @@
|
|
|
22
26
|
"kilo-code",
|
|
23
27
|
"kiro",
|
|
24
28
|
"opencode",
|
|
29
|
+
"qwen-code",
|
|
25
30
|
"roo-code",
|
|
31
|
+
"trae",
|
|
26
32
|
"warp",
|
|
27
33
|
"windsurf",
|
|
28
34
|
"zed"
|
|
@@ -31,13 +37,17 @@
|
|
|
31
37
|
"items": {
|
|
32
38
|
"type": "string",
|
|
33
39
|
"enum": [
|
|
40
|
+
"aider",
|
|
41
|
+
"amazon-q",
|
|
34
42
|
"amp",
|
|
35
43
|
"antigravity",
|
|
44
|
+
"augment-code",
|
|
36
45
|
"claude-code",
|
|
37
46
|
"cline",
|
|
38
47
|
"codex-cli",
|
|
39
48
|
"continue",
|
|
40
49
|
"copilot",
|
|
50
|
+
"crush",
|
|
41
51
|
"cursor",
|
|
42
52
|
"gemini-cli",
|
|
43
53
|
"goose",
|
|
@@ -45,7 +55,9 @@
|
|
|
45
55
|
"kilo-code",
|
|
46
56
|
"kiro",
|
|
47
57
|
"opencode",
|
|
58
|
+
"qwen-code",
|
|
48
59
|
"roo-code",
|
|
60
|
+
"trae",
|
|
49
61
|
"warp",
|
|
50
62
|
"windsurf",
|
|
51
63
|
"zed"
|
|
@@ -96,13 +108,17 @@
|
|
|
96
108
|
"target": {
|
|
97
109
|
"type": "string",
|
|
98
110
|
"enum": [
|
|
111
|
+
"aider",
|
|
112
|
+
"amazon-q",
|
|
99
113
|
"amp",
|
|
100
114
|
"antigravity",
|
|
115
|
+
"augment-code",
|
|
101
116
|
"claude-code",
|
|
102
117
|
"cline",
|
|
103
118
|
"codex-cli",
|
|
104
119
|
"continue",
|
|
105
120
|
"copilot",
|
|
121
|
+
"crush",
|
|
106
122
|
"cursor",
|
|
107
123
|
"gemini-cli",
|
|
108
124
|
"goose",
|
|
@@ -110,7 +126,9 @@
|
|
|
110
126
|
"kilo-code",
|
|
111
127
|
"kiro",
|
|
112
128
|
"opencode",
|
|
129
|
+
"qwen-code",
|
|
113
130
|
"roo-code",
|
|
131
|
+
"trae",
|
|
114
132
|
"warp",
|
|
115
133
|
"windsurf",
|
|
116
134
|
"zed"
|
|
@@ -346,6 +364,9 @@
|
|
|
346
364
|
},
|
|
347
365
|
"version": {
|
|
348
366
|
"type": "string"
|
|
367
|
+
},
|
|
368
|
+
"strict": {
|
|
369
|
+
"type": "boolean"
|
|
349
370
|
}
|
|
350
371
|
},
|
|
351
372
|
"required": [
|
package/schemas/pack.json
CHANGED
|
@@ -78,13 +78,17 @@
|
|
|
78
78
|
"target": {
|
|
79
79
|
"type": "string",
|
|
80
80
|
"enum": [
|
|
81
|
+
"aider",
|
|
82
|
+
"amazon-q",
|
|
81
83
|
"amp",
|
|
82
84
|
"antigravity",
|
|
85
|
+
"augment-code",
|
|
83
86
|
"claude-code",
|
|
84
87
|
"cline",
|
|
85
88
|
"codex-cli",
|
|
86
89
|
"continue",
|
|
87
90
|
"copilot",
|
|
91
|
+
"crush",
|
|
88
92
|
"cursor",
|
|
89
93
|
"gemini-cli",
|
|
90
94
|
"goose",
|
|
@@ -92,7 +96,9 @@
|
|
|
92
96
|
"kilo-code",
|
|
93
97
|
"kiro",
|
|
94
98
|
"opencode",
|
|
99
|
+
"qwen-code",
|
|
95
100
|
"roo-code",
|
|
101
|
+
"trae",
|
|
96
102
|
"warp",
|
|
97
103
|
"windsurf",
|
|
98
104
|
"zed"
|