agentsmesh 0.36.0 → 0.37.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/CHANGELOG.md +38 -0
- package/README.md +2 -0
- package/dist/canonical.js +242 -123
- package/dist/canonical.js.map +1 -1
- package/dist/cli.js +259 -252
- package/dist/engine.js +398 -157
- package/dist/engine.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +409 -163
- package/dist/index.js.map +1 -1
- package/dist/{init-Dtp4V1_v.d.ts → init-BtgoRmIs.d.ts} +1 -6
- package/dist/lessons.d.ts +2 -2
- package/dist/lessons.js +127 -32
- package/dist/lessons.js.map +1 -1
- package/dist/targets.js +231 -103
- package/dist/targets.js.map +1 -1
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "agentsmesh",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.37.0",
|
|
4
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.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
"chokidar": "^5.0.0",
|
|
123
123
|
"diff": "8.0.4",
|
|
124
124
|
"picomatch": "^4.0.4",
|
|
125
|
-
"smol-toml": "^1.
|
|
125
|
+
"smol-toml": "^1.8.0",
|
|
126
126
|
"tar": "7.5.22",
|
|
127
127
|
"yaml": "^2.8.3",
|
|
128
128
|
"zod": "^4.3.6"
|