mancode 0.6.2 → 0.6.4

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-44UHUCE6.js";
4
+ } from "./chunk-7HPP3KYG.js";
5
5
  export {
6
6
  V3ContextStore,
7
7
  storedTaskAggregateDigest
8
8
  };
9
- //# sourceMappingURL=store-TQFQCAAF.js.map
9
+ //# sourceMappingURL=store-LN63OL66.js.map
@@ -10,20 +10,24 @@ import {
10
10
  applyV3AdapterFilePlan,
11
11
  assertV3AdapterInstallable,
12
12
  assertV3AdapterTargetSafe,
13
+ inspectUnsafeV3AdapterPaths,
13
14
  inspectV3Adapter,
14
15
  inspectV3AdapterVersions,
15
16
  installV3Adapter,
16
17
  planV3AdapterFiles,
17
18
  planV3AdapterUpgradeFiles,
19
+ readV3AdapterFilePlanContent,
18
20
  removeV3Adapter,
19
21
  renderV3Bootstrap,
20
22
  renderV3ModeEntry,
23
+ replaceUnsafeV3AdapterSymlinks,
21
24
  stageV3Adapter,
22
25
  stageV3AdapterUpgradeFiles,
23
26
  v3AdapterTargetPath,
24
27
  v3AdapterVersionsFromStatuses,
25
- v3ModeEntryPath
26
- } from "./chunk-GCLUIY65.js";
28
+ v3ModeEntryPath,
29
+ writeThroughResolvedPath
30
+ } from "./chunk-WJ6WARGG.js";
27
31
  export {
28
32
  V3_ADAPTER_DIGEST_DOMAIN,
29
33
  V3_ADAPTER_FILE_TARGETS,
@@ -36,18 +40,22 @@ export {
36
40
  applyV3AdapterFilePlan,
37
41
  assertV3AdapterInstallable,
38
42
  assertV3AdapterTargetSafe,
43
+ inspectUnsafeV3AdapterPaths,
39
44
  inspectV3Adapter,
40
45
  inspectV3AdapterVersions,
41
46
  installV3Adapter,
42
47
  planV3AdapterFiles,
43
48
  planV3AdapterUpgradeFiles,
49
+ readV3AdapterFilePlanContent,
44
50
  removeV3Adapter,
45
51
  renderV3Bootstrap,
46
52
  renderV3ModeEntry,
53
+ replaceUnsafeV3AdapterSymlinks,
47
54
  stageV3Adapter,
48
55
  stageV3AdapterUpgradeFiles,
49
56
  v3AdapterTargetPath,
50
57
  v3AdapterVersionsFromStatuses,
51
- v3ModeEntryPath
58
+ v3ModeEntryPath,
59
+ writeThroughResolvedPath
52
60
  };
53
- //# sourceMappingURL=v3-adapter-ZLYZAA4P.js.map
61
+ //# sourceMappingURL=v3-adapter-T3IKK3LU.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mancode",
3
- "version": "0.6.2",
3
+ "version": "0.6.4",
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": ">=22"
40
+ "node": ">=22.5.0"
41
41
  },
42
42
  "bin": {
43
43
  "mancode": "dist/cli.js"