agentsmesh 0.10.0 → 0.12.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 +56 -0
- package/README.md +22 -22
- package/dist/canonical.d.ts +2 -2
- package/dist/canonical.js +6761 -4856
- package/dist/canonical.js.map +1 -1
- package/dist/cli.js +124 -123
- package/dist/engine.d.ts +2 -2
- package/dist/engine.js +9028 -7117
- package/dist/engine.js.map +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.js +9040 -7129
- package/dist/index.js.map +1 -1
- package/dist/{schema-qelg8gw8.d.ts → schema-o4oXUVBP.d.ts} +10 -0
- package/dist/{target-descriptor-Dhdg8s2o.d.ts → target-descriptor--Nw5i4v3.d.ts} +1 -1
- package/dist/targets.d.ts +3 -3
- package/dist/targets.js +8896 -6991
- package/dist/targets.js.map +1 -1
- package/package.json +1 -1
- package/schemas/agentsmesh.json +18 -3
- package/schemas/pack.json +6 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "agentsmesh",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.12.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,6 +8,7 @@
|
|
|
8
8
|
},
|
|
9
9
|
"targets": {
|
|
10
10
|
"default": [
|
|
11
|
+
"amp",
|
|
11
12
|
"antigravity",
|
|
12
13
|
"claude-code",
|
|
13
14
|
"cline",
|
|
@@ -16,16 +17,21 @@
|
|
|
16
17
|
"copilot",
|
|
17
18
|
"cursor",
|
|
18
19
|
"gemini-cli",
|
|
20
|
+
"goose",
|
|
19
21
|
"junie",
|
|
20
22
|
"kilo-code",
|
|
21
23
|
"kiro",
|
|
24
|
+
"opencode",
|
|
22
25
|
"roo-code",
|
|
23
|
-
"
|
|
26
|
+
"warp",
|
|
27
|
+
"windsurf",
|
|
28
|
+
"zed"
|
|
24
29
|
],
|
|
25
30
|
"type": "array",
|
|
26
31
|
"items": {
|
|
27
32
|
"type": "string",
|
|
28
33
|
"enum": [
|
|
34
|
+
"amp",
|
|
29
35
|
"antigravity",
|
|
30
36
|
"claude-code",
|
|
31
37
|
"cline",
|
|
@@ -34,11 +40,15 @@
|
|
|
34
40
|
"copilot",
|
|
35
41
|
"cursor",
|
|
36
42
|
"gemini-cli",
|
|
43
|
+
"goose",
|
|
37
44
|
"junie",
|
|
38
45
|
"kilo-code",
|
|
39
46
|
"kiro",
|
|
47
|
+
"opencode",
|
|
40
48
|
"roo-code",
|
|
41
|
-
"
|
|
49
|
+
"warp",
|
|
50
|
+
"windsurf",
|
|
51
|
+
"zed"
|
|
42
52
|
]
|
|
43
53
|
}
|
|
44
54
|
},
|
|
@@ -86,6 +96,7 @@
|
|
|
86
96
|
"target": {
|
|
87
97
|
"type": "string",
|
|
88
98
|
"enum": [
|
|
99
|
+
"amp",
|
|
89
100
|
"antigravity",
|
|
90
101
|
"claude-code",
|
|
91
102
|
"cline",
|
|
@@ -94,11 +105,15 @@
|
|
|
94
105
|
"copilot",
|
|
95
106
|
"cursor",
|
|
96
107
|
"gemini-cli",
|
|
108
|
+
"goose",
|
|
97
109
|
"junie",
|
|
98
110
|
"kilo-code",
|
|
99
111
|
"kiro",
|
|
112
|
+
"opencode",
|
|
100
113
|
"roo-code",
|
|
101
|
-
"
|
|
114
|
+
"warp",
|
|
115
|
+
"windsurf",
|
|
116
|
+
"zed"
|
|
102
117
|
]
|
|
103
118
|
},
|
|
104
119
|
"features": {
|
package/schemas/pack.json
CHANGED
|
@@ -78,6 +78,7 @@
|
|
|
78
78
|
"target": {
|
|
79
79
|
"type": "string",
|
|
80
80
|
"enum": [
|
|
81
|
+
"amp",
|
|
81
82
|
"antigravity",
|
|
82
83
|
"claude-code",
|
|
83
84
|
"cline",
|
|
@@ -86,11 +87,15 @@
|
|
|
86
87
|
"copilot",
|
|
87
88
|
"cursor",
|
|
88
89
|
"gemini-cli",
|
|
90
|
+
"goose",
|
|
89
91
|
"junie",
|
|
90
92
|
"kilo-code",
|
|
91
93
|
"kiro",
|
|
94
|
+
"opencode",
|
|
92
95
|
"roo-code",
|
|
93
|
-
"
|
|
96
|
+
"warp",
|
|
97
|
+
"windsurf",
|
|
98
|
+
"zed"
|
|
94
99
|
]
|
|
95
100
|
},
|
|
96
101
|
"path": {
|