agentsmesh 0.17.0 → 0.18.1

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.17.0",
3
+ "version": "0.18.1",
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",
@@ -123,6 +123,7 @@
123
123
  "test": "vitest run",
124
124
  "test:contract": "vitest run tests/contract",
125
125
  "flake:check": "tsx scripts/flake-check.ts",
126
+ "flake:watch": "tsx scripts/flake-check-watch.ts",
126
127
  "test:watch": "vitest",
127
128
  "test:coverage": "COVERAGE=1 vitest run --coverage",
128
129
  "test:e2e": "pnpm build && vitest run --config vitest.e2e.config.ts",
@@ -139,6 +140,6 @@
139
140
  "publint": "publint",
140
141
  "attw": "attw --pack . --profile esm-only",
141
142
  "consumer-smoke": "./scripts/consumer-smoke.sh",
142
- "install-global": "rm -f agentsmesh-*.tgz && pnpm build && pnpm pack && export PNPM_HOME=${PNPM_HOME:-$HOME/Library/pnpm} && export PATH=$PNPM_HOME:$PATH && (pnpm remove -g agentsmesh 2>/dev/null || true) && pnpm add -g $(pwd)/agentsmesh-*.tgz"
143
+ "install-global": "rm -f agentsmesh-*.tgz && npm run build && npm pack && (npm uninstall -g agentsmesh 2>/dev/null || true) && npm install -g $(pwd)/agentsmesh-*.tgz"
143
144
  }
144
145
  }
@@ -20,14 +20,20 @@
20
20
  "copilot",
21
21
  "crush",
22
22
  "cursor",
23
+ "deepagents-cli",
24
+ "factory-droid",
23
25
  "gemini-cli",
24
26
  "goose",
27
+ "jules",
25
28
  "junie",
26
29
  "kilo-code",
27
30
  "kiro",
28
31
  "opencode",
32
+ "pi-agent",
29
33
  "qwen-code",
34
+ "replit-agent",
30
35
  "roo-code",
36
+ "rovodev",
31
37
  "trae",
32
38
  "warp",
33
39
  "windsurf",
@@ -49,14 +55,20 @@
49
55
  "copilot",
50
56
  "crush",
51
57
  "cursor",
58
+ "deepagents-cli",
59
+ "factory-droid",
52
60
  "gemini-cli",
53
61
  "goose",
62
+ "jules",
54
63
  "junie",
55
64
  "kilo-code",
56
65
  "kiro",
57
66
  "opencode",
67
+ "pi-agent",
58
68
  "qwen-code",
69
+ "replit-agent",
59
70
  "roo-code",
71
+ "rovodev",
60
72
  "trae",
61
73
  "warp",
62
74
  "windsurf",
@@ -120,14 +132,20 @@
120
132
  "copilot",
121
133
  "crush",
122
134
  "cursor",
135
+ "deepagents-cli",
136
+ "factory-droid",
123
137
  "gemini-cli",
124
138
  "goose",
139
+ "jules",
125
140
  "junie",
126
141
  "kilo-code",
127
142
  "kiro",
128
143
  "opencode",
144
+ "pi-agent",
129
145
  "qwen-code",
146
+ "replit-agent",
130
147
  "roo-code",
148
+ "rovodev",
131
149
  "trae",
132
150
  "warp",
133
151
  "windsurf",
package/schemas/pack.json CHANGED
@@ -90,14 +90,20 @@
90
90
  "copilot",
91
91
  "crush",
92
92
  "cursor",
93
+ "deepagents-cli",
94
+ "factory-droid",
93
95
  "gemini-cli",
94
96
  "goose",
97
+ "jules",
95
98
  "junie",
96
99
  "kilo-code",
97
100
  "kiro",
98
101
  "opencode",
102
+ "pi-agent",
99
103
  "qwen-code",
104
+ "replit-agent",
100
105
  "roo-code",
106
+ "rovodev",
101
107
  "trae",
102
108
  "warp",
103
109
  "windsurf",