clawvault 3.2.1 → 3.4.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/README.md +56 -16
- package/bin/clawvault.js +0 -2
- package/bin/command-registration.test.js +15 -2
- package/bin/help-contract.test.js +16 -0
- package/bin/register-core-commands.js +88 -0
- package/bin/register-core-commands.test.js +80 -0
- package/bin/register-maintenance-commands.js +84 -7
- package/bin/register-query-commands.js +45 -28
- package/bin/register-query-commands.test.js +15 -0
- package/bin/test-helpers/cli-command-fixtures.js +1 -0
- package/dist/chunk-2PKBIKDH.js +130 -0
- package/dist/{chunk-U67V476Y.js → chunk-2ZDO52B4.js} +18 -1
- package/dist/{chunk-ZZA73MFY.js → chunk-33DOSHTA.js} +176 -36
- package/dist/chunk-35JCYSRR.js +158 -0
- package/dist/{chunk-AZYOKJYC.js → chunk-4PY655YM.js} +13 -1
- package/dist/{chunk-2JQ3O2YL.js → chunk-5EFSWZO6.js} +3 -3
- package/dist/{chunk-Y3TIJEBP.js → chunk-7SWP5FKU.js} +34 -613
- package/dist/{chunk-4VQTUVH7.js → chunk-7YZWHM36.js} +52 -26
- package/dist/{chunk-URXDAUVH.js → chunk-AXSJIFOJ.js} +174 -1
- package/dist/{chunk-4ITRXIVT.js → chunk-BLQXXX7Q.js} +6 -6
- package/dist/chunk-CSHO3PJB.js +684 -0
- package/dist/chunk-D5U3Q4N5.js +872 -0
- package/dist/chunk-DCF4KMFD.js +158 -0
- package/dist/{chunk-S5OJEGFG.js → chunk-DOIUYIXV.js} +2 -2
- package/dist/{chunk-YXQCA6B7.js → chunk-DVOUSOR3.js} +112 -7
- package/dist/{chunk-YDWHS4LJ.js → chunk-ECGJYWNA.js} +205 -33
- package/dist/{chunk-QMHPQYUV.js → chunk-EL6UBSX5.js} +7 -6
- package/dist/chunk-FZ5I2NF7.js +352 -0
- package/dist/{chunk-WJVWINEM.js → chunk-GFCHWMGD.js} +55 -6
- package/dist/{chunk-GNJL4YGR.js → chunk-GJO3CFUN.js} +30 -6
- package/dist/chunk-H3JZIB5O.js +322 -0
- package/dist/chunk-HEHO7SMV.js +51 -0
- package/dist/{chunk-UCQAOZHW.js → chunk-HGDDW24U.js} +3 -3
- package/dist/chunk-J3YUXVID.js +907 -0
- package/dist/{chunk-Y6VJKXGL.js → chunk-KCYWJDDW.js} +1 -1
- package/dist/{chunk-P5EPF6MB.js → chunk-MW5C6ZQA.js} +110 -13
- package/dist/chunk-NSXYM6EZ.js +255 -0
- package/dist/{chunk-YNIPYN4F.js → chunk-OFOCU2V4.js} +6 -5
- package/dist/{chunk-42MXU7A6.js → chunk-P62WHA27.js} +58 -47
- package/dist/chunk-PTWPPVC7.js +972 -0
- package/dist/{chunk-FAKNOB7Y.js → chunk-QFWERBDP.js} +2 -2
- package/dist/chunk-QYQAGBTM.js +2097 -0
- package/dist/chunk-RL2L6I6K.js +223 -0
- package/dist/{chunk-IIOU45CK.js → chunk-S7N7HI5E.js} +2 -2
- package/dist/{chunk-ECRZL5XR.js → chunk-T7E764W3.js} +23 -7
- package/dist/{chunk-MNPUYCHQ.js → chunk-TWMI3SNN.js} +6 -5
- package/dist/{chunk-2RAZ4ZFE.js → chunk-VBILES4B.js} +1 -1
- package/dist/{chunk-PI4WMLMG.js → chunk-VXAGOLDP.js} +1 -1
- package/dist/{chunk-SS4B7P7V.js → chunk-YIDV4VV2.js} +1 -1
- package/dist/chunk-YTRZNA64.js +37 -0
- package/dist/chunk-ZKWPCBYT.js +600 -0
- package/dist/cli/index.js +28 -21
- package/dist/commands/archive.js +3 -3
- package/dist/commands/backlog.js +1 -1
- package/dist/commands/benchmark.d.ts +12 -0
- package/dist/commands/benchmark.js +12 -0
- package/dist/commands/blocked.js +1 -1
- package/dist/commands/canvas.js +2 -2
- package/dist/commands/checkpoint.js +1 -1
- package/dist/commands/compat.js +1 -1
- package/dist/commands/context.js +8 -7
- package/dist/commands/doctor.d.ts +8 -3
- package/dist/commands/doctor.js +8 -22
- package/dist/commands/embed.js +6 -5
- package/dist/commands/entities.d.ts +8 -1
- package/dist/commands/entities.js +46 -3
- package/dist/commands/graph.js +4 -4
- package/dist/commands/inbox.d.ts +23 -0
- package/dist/commands/inbox.js +11 -0
- package/dist/commands/inject.d.ts +1 -1
- package/dist/commands/inject.js +5 -5
- package/dist/commands/kanban.js +1 -1
- package/dist/commands/link.js +5 -5
- package/dist/commands/maintain.d.ts +32 -0
- package/dist/commands/maintain.js +13 -0
- package/dist/commands/migrate-observations.js +3 -3
- package/dist/commands/observe.js +11 -10
- package/dist/commands/project.js +2 -2
- package/dist/commands/rebuild-embeddings.js +48 -17
- package/dist/commands/rebuild.js +9 -8
- package/dist/commands/recall.d.ts +14 -0
- package/dist/commands/recall.js +15 -0
- package/dist/commands/recover.js +1 -1
- package/dist/commands/reflect.js +6 -6
- package/dist/commands/repair-session.js +1 -1
- package/dist/commands/replay.js +10 -9
- package/dist/commands/session-recap.js +1 -1
- package/dist/commands/setup.js +4 -3
- package/dist/commands/shell-init.js +1 -1
- package/dist/commands/sleep.d.ts +1 -1
- package/dist/commands/sleep.js +20 -18
- package/dist/commands/status.js +40 -26
- package/dist/commands/sync-bd.js +3 -3
- package/dist/commands/tailscale.js +3 -3
- package/dist/commands/task.js +1 -1
- package/dist/commands/template.js +1 -1
- package/dist/commands/wake.d.ts +1 -1
- package/dist/commands/wake.js +10 -9
- package/dist/index.d.ts +233 -16
- package/dist/index.js +325 -111
- package/dist/{inject-DYUrDqQO.d.ts → inject-DEb_jpLi.d.ts} +3 -1
- package/dist/lib/auto-linker.js +2 -2
- package/dist/lib/canvas-layout.js +1 -1
- package/dist/lib/config.js +2 -2
- package/dist/lib/entity-index.js +1 -1
- package/dist/lib/project-utils.js +2 -2
- package/dist/lib/session-repair.js +1 -1
- package/dist/lib/session-utils.js +1 -1
- package/dist/lib/tailscale.js +1 -1
- package/dist/lib/task-utils.js +1 -1
- package/dist/lib/template-engine.js +1 -1
- package/dist/lib/webdav.js +1 -1
- package/dist/onnxruntime_binding-5QEF3SUC.node +0 -0
- package/dist/onnxruntime_binding-BKPKNEGC.node +0 -0
- package/dist/onnxruntime_binding-FMOXGIUT.node +0 -0
- package/dist/onnxruntime_binding-OI2KMXC5.node +0 -0
- package/dist/onnxruntime_binding-UX44MLAZ.node +0 -0
- package/dist/onnxruntime_binding-Y2W7N7WY.node +0 -0
- package/dist/openclaw-plugin--gqA2BZw.d.ts +267 -0
- package/dist/openclaw-plugin.d.ts +4 -0
- package/dist/openclaw-plugin.js +20 -0
- package/dist/transformers.node-A2ZRORSQ.js +46775 -0
- package/dist/types-CbL-wIKi.d.ts +36 -0
- package/dist/{types-BbWJoC1c.d.ts → types-DslKvCaj.d.ts} +51 -1
- package/hooks/clawvault/HOOK.md +25 -8
- package/hooks/clawvault/handler.js +215 -78
- package/hooks/clawvault/handler.test.js +109 -43
- package/hooks/clawvault/integrity.js +112 -0
- package/hooks/clawvault/integrity.test.js +32 -0
- package/hooks/clawvault/openclaw.plugin.json +133 -15
- package/openclaw.plugin.json +161 -194
- package/package.json +8 -5
- package/bin/register-workgraph-commands.js +0 -451
- package/dist/chunk-5PJ4STIC.js +0 -465
- package/dist/chunk-ERNE2FZ5.js +0 -189
- package/dist/chunk-HR4KN6S2.js +0 -152
- package/dist/chunk-IJBFGPCS.js +0 -33
- package/dist/chunk-K7PNYS45.js +0 -93
- package/dist/chunk-NTOPJI7W.js +0 -207
- package/dist/chunk-PG56HX5T.js +0 -154
- package/dist/chunk-QPDDIHXE.js +0 -501
- package/dist/chunk-WIOLLGAD.js +0 -190
- package/dist/chunk-WMGIIABP.js +0 -15
- package/dist/ledger-B7g7jhqG.d.ts +0 -44
- package/dist/plugin/index.d.ts +0 -352
- package/dist/plugin/index.js +0 -4264
- package/dist/registry-BR4326o0.d.ts +0 -30
- package/dist/store-CA-6sKCJ.d.ts +0 -34
- package/dist/thread-B9LhXNU0.d.ts +0 -41
- package/dist/workgraph/index.d.ts +0 -5
- package/dist/workgraph/index.js +0 -23
- package/dist/workgraph/ledger.d.ts +0 -2
- package/dist/workgraph/ledger.js +0 -25
- package/dist/workgraph/registry.d.ts +0 -2
- package/dist/workgraph/registry.js +0 -19
- package/dist/workgraph/store.d.ts +0 -2
- package/dist/workgraph/store.js +0 -25
- package/dist/workgraph/thread.d.ts +0 -2
- package/dist/workgraph/thread.js +0 -25
- package/dist/workgraph/types.d.ts +0 -54
- package/dist/workgraph/types.js +0 -7
package/dist/commands/reflect.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import {
|
|
2
2
|
reflectCommand,
|
|
3
3
|
registerReflectCommand
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-
|
|
6
|
-
import "../chunk-
|
|
7
|
-
import "../chunk-YXQCA6B7.js";
|
|
4
|
+
} from "../chunk-DOIUYIXV.js";
|
|
5
|
+
import "../chunk-TWMI3SNN.js";
|
|
6
|
+
import "../chunk-DVOUSOR3.js";
|
|
8
7
|
import "../chunk-MQUJNOHK.js";
|
|
9
|
-
import "../chunk-
|
|
8
|
+
import "../chunk-GJO3CFUN.js";
|
|
9
|
+
import "../chunk-FHFUXL6G.js";
|
|
10
10
|
import "../chunk-Z2XBWN7A.js";
|
|
11
|
-
import "../chunk-
|
|
11
|
+
import "../chunk-2ZDO52B4.js";
|
|
12
12
|
export {
|
|
13
13
|
reflectCommand,
|
|
14
14
|
registerReflectCommand
|
package/dist/commands/replay.js
CHANGED
|
@@ -1,22 +1,23 @@
|
|
|
1
1
|
import {
|
|
2
2
|
registerReplayCommand,
|
|
3
3
|
replayCommand
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-
|
|
6
|
-
import "../chunk-
|
|
7
|
-
import "../chunk-
|
|
4
|
+
} from "../chunk-HGDDW24U.js";
|
|
5
|
+
import "../chunk-TWMI3SNN.js";
|
|
6
|
+
import "../chunk-7SWP5FKU.js";
|
|
7
|
+
import "../chunk-DVOUSOR3.js";
|
|
8
|
+
import "../chunk-4PY655YM.js";
|
|
9
|
+
import "../chunk-AXSJIFOJ.js";
|
|
8
10
|
import "../chunk-BSJ6RIT7.js";
|
|
9
|
-
import "../chunk-FHFUXL6G.js";
|
|
10
|
-
import "../chunk-URXDAUVH.js";
|
|
11
|
-
import "../chunk-YXQCA6B7.js";
|
|
12
11
|
import "../chunk-2CDEETQN.js";
|
|
13
12
|
import "../chunk-MQUJNOHK.js";
|
|
14
|
-
import "../chunk-
|
|
13
|
+
import "../chunk-GJO3CFUN.js";
|
|
14
|
+
import "../chunk-J3YUXVID.js";
|
|
15
|
+
import "../chunk-FHFUXL6G.js";
|
|
15
16
|
import "../chunk-Z2XBWN7A.js";
|
|
16
17
|
import "../chunk-QWQ3TIKS.js";
|
|
17
18
|
import "../chunk-MFAWT5O5.js";
|
|
18
19
|
import "../chunk-7766SIJP.js";
|
|
19
|
-
import "../chunk-
|
|
20
|
+
import "../chunk-2ZDO52B4.js";
|
|
20
21
|
export {
|
|
21
22
|
registerReplayCommand,
|
|
22
23
|
replayCommand
|
package/dist/commands/setup.js
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
setupCommand
|
|
3
|
-
} from "../chunk-
|
|
4
|
-
import "../chunk-5PJ4STIC.js";
|
|
3
|
+
} from "../chunk-EL6UBSX5.js";
|
|
5
4
|
import "../chunk-2CDEETQN.js";
|
|
6
|
-
import "../chunk-
|
|
5
|
+
import "../chunk-PTWPPVC7.js";
|
|
6
|
+
import "../chunk-H3JZIB5O.js";
|
|
7
|
+
import "../chunk-2ZDO52B4.js";
|
|
7
8
|
export {
|
|
8
9
|
setupCommand
|
|
9
10
|
};
|
package/dist/commands/sleep.d.ts
CHANGED
package/dist/commands/sleep.js
CHANGED
|
@@ -1,35 +1,37 @@
|
|
|
1
1
|
import {
|
|
2
|
-
|
|
3
|
-
} from "../chunk-
|
|
2
|
+
clearDirtyFlag
|
|
3
|
+
} from "../chunk-F55HGNU4.js";
|
|
4
4
|
import {
|
|
5
5
|
runReflection
|
|
6
|
-
} from "../chunk-
|
|
6
|
+
} from "../chunk-TWMI3SNN.js";
|
|
7
7
|
import {
|
|
8
8
|
Observer
|
|
9
|
-
} from "../chunk-
|
|
10
|
-
import "../chunk-
|
|
9
|
+
} from "../chunk-7SWP5FKU.js";
|
|
10
|
+
import "../chunk-DVOUSOR3.js";
|
|
11
|
+
import "../chunk-4PY655YM.js";
|
|
12
|
+
import "../chunk-AXSJIFOJ.js";
|
|
13
|
+
import "../chunk-BSJ6RIT7.js";
|
|
11
14
|
import {
|
|
12
15
|
ClawVault
|
|
13
|
-
} from "../chunk-
|
|
14
|
-
import "../chunk-
|
|
15
|
-
import "../chunk-
|
|
16
|
-
import "../chunk-WIOLLGAD.js";
|
|
16
|
+
} from "../chunk-ECGJYWNA.js";
|
|
17
|
+
import "../chunk-2CDEETQN.js";
|
|
18
|
+
import "../chunk-FZ5I2NF7.js";
|
|
17
19
|
import {
|
|
18
20
|
qmdUpdate
|
|
19
|
-
} from "../chunk-
|
|
20
|
-
import "../chunk-
|
|
21
|
-
import "../chunk-YXQCA6B7.js";
|
|
22
|
-
import "../chunk-2CDEETQN.js";
|
|
21
|
+
} from "../chunk-PTWPPVC7.js";
|
|
22
|
+
import "../chunk-H3JZIB5O.js";
|
|
23
23
|
import "../chunk-MQUJNOHK.js";
|
|
24
|
-
import
|
|
24
|
+
import {
|
|
25
|
+
parseSessionFile
|
|
26
|
+
} from "../chunk-MW5C6ZQA.js";
|
|
27
|
+
import "../chunk-J3YUXVID.js";
|
|
28
|
+
import "../chunk-FHFUXL6G.js";
|
|
29
|
+
import "../chunk-33DOSHTA.js";
|
|
25
30
|
import "../chunk-Z2XBWN7A.js";
|
|
26
31
|
import "../chunk-QWQ3TIKS.js";
|
|
27
32
|
import "../chunk-MFAWT5O5.js";
|
|
28
33
|
import "../chunk-7766SIJP.js";
|
|
29
|
-
import
|
|
30
|
-
clearDirtyFlag
|
|
31
|
-
} from "../chunk-F55HGNU4.js";
|
|
32
|
-
import "../chunk-U67V476Y.js";
|
|
34
|
+
import "../chunk-2ZDO52B4.js";
|
|
33
35
|
|
|
34
36
|
// src/commands/sleep.ts
|
|
35
37
|
import * as fs from "fs";
|
package/dist/commands/status.js
CHANGED
|
@@ -3,38 +3,39 @@ import {
|
|
|
3
3
|
} from "../chunk-7ZRP733D.js";
|
|
4
4
|
import {
|
|
5
5
|
scanVaultLinks
|
|
6
|
-
} from "../chunk-
|
|
6
|
+
} from "../chunk-7YZWHM36.js";
|
|
7
7
|
import "../chunk-J7ZWCI2C.js";
|
|
8
8
|
import {
|
|
9
9
|
getObserverStaleness
|
|
10
|
-
} from "../chunk-
|
|
11
|
-
import "../chunk-
|
|
12
|
-
import "../chunk-AZYOKJYC.js";
|
|
10
|
+
} from "../chunk-VXAGOLDP.js";
|
|
11
|
+
import "../chunk-7SWP5FKU.js";
|
|
13
12
|
import "../chunk-HRLWZGMA.js";
|
|
13
|
+
import "../chunk-DVOUSOR3.js";
|
|
14
|
+
import "../chunk-4PY655YM.js";
|
|
15
|
+
import "../chunk-AXSJIFOJ.js";
|
|
16
|
+
import "../chunk-BSJ6RIT7.js";
|
|
14
17
|
import {
|
|
15
18
|
ClawVault
|
|
16
|
-
} from "../chunk-
|
|
17
|
-
import "../chunk-
|
|
18
|
-
import "../chunk-FHFUXL6G.js";
|
|
19
|
+
} from "../chunk-ECGJYWNA.js";
|
|
20
|
+
import "../chunk-2CDEETQN.js";
|
|
19
21
|
import {
|
|
20
22
|
parseQmdCollectionList
|
|
21
|
-
} from "../chunk-
|
|
23
|
+
} from "../chunk-FZ5I2NF7.js";
|
|
22
24
|
import {
|
|
23
|
-
QmdUnavailableError,
|
|
24
25
|
hasQmd,
|
|
25
26
|
withQmdIndexArgs
|
|
26
|
-
} from "../chunk-
|
|
27
|
-
import "../chunk-
|
|
28
|
-
import "../chunk-
|
|
29
|
-
import "../chunk-
|
|
27
|
+
} from "../chunk-PTWPPVC7.js";
|
|
28
|
+
import "../chunk-H3JZIB5O.js";
|
|
29
|
+
import "../chunk-J3YUXVID.js";
|
|
30
|
+
import "../chunk-FHFUXL6G.js";
|
|
30
31
|
import {
|
|
31
32
|
loadMemoryGraphIndex
|
|
32
|
-
} from "../chunk-
|
|
33
|
+
} from "../chunk-33DOSHTA.js";
|
|
33
34
|
import "../chunk-Z2XBWN7A.js";
|
|
34
35
|
import "../chunk-QWQ3TIKS.js";
|
|
35
36
|
import "../chunk-MFAWT5O5.js";
|
|
36
37
|
import "../chunk-7766SIJP.js";
|
|
37
|
-
import "../chunk-
|
|
38
|
+
import "../chunk-2ZDO52B4.js";
|
|
38
39
|
|
|
39
40
|
// src/commands/status.ts
|
|
40
41
|
import * as fs from "fs";
|
|
@@ -87,7 +88,19 @@ function getLatestVaultMarkdownMtime(vaultPath) {
|
|
|
87
88
|
return latest;
|
|
88
89
|
}
|
|
89
90
|
function getQmdIndexStatus(collection, root, indexName) {
|
|
90
|
-
|
|
91
|
+
let output;
|
|
92
|
+
try {
|
|
93
|
+
output = execFileSync("qmd", withQmdIndexArgs(["collection", "list"], indexName), {
|
|
94
|
+
encoding: "utf-8",
|
|
95
|
+
shell: process.platform === "win32"
|
|
96
|
+
});
|
|
97
|
+
} catch (err) {
|
|
98
|
+
if (err?.status === 1 && err?.stdout) {
|
|
99
|
+
output = err.stdout;
|
|
100
|
+
} else {
|
|
101
|
+
throw err;
|
|
102
|
+
}
|
|
103
|
+
}
|
|
91
104
|
const collections = parseQmdCollectionList(output);
|
|
92
105
|
const collectionInfo = collections.find((c) => c.name === collection);
|
|
93
106
|
if (collectionInfo) {
|
|
@@ -112,9 +125,6 @@ function loadCheckpoint(vaultPath) {
|
|
|
112
125
|
}
|
|
113
126
|
}
|
|
114
127
|
async function getStatus(vaultPath, options = {}) {
|
|
115
|
-
if (!hasQmd()) {
|
|
116
|
-
throw new QmdUnavailableError();
|
|
117
|
-
}
|
|
118
128
|
const vault = new ClawVault(path.resolve(vaultPath));
|
|
119
129
|
await vault.load();
|
|
120
130
|
const stats = await vault.stats();
|
|
@@ -144,14 +154,18 @@ async function getStatus(vaultPath, options = {}) {
|
|
|
144
154
|
const qmdRoot = vault.getQmdRoot();
|
|
145
155
|
let qmdIndexResult = { status: "missing" };
|
|
146
156
|
let qmdError;
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
157
|
+
if (hasQmd()) {
|
|
158
|
+
try {
|
|
159
|
+
qmdIndexResult = getQmdIndexStatus(qmdCollection, qmdRoot, options.qmdIndexName);
|
|
160
|
+
if (qmdIndexResult.status !== "present") {
|
|
161
|
+
issues.push(`qmd collection ${qmdIndexResult.status.replace("-", " ")}`);
|
|
162
|
+
}
|
|
163
|
+
} catch (err) {
|
|
164
|
+
qmdError = err?.message || "Failed to check qmd index";
|
|
165
|
+
issues.push(`qmd status error: ${qmdError}`);
|
|
151
166
|
}
|
|
152
|
-
}
|
|
153
|
-
qmdError =
|
|
154
|
-
issues.push(`qmd status error: ${qmdError}`);
|
|
167
|
+
} else {
|
|
168
|
+
qmdError = "qmd not installed (optional)";
|
|
155
169
|
}
|
|
156
170
|
let gitStatus;
|
|
157
171
|
const gitRoot = findGitRoot(vault.getPath());
|
package/dist/commands/sync-bd.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
registerSyncBdCommand,
|
|
3
3
|
syncBdCommand
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-
|
|
6
|
-
import "../chunk-
|
|
4
|
+
} from "../chunk-YIDV4VV2.js";
|
|
5
|
+
import "../chunk-GJO3CFUN.js";
|
|
6
|
+
import "../chunk-2ZDO52B4.js";
|
|
7
7
|
export {
|
|
8
8
|
registerSyncBdCommand,
|
|
9
9
|
syncBdCommand
|
|
@@ -8,11 +8,11 @@ import {
|
|
|
8
8
|
tailscaleServeCommand,
|
|
9
9
|
tailscaleStatusCommand,
|
|
10
10
|
tailscaleSyncCommand
|
|
11
|
-
} from "../chunk-
|
|
11
|
+
} from "../chunk-KCYWJDDW.js";
|
|
12
12
|
import "../chunk-TIGW564L.js";
|
|
13
13
|
import "../chunk-IVRIKYFE.js";
|
|
14
|
-
import "../chunk-
|
|
15
|
-
import "../chunk-
|
|
14
|
+
import "../chunk-GJO3CFUN.js";
|
|
15
|
+
import "../chunk-2ZDO52B4.js";
|
|
16
16
|
export {
|
|
17
17
|
registerTailscaleCommands,
|
|
18
18
|
registerTailscaleDiscoverCommand,
|
package/dist/commands/task.js
CHANGED
package/dist/commands/wake.d.ts
CHANGED
package/dist/commands/wake.js
CHANGED
|
@@ -2,23 +2,24 @@ import {
|
|
|
2
2
|
recover
|
|
3
3
|
} from "../chunk-OIWVQYQF.js";
|
|
4
4
|
import "../chunk-7ZRP733D.js";
|
|
5
|
+
import {
|
|
6
|
+
clearDirtyFlag
|
|
7
|
+
} from "../chunk-F55HGNU4.js";
|
|
5
8
|
import {
|
|
6
9
|
ClawVault
|
|
7
|
-
} from "../chunk-
|
|
10
|
+
} from "../chunk-ECGJYWNA.js";
|
|
11
|
+
import "../chunk-2CDEETQN.js";
|
|
12
|
+
import "../chunk-FZ5I2NF7.js";
|
|
13
|
+
import "../chunk-PTWPPVC7.js";
|
|
14
|
+
import "../chunk-H3JZIB5O.js";
|
|
8
15
|
import {
|
|
9
16
|
parseObservationMarkdown
|
|
10
17
|
} from "../chunk-FHFUXL6G.js";
|
|
11
|
-
import "../chunk-
|
|
12
|
-
import "../chunk-5PJ4STIC.js";
|
|
13
|
-
import "../chunk-2CDEETQN.js";
|
|
14
|
-
import "../chunk-ZZA73MFY.js";
|
|
18
|
+
import "../chunk-33DOSHTA.js";
|
|
15
19
|
import {
|
|
16
20
|
listObservationFiles
|
|
17
21
|
} from "../chunk-Z2XBWN7A.js";
|
|
18
|
-
import
|
|
19
|
-
clearDirtyFlag
|
|
20
|
-
} from "../chunk-F55HGNU4.js";
|
|
21
|
-
import "../chunk-U67V476Y.js";
|
|
22
|
+
import "../chunk-2ZDO52B4.js";
|
|
22
23
|
|
|
23
24
|
// src/commands/wake.ts
|
|
24
25
|
import * as fs from "fs";
|