clawvault 3.2.0 → 3.2.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.
- package/README.md +2 -2
- package/bin/register-workgraph-commands.js +1 -918
- package/dist/{chunk-P62WHA27.js → chunk-42MXU7A6.js} +47 -58
- package/dist/{chunk-23YDQ3QU.js → chunk-4ITRXIVT.js} +3 -3
- package/dist/{chunk-7YZWHM36.js → chunk-4VQTUVH7.js} +26 -52
- package/dist/{chunk-EK6S23ZB.js → chunk-5PJ4STIC.js} +5 -9
- package/dist/{chunk-4PY655YM.js → chunk-AZYOKJYC.js} +1 -13
- package/dist/{chunk-PBACDKKP.js → chunk-ECRZL5XR.js} +6 -22
- package/dist/{chunk-VSL7KY3M.js → chunk-ERNE2FZ5.js} +3 -3
- package/dist/{chunk-QSHD36LH.js → chunk-FAKNOB7Y.js} +1 -1
- package/dist/{chunk-QVEERJSP.js → chunk-HR4KN6S2.js} +3 -3
- package/dist/{chunk-QSRRMEYM.js → chunk-IIOU45CK.js} +1 -1
- package/dist/{chunk-33VSQP4J.js → chunk-IJBFGPCS.js} +5 -9
- package/dist/{chunk-4BQTQMJP.js → chunk-K7PNYS45.js} +1 -1
- package/dist/{chunk-ESVS6K2B.js → chunk-MNPUYCHQ.js} +1 -1
- package/dist/{chunk-MM6QGW3P.js → chunk-NTOPJI7W.js} +1 -1
- package/dist/{chunk-MW5C6ZQA.js → chunk-P5EPF6MB.js} +13 -110
- package/dist/{chunk-U4O6C46S.js → chunk-PG56HX5T.js} +1 -1
- package/dist/{chunk-ESFLMDRB.js → chunk-PI4WMLMG.js} +3 -3
- package/dist/{chunk-BUEW6IIK.js → chunk-QMHPQYUV.js} +2 -3
- package/dist/{chunk-GAOWA7GR.js → chunk-QPDDIHXE.js} +10 -10
- package/dist/{chunk-SLXOR3CC.js → chunk-S5OJEGFG.js} +1 -1
- package/dist/{chunk-2ZDO52B4.js → chunk-U67V476Y.js} +1 -18
- package/dist/{chunk-STCQGCEQ.js → chunk-UCQAOZHW.js} +2 -2
- package/dist/chunk-WIOLLGAD.js +190 -0
- package/dist/{chunk-ZN54U2OZ.js → chunk-WJVWINEM.js} +4 -53
- package/dist/{chunk-77Q5CSPJ.js → chunk-Y3TIJEBP.js} +3 -92
- package/dist/{chunk-CLJTREDS.js → chunk-YDWHS4LJ.js} +9 -29
- package/dist/{chunk-W4SPAEE7.js → chunk-YNIPYN4F.js} +2 -2
- package/dist/{chunk-NCKFNBHJ.js → chunk-YXQCA6B7.js} +2 -33
- package/dist/{chunk-33DOSHTA.js → chunk-ZZA73MFY.js} +36 -176
- package/dist/cli/index.js +17 -23
- package/dist/commands/archive.js +1 -1
- package/dist/commands/backlog.js +1 -1
- 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 +6 -6
- package/dist/commands/doctor.js +12 -12
- package/dist/commands/embed.js +4 -4
- package/dist/commands/entities.js +1 -1
- package/dist/commands/graph.js +3 -3
- package/dist/commands/inject.js +4 -4
- package/dist/commands/kanban.js +1 -1
- package/dist/commands/link.js +4 -4
- package/dist/commands/migrate-observations.js +1 -1
- package/dist/commands/observe.js +7 -7
- package/dist/commands/project.js +2 -2
- package/dist/commands/rebuild-embeddings.js +2 -2
- package/dist/commands/rebuild.js +5 -5
- package/dist/commands/recover.js +1 -1
- package/dist/commands/reflect.js +4 -4
- package/dist/commands/repair-session.js +1 -1
- package/dist/commands/replay.js +6 -6
- package/dist/commands/session-recap.js +1 -1
- package/dist/commands/setup.js +3 -3
- package/dist/commands/shell-init.js +1 -1
- package/dist/commands/sleep.js +10 -10
- package/dist/commands/status.js +13 -25
- package/dist/commands/sync-bd.js +1 -1
- package/dist/commands/tailscale.js +1 -1
- package/dist/commands/task.js +1 -1
- package/dist/commands/template.js +1 -1
- package/dist/commands/wake.js +5 -5
- package/dist/index.d.ts +0 -7
- package/dist/index.js +32 -38
- package/dist/lib/auto-linker.js +2 -2
- package/dist/lib/canvas-layout.js +1 -1
- package/dist/lib/config.js +1 -1
- 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/plugin/index.d.ts +352 -0
- package/dist/plugin/index.js +4264 -0
- package/dist/workgraph/index.js +5 -5
- package/dist/workgraph/ledger.js +2 -2
- package/dist/workgraph/registry.js +2 -2
- package/dist/workgraph/store.js +4 -4
- package/dist/workgraph/thread.js +5 -5
- package/dist/workgraph/types.js +1 -1
- package/hooks/clawvault/HOOK.md +3 -3
- package/hooks/clawvault/handler.js +0 -2
- package/openclaw.plugin.json +201 -23
- package/package.json +7 -10
- package/dist/chunk-6FH3IULF.js +0 -352
- package/dist/chunk-GGA32J2R.js +0 -784
- package/dist/commands/workgraph.d.ts +0 -124
- package/dist/commands/workgraph.js +0 -38
- 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.d.ts +0 -8
- package/dist/openclaw-plugin.js +0 -14
- package/dist/transformers.node-A2ZRORSQ.js +0 -46775
|
@@ -1,124 +0,0 @@
|
|
|
1
|
-
import { Command } from 'commander';
|
|
2
|
-
|
|
3
|
-
/**
|
|
4
|
-
* Workgraph CLI commands — agent-native coordination tools.
|
|
5
|
-
*
|
|
6
|
-
* Commands under 'clawvault wg' namespace:
|
|
7
|
-
* - wg status Agent morning briefing with rich terminal output
|
|
8
|
-
* - wg thread create Create a new thread
|
|
9
|
-
* - wg thread list List threads with filters
|
|
10
|
-
* - wg thread claim Claim a thread for work
|
|
11
|
-
* - wg thread done Mark thread complete
|
|
12
|
-
* - wg thread block Block thread on dependency
|
|
13
|
-
* - wg thread release Release thread back to pool
|
|
14
|
-
* - wg thread decompose Break thread into sub-threads
|
|
15
|
-
* - wg ledger View coordination history
|
|
16
|
-
* - wg define Define new primitive type
|
|
17
|
-
* - wg types List all primitive types
|
|
18
|
-
* - wg create Create any primitive
|
|
19
|
-
* - wg board Terminal kanban board
|
|
20
|
-
*/
|
|
21
|
-
|
|
22
|
-
/**
|
|
23
|
-
* Agent morning briefing with rich terminal output.
|
|
24
|
-
*/
|
|
25
|
-
declare function statusCommand(vaultPath: string): Promise<void>;
|
|
26
|
-
interface ThreadCreateOptions {
|
|
27
|
-
goal?: string;
|
|
28
|
-
priority?: string;
|
|
29
|
-
deps?: string;
|
|
30
|
-
tags?: string;
|
|
31
|
-
}
|
|
32
|
-
/**
|
|
33
|
-
* Create a new thread.
|
|
34
|
-
*/
|
|
35
|
-
declare function threadCreateCommand(vaultPath: string, title: string, options: ThreadCreateOptions): Promise<void>;
|
|
36
|
-
interface ThreadListOptions {
|
|
37
|
-
status?: string;
|
|
38
|
-
owner?: string;
|
|
39
|
-
json?: boolean;
|
|
40
|
-
}
|
|
41
|
-
/**
|
|
42
|
-
* List threads with filters.
|
|
43
|
-
*/
|
|
44
|
-
declare function threadListCommand(vaultPath: string, options: ThreadListOptions): Promise<void>;
|
|
45
|
-
/**
|
|
46
|
-
* Claim a thread and show work brief.
|
|
47
|
-
*/
|
|
48
|
-
declare function threadClaimCommand(vaultPath: string, threadPath: string): Promise<void>;
|
|
49
|
-
interface ThreadDoneOptions {
|
|
50
|
-
output?: string;
|
|
51
|
-
}
|
|
52
|
-
/**
|
|
53
|
-
* Mark thread as complete.
|
|
54
|
-
*/
|
|
55
|
-
declare function threadDoneCommand(vaultPath: string, threadPath: string, options: ThreadDoneOptions): Promise<void>;
|
|
56
|
-
interface ThreadBlockOptions {
|
|
57
|
-
by: string;
|
|
58
|
-
reason?: string;
|
|
59
|
-
}
|
|
60
|
-
/**
|
|
61
|
-
* Block thread on dependency.
|
|
62
|
-
*/
|
|
63
|
-
declare function threadBlockCommand(vaultPath: string, threadPath: string, options: ThreadBlockOptions): Promise<void>;
|
|
64
|
-
interface ThreadReleaseOptions {
|
|
65
|
-
reason?: string;
|
|
66
|
-
}
|
|
67
|
-
/**
|
|
68
|
-
* Release thread back to pool.
|
|
69
|
-
*/
|
|
70
|
-
declare function threadReleaseCommand(vaultPath: string, threadPath: string, options: ThreadReleaseOptions): Promise<void>;
|
|
71
|
-
interface ThreadDecomposeOptions {
|
|
72
|
-
into: string[];
|
|
73
|
-
}
|
|
74
|
-
/**
|
|
75
|
-
* Break thread into sub-threads.
|
|
76
|
-
*/
|
|
77
|
-
declare function threadDecomposeCommand(vaultPath: string, threadPath: string, options: ThreadDecomposeOptions): Promise<void>;
|
|
78
|
-
interface LedgerOptions {
|
|
79
|
-
last?: number;
|
|
80
|
-
actor?: string;
|
|
81
|
-
target?: string;
|
|
82
|
-
json?: boolean;
|
|
83
|
-
}
|
|
84
|
-
/**
|
|
85
|
-
* View coordination history.
|
|
86
|
-
*/
|
|
87
|
-
declare function ledgerCommand(vaultPath: string, options: LedgerOptions): Promise<void>;
|
|
88
|
-
interface DefineOptions {
|
|
89
|
-
fields?: string;
|
|
90
|
-
dir?: string;
|
|
91
|
-
description?: string;
|
|
92
|
-
}
|
|
93
|
-
/**
|
|
94
|
-
* Define a new primitive type.
|
|
95
|
-
*/
|
|
96
|
-
declare function defineCommand(vaultPath: string, typeName: string, options: DefineOptions): Promise<void>;
|
|
97
|
-
interface TypesOptions {
|
|
98
|
-
json?: boolean;
|
|
99
|
-
}
|
|
100
|
-
/**
|
|
101
|
-
* List all primitive types.
|
|
102
|
-
*/
|
|
103
|
-
declare function typesCommand(vaultPath: string, options: TypesOptions): Promise<void>;
|
|
104
|
-
interface CreateOptions {
|
|
105
|
-
body?: string;
|
|
106
|
-
[key: string]: string | undefined;
|
|
107
|
-
}
|
|
108
|
-
/**
|
|
109
|
-
* Create any primitive instance.
|
|
110
|
-
*/
|
|
111
|
-
declare function createCommand(vaultPath: string, typeName: string, title: string, options: CreateOptions): Promise<void>;
|
|
112
|
-
interface BoardOptions {
|
|
113
|
-
width?: number;
|
|
114
|
-
}
|
|
115
|
-
/**
|
|
116
|
-
* Terminal kanban board with box-drawing characters.
|
|
117
|
-
*/
|
|
118
|
-
declare function boardCommand(vaultPath: string, options: BoardOptions): Promise<void>;
|
|
119
|
-
/**
|
|
120
|
-
* Register all workgraph commands under the 'wg' namespace.
|
|
121
|
-
*/
|
|
122
|
-
declare function registerWorkgraphCommands(program: Command): void;
|
|
123
|
-
|
|
124
|
-
export { type BoardOptions, type CreateOptions, type DefineOptions, type LedgerOptions, type ThreadBlockOptions, type ThreadCreateOptions, type ThreadDecomposeOptions, type ThreadDoneOptions, type ThreadListOptions, type ThreadReleaseOptions, type TypesOptions, boardCommand, createCommand, defineCommand, ledgerCommand, registerWorkgraphCommands, statusCommand, threadBlockCommand, threadClaimCommand, threadCreateCommand, threadDecomposeCommand, threadDoneCommand, threadListCommand, threadReleaseCommand, typesCommand };
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
boardCommand,
|
|
3
|
-
createCommand,
|
|
4
|
-
defineCommand,
|
|
5
|
-
ledgerCommand,
|
|
6
|
-
registerWorkgraphCommands,
|
|
7
|
-
statusCommand,
|
|
8
|
-
threadBlockCommand,
|
|
9
|
-
threadClaimCommand,
|
|
10
|
-
threadCreateCommand,
|
|
11
|
-
threadDecomposeCommand,
|
|
12
|
-
threadDoneCommand,
|
|
13
|
-
threadListCommand,
|
|
14
|
-
threadReleaseCommand,
|
|
15
|
-
typesCommand
|
|
16
|
-
} from "../chunk-GGA32J2R.js";
|
|
17
|
-
import "../chunk-VSL7KY3M.js";
|
|
18
|
-
import "../chunk-QVEERJSP.js";
|
|
19
|
-
import "../chunk-4BQTQMJP.js";
|
|
20
|
-
import "../chunk-MM6QGW3P.js";
|
|
21
|
-
import "../chunk-WMGIIABP.js";
|
|
22
|
-
import "../chunk-2ZDO52B4.js";
|
|
23
|
-
export {
|
|
24
|
-
boardCommand,
|
|
25
|
-
createCommand,
|
|
26
|
-
defineCommand,
|
|
27
|
-
ledgerCommand,
|
|
28
|
-
registerWorkgraphCommands,
|
|
29
|
-
statusCommand,
|
|
30
|
-
threadBlockCommand,
|
|
31
|
-
threadClaimCommand,
|
|
32
|
-
threadCreateCommand,
|
|
33
|
-
threadDecomposeCommand,
|
|
34
|
-
threadDoneCommand,
|
|
35
|
-
threadListCommand,
|
|
36
|
-
threadReleaseCommand,
|
|
37
|
-
typesCommand
|
|
38
|
-
};
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/dist/openclaw-plugin.js
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import "./chunk-2ZDO52B4.js";
|
|
2
|
-
|
|
3
|
-
// src/openclaw-plugin.ts
|
|
4
|
-
var clawvaultPlugin = {
|
|
5
|
-
id: "clawvault",
|
|
6
|
-
name: "ClawVault",
|
|
7
|
-
description: "Structured memory system for AI agents with context death resilience",
|
|
8
|
-
register() {
|
|
9
|
-
}
|
|
10
|
-
};
|
|
11
|
-
var openclaw_plugin_default = clawvaultPlugin;
|
|
12
|
-
export {
|
|
13
|
-
openclaw_plugin_default as default
|
|
14
|
-
};
|