agentsmesh 0.28.0 → 0.30.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.28.0",
3
+ "version": "0.30.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",
@@ -209,6 +209,17 @@
209
209
  }
210
210
  },
211
211
  "additionalProperties": false
212
+ },
213
+ "accept": {
214
+ "type": "array",
215
+ "items": {
216
+ "type": "string",
217
+ "enum": [
218
+ "hooks",
219
+ "permissions",
220
+ "mcp"
221
+ ]
222
+ }
212
223
  }
213
224
  },
214
225
  "required": [