agentsmesh 0.40.0 → 0.41.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,7 @@
1
1
  {
2
2
  "name": "agentsmesh",
3
3
  "mcpName": "io.github.samplexbro/agentsmesh",
4
- "version": "0.40.0",
4
+ "version": "0.41.0",
5
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.",
6
6
  "type": "module",
7
7
  "main": "./dist/index.js",
@@ -150,6 +150,7 @@
150
150
  "format": "prettier --write src/",
151
151
  "format:check": "prettier --check src/",
152
152
  "typecheck": "tsc --noEmit",
153
+ "typecheck:tests": "tsc -p tsconfig.tests.json",
153
154
  "schemas:generate": "tsx scripts/generate-schemas.ts",
154
155
  "capabilities:audit": "tsx scripts/capabilities-audit.ts",
155
156
  "capabilities:merge": "tsx scripts/merge-capability-ledger.ts",
@@ -158,7 +159,7 @@
158
159
  "matrix:generate": "tsx scripts/render-support-matrix.ts",
159
160
  "matrix:verify": "tsx scripts/render-support-matrix.ts --verify",
160
161
  "changeset": "changeset",
161
- "version": "changeset version && tsx scripts/sync-server-json.ts",
162
+ "version": "changeset version && tsx scripts/sync-release-versions.ts",
162
163
  "release": "pnpm build && changeset publish",
163
164
  "publint": "publint",
164
165
  "attw": "attw --pack . --profile esm-only",