agentsmesh 0.38.0 → 0.40.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,7 +1,8 @@
1
1
  {
2
2
  "name": "agentsmesh",
3
- "version": "0.38.0",
4
- "description": "Sync AI coding agent config from one .agentsmesh source: rules, commands, agents, skills, MCP servers, hooks and permissions for Claude Code, Cursor, GitHub Copilot, Gemini CLI, Codex CLI and every other tool, plus a shared lessons memory that learns from your repo.",
3
+ "mcpName": "io.github.samplexbro/agentsmesh",
4
+ "version": "0.40.0",
5
+ "description": "AI coding config sync CLI. Keep rules, commands, agents, skills, MCP servers, hooks and permissions in one .agentsmesh source and generate native config for Claude Code, Cursor, GitHub Copilot, Gemini CLI, Codex CLI and every other tool, plus a shared lessons memory that learns from your repo.",
5
6
  "type": "module",
6
7
  "main": "./dist/index.js",
7
8
  "types": "./dist/index.d.ts",
@@ -157,7 +158,7 @@
157
158
  "matrix:generate": "tsx scripts/render-support-matrix.ts",
158
159
  "matrix:verify": "tsx scripts/render-support-matrix.ts --verify",
159
160
  "changeset": "changeset",
160
- "version": "changeset version",
161
+ "version": "changeset version && tsx scripts/sync-server-json.ts",
161
162
  "release": "pnpm build && changeset publish",
162
163
  "publint": "publint",
163
164
  "attw": "attw --pack . --profile esm-only",