mason-context 0.11.0 → 0.12.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": "mason-context",
3
- "version": "0.11.0",
3
+ "version": "0.12.0",
4
4
  "description": "MCP server for engineering decisions, task context, change impact, and documentation audits, with optional architecture maps",
5
5
  "type": "module",
6
6
  "mcpName": "com.adrianczuczka/mason",
@@ -10,6 +10,7 @@
10
10
  "mason-context": "dist/mason-mcp.js",
11
11
  "mason-drift": "dist/mason-drift.js",
12
12
  "mason-audit": "dist/mason-audit.js",
13
+ "mason-auto": "dist/mason-auto.js",
13
14
  "mason-hook": "dist/mason-hook.js",
14
15
  "mason-review": "dist/mason-review.js"
15
16
  },
@@ -21,6 +22,7 @@
21
22
  "typecheck": "tsc --noEmit",
22
23
  "bench:patches": "node bench/harness/run-patches.mjs",
23
24
  "bench:validate": "node bench/harness/run-patches.mjs --validate",
25
+ "bench:automation": "node bench/harness/run-automation.mjs",
24
26
  "test:watch": "vitest",
25
27
  "pack:mcpb": "node scripts/pack-mcpb.mjs"
26
28
  },