agentsmesh 0.2.6 → 0.2.8
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 +6 -0
- package/README.md +13 -11
- package/dist/cli.js +7083 -6814
- package/dist/cli.js.map +1 -1
- package/package.json +4 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "agentsmesh",
|
|
3
|
-
"version": "0.2.
|
|
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, and
|
|
3
|
+
"version": "0.2.8",
|
|
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, and Antigravity.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/cli.js",
|
|
7
7
|
"author": "sampleXbro",
|
|
@@ -46,6 +46,7 @@
|
|
|
46
46
|
"cline",
|
|
47
47
|
"codex",
|
|
48
48
|
"windsurf",
|
|
49
|
+
"antigravity",
|
|
49
50
|
"developer-tools",
|
|
50
51
|
"devtools",
|
|
51
52
|
"code-assistant",
|
|
@@ -94,7 +95,7 @@
|
|
|
94
95
|
"test:watch": "vitest",
|
|
95
96
|
"test:coverage": "vitest run --coverage",
|
|
96
97
|
"test:e2e": "pnpm build && vitest run --config vitest.e2e.config.ts",
|
|
97
|
-
"lint": "eslint src
|
|
98
|
+
"lint": "eslint src tests",
|
|
98
99
|
"format": "prettier --write src/",
|
|
99
100
|
"format:check": "prettier --check src/",
|
|
100
101
|
"typecheck": "tsc --noEmit",
|