mancode 0.5.5 → 0.5.6

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.
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  V3ContextStore,
3
3
  storedTaskAggregateDigest
4
- } from "./chunk-YWHFHZ4A.js";
4
+ } from "./chunk-M5CWWECP.js";
5
5
  export {
6
6
  V3ContextStore,
7
7
  storedTaskAggregateDigest
8
8
  };
9
- //# sourceMappingURL=store-DREAZNIX.js.map
9
+ //# sourceMappingURL=store-Z53OE53A.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mancode",
3
- "version": "0.5.5",
3
+ "version": "0.5.6",
4
4
  "description": "AI coding agent workflow harness with mancode Continuity for cross-conversation tasks, decisions, verification, and team coordination.",
5
5
  "type": "module",
6
6
  "license": "AGPL-3.0-only",
@@ -37,7 +37,7 @@
37
37
  "zcode"
38
38
  ],
39
39
  "engines": {
40
- "node": ">=20"
40
+ "node": ">=22"
41
41
  },
42
42
  "bin": {
43
43
  "mancode": "dist/cli.js"
@@ -67,7 +67,7 @@
67
67
  "lint": "biome check src tests",
68
68
  "typecheck": "tsc --noEmit",
69
69
  "format": "biome format --write src tests",
70
- "prepublishOnly": "npm run lint && npm run typecheck && npm run build && npm run test:dist && npm test"
70
+ "prepublishOnly": "npm audit --audit-level=high && npm run lint && npm run typecheck && npm run build && npm run test:dist && npm run test:coverage"
71
71
  },
72
72
  "dependencies": {
73
73
  "commander": "^12.1.0",