agentsmesh 0.11.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentsmesh",
3
- "version": "0.11.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",
@@ -8,6 +8,7 @@
8
8
  },
9
9
  "targets": {
10
10
  "default": [
11
+ "amp",
11
12
  "antigravity",
12
13
  "claude-code",
13
14
  "cline",
@@ -22,12 +23,15 @@
22
23
  "kiro",
23
24
  "opencode",
24
25
  "roo-code",
25
- "windsurf"
26
+ "warp",
27
+ "windsurf",
28
+ "zed"
26
29
  ],
27
30
  "type": "array",
28
31
  "items": {
29
32
  "type": "string",
30
33
  "enum": [
34
+ "amp",
31
35
  "antigravity",
32
36
  "claude-code",
33
37
  "cline",
@@ -42,7 +46,9 @@
42
46
  "kiro",
43
47
  "opencode",
44
48
  "roo-code",
45
- "windsurf"
49
+ "warp",
50
+ "windsurf",
51
+ "zed"
46
52
  ]
47
53
  }
48
54
  },
@@ -90,6 +96,7 @@
90
96
  "target": {
91
97
  "type": "string",
92
98
  "enum": [
99
+ "amp",
93
100
  "antigravity",
94
101
  "claude-code",
95
102
  "cline",
@@ -104,7 +111,9 @@
104
111
  "kiro",
105
112
  "opencode",
106
113
  "roo-code",
107
- "windsurf"
114
+ "warp",
115
+ "windsurf",
116
+ "zed"
108
117
  ]
109
118
  },
110
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",
@@ -92,7 +93,9 @@
92
93
  "kiro",
93
94
  "opencode",
94
95
  "roo-code",
95
- "windsurf"
96
+ "warp",
97
+ "windsurf",
98
+ "zed"
96
99
  ]
97
100
  },
98
101
  "path": {