@agentproto/extension 0.1.0 → 0.1.1

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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentproto/extension",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "@agentproto/extension — AIP-40 EXTENSION.md reference implementation. A meta-doctype that lets a workspace declare its own custom doctype as an extension of an existing AIP — adding fields, tightening constraints, overriding defaults, and choosing a path convention — without going through the public AIP process. The runtime (@agentproto/manifest verbs, MCP server, scaffolder) treats local extensions identically to public AIPs.",
5
5
  "keywords": [
6
6
  "agentproto",
@@ -49,7 +49,7 @@
49
49
  "gray-matter": "^4.0.3",
50
50
  "zod": "^4.4.3",
51
51
  "@agentproto/define-doctype": "0.1.0",
52
- "@agentproto/manifest": "0.1.0"
52
+ "@agentproto/manifest": "0.2.0"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@types/node": "^25.6.2",