agentsmesh 0.6.0 → 0.8.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.6.0",
3
+ "version": "0.8.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",
@@ -35,10 +35,6 @@
35
35
  "engines": {
36
36
  "node": ">=20.0.0"
37
37
  },
38
- "os": [
39
- "darwin",
40
- "linux"
41
- ],
42
38
  "repository": {
43
39
  "type": "git",
44
40
  "url": "git+https://github.com/sampleXbro/agentsmesh.git"
@@ -118,13 +114,16 @@
118
114
  },
119
115
  "scripts": {
120
116
  "agentsmesh": "node ./dist/cli.js",
117
+ "prebuild": "tsx scripts/generate-target-catalog.ts",
121
118
  "build": "tsup",
122
119
  "pretest": "pnpm build",
120
+ "catalog:generate": "tsx scripts/generate-target-catalog.ts",
121
+ "catalog:verify": "tsx scripts/generate-target-catalog.ts --verify",
123
122
  "test": "vitest run",
124
123
  "test:contract": "vitest run tests/contract",
125
124
  "flake:check": "tsx scripts/flake-check.ts",
126
125
  "test:watch": "vitest",
127
- "test:coverage": "vitest run --coverage",
126
+ "test:coverage": "COVERAGE=1 vitest run --coverage",
128
127
  "test:e2e": "pnpm build && vitest run --config vitest.e2e.config.ts",
129
128
  "lint": "eslint src tests",
130
129
  "format": "prettier --write src/",
@@ -139,6 +138,6 @@
139
138
  "publint": "publint",
140
139
  "attw": "attw --pack . --profile esm-only",
141
140
  "consumer-smoke": "./scripts/consumer-smoke.sh",
142
- "install-global": "pnpm build && pnpm pack && pnpm add -g $(pwd)/agentsmesh-$(node -p 'require(\"./package.json\").version').tgz"
141
+ "install-global": "rm -f agentsmesh-*.tgz && pnpm build && pnpm pack && export PNPM_HOME=${PNPM_HOME:-$HOME/Library/pnpm} && export PATH=$PNPM_HOME:$PATH && pnpm add -g $(pwd)/agentsmesh-$(node -p 'require(\"./package.json\").version').tgz"
143
142
  }
144
143
  }
@@ -8,35 +8,35 @@
8
8
  },
9
9
  "targets": {
10
10
  "default": [
11
+ "antigravity",
11
12
  "claude-code",
12
- "cursor",
13
- "copilot",
13
+ "cline",
14
+ "codex-cli",
14
15
  "continue",
16
+ "copilot",
17
+ "cursor",
18
+ "gemini-cli",
15
19
  "junie",
16
20
  "kiro",
17
- "gemini-cli",
18
- "cline",
19
- "codex-cli",
20
- "windsurf",
21
- "antigravity",
22
- "roo-code"
21
+ "roo-code",
22
+ "windsurf"
23
23
  ],
24
24
  "type": "array",
25
25
  "items": {
26
26
  "type": "string",
27
27
  "enum": [
28
+ "antigravity",
28
29
  "claude-code",
29
- "cursor",
30
- "copilot",
30
+ "cline",
31
+ "codex-cli",
31
32
  "continue",
33
+ "copilot",
34
+ "cursor",
35
+ "gemini-cli",
32
36
  "junie",
33
37
  "kiro",
34
- "gemini-cli",
35
- "cline",
36
- "codex-cli",
37
- "windsurf",
38
- "antigravity",
39
- "roo-code"
38
+ "roo-code",
39
+ "windsurf"
40
40
  ]
41
41
  }
42
42
  },
@@ -84,18 +84,18 @@
84
84
  "target": {
85
85
  "type": "string",
86
86
  "enum": [
87
+ "antigravity",
87
88
  "claude-code",
88
- "cursor",
89
- "copilot",
89
+ "cline",
90
+ "codex-cli",
90
91
  "continue",
92
+ "copilot",
93
+ "cursor",
94
+ "gemini-cli",
91
95
  "junie",
92
96
  "kiro",
93
- "gemini-cli",
94
- "cline",
95
- "codex-cli",
96
- "windsurf",
97
- "antigravity",
98
- "roo-code"
97
+ "roo-code",
98
+ "windsurf"
99
99
  ]
100
100
  },
101
101
  "features": {
package/schemas/pack.json CHANGED
@@ -78,18 +78,18 @@
78
78
  "target": {
79
79
  "type": "string",
80
80
  "enum": [
81
+ "antigravity",
81
82
  "claude-code",
82
- "cursor",
83
- "copilot",
83
+ "cline",
84
+ "codex-cli",
84
85
  "continue",
86
+ "copilot",
87
+ "cursor",
88
+ "gemini-cli",
85
89
  "junie",
86
90
  "kiro",
87
- "gemini-cli",
88
- "cline",
89
- "codex-cli",
90
- "windsurf",
91
- "antigravity",
92
- "roo-code"
91
+ "roo-code",
92
+ "windsurf"
93
93
  ]
94
94
  },
95
95
  "path": {