agentsmesh 0.21.0 → 0.23.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.21.0",
3
+ "version": "0.23.0",
4
4
  "description": "One canonical source for AI coding agent rules, commands, skills, MCP, hooks, and permissions — synced across every major AI coding tool.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -26,6 +26,11 @@
26
26
  "types": "./dist/targets.d.ts",
27
27
  "import": "./dist/targets.js",
28
28
  "default": "./dist/targets.js"
29
+ },
30
+ "./lessons": {
31
+ "types": "./dist/lessons.d.ts",
32
+ "import": "./dist/lessons.js",
33
+ "default": "./dist/lessons.js"
29
34
  }
30
35
  },
31
36
  "bin": {
@@ -89,14 +94,15 @@
89
94
  "@arethetypeswrong/cli": "^0.18.2",
90
95
  "@changesets/cli": "^2.27.12",
91
96
  "@eslint/js": "^10.0.1",
92
- "knip": "^5.66.0",
93
97
  "@types/node": "^25.6.0",
98
+ "@types/picomatch": "^4.0.3",
94
99
  "@typescript-eslint/eslint-plugin": "^8.58.1",
95
100
  "@typescript-eslint/parser": "^8.58.1",
96
101
  "@vitest/coverage-v8": "^4.1.4",
97
102
  "eslint": "^10.2.0",
98
103
  "eslint-plugin-import": "^2.32.0",
99
104
  "husky": "^9.1.7",
105
+ "knip": "^5.66.0",
100
106
  "lint-staged": "^16.4.0",
101
107
  "prettier": "^3.8.2",
102
108
  "publint": "^0.3.18",
@@ -109,6 +115,7 @@
109
115
  "@modelcontextprotocol/sdk": "^1.29.0",
110
116
  "chokidar": "^5.0.0",
111
117
  "diff": "8.0.4",
118
+ "picomatch": "^4.0.4",
112
119
  "smol-toml": "^1.6.1",
113
120
  "tar": "7.5.13",
114
121
  "yaml": "^2.8.3",
@@ -140,6 +140,18 @@
140
140
  },
141
141
  "original_ref": {
142
142
  "type": "string"
143
+ },
144
+ "accepted_elevated": {
145
+ "minItems": 1,
146
+ "type": "array",
147
+ "items": {
148
+ "type": "string",
149
+ "enum": [
150
+ "hooks",
151
+ "permissions",
152
+ "mcp"
153
+ ]
154
+ }
143
155
  }
144
156
  },
145
157
  "required": [