@versatly/workgraph 0.3.0 → 1.0.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/dist/index.js CHANGED
@@ -1,8 +1,11 @@
1
1
  import {
2
+ agent_exports,
3
+ autonomy_daemon_exports,
2
4
  bases_exports,
3
5
  board_exports,
4
6
  clawdapus_exports,
5
7
  command_center_exports,
8
+ diagnostics_exports,
6
9
  fetchSkillMarkdownFromUrl,
7
10
  installSkillIntegration,
8
11
  integration_exports,
@@ -11,37 +14,54 @@ import {
11
14
  skill_exports,
12
15
  trigger_exports,
13
16
  workspace_exports
14
- } from "./chunk-E3QU5Y53.js";
17
+ } from "./chunk-OJ6KOGB2.js";
15
18
  import {
16
19
  CursorCloudAdapter,
17
20
  THREAD_STATUS_TRANSITIONS,
21
+ autonomy_exports,
22
+ claim_lease_exports,
18
23
  dispatch_exports,
24
+ gate_exports,
19
25
  graph_exports,
20
26
  ledger_exports,
27
+ matchesCronSchedule,
21
28
  mcp_server_exports,
29
+ nextCronMatch,
22
30
  orientation_exports,
31
+ parseCronExpression,
23
32
  policy_exports,
24
33
  query_exports,
25
34
  registry_exports,
26
35
  store_exports,
27
- thread_exports
28
- } from "./chunk-65ZMX2WM.js";
36
+ thread_audit_exports,
37
+ thread_exports,
38
+ trigger_engine_exports
39
+ } from "./chunk-R2MLGBHB.js";
29
40
  export {
30
41
  CursorCloudAdapter,
31
42
  THREAD_STATUS_TRANSITIONS,
43
+ agent_exports as agent,
44
+ autonomy_exports as autonomy,
45
+ autonomy_daemon_exports as autonomyDaemon,
32
46
  bases_exports as bases,
33
47
  board_exports as board,
48
+ claim_lease_exports as claimLease,
34
49
  clawdapus_exports as clawdapus,
35
50
  command_center_exports as commandCenter,
51
+ diagnostics_exports as diagnostics,
36
52
  dispatch_exports as dispatch,
37
53
  fetchSkillMarkdownFromUrl,
54
+ gate_exports as gate,
38
55
  graph_exports as graph,
39
56
  installSkillIntegration,
40
57
  integration_exports as integration,
41
58
  ledger_exports as ledger,
59
+ matchesCronSchedule,
42
60
  mcp_server_exports as mcpServer,
61
+ nextCronMatch,
43
62
  onboard_exports as onboard,
44
63
  orientation_exports as orientation,
64
+ parseCronExpression,
45
65
  policy_exports as policy,
46
66
  query_exports as query,
47
67
  registry_exports as registry,
@@ -49,6 +69,8 @@ export {
49
69
  skill_exports as skill,
50
70
  store_exports as store,
51
71
  thread_exports as thread,
72
+ thread_audit_exports as threadAudit,
52
73
  trigger_exports as trigger,
74
+ trigger_engine_exports as triggerEngine,
53
75
  workspace_exports as workspace
54
76
  };
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  createWorkgraphMcpServer,
3
3
  startWorkgraphMcpServer
4
- } from "./chunk-65ZMX2WM.js";
4
+ } from "./chunk-R2MLGBHB.js";
5
5
  export {
6
6
  createWorkgraphMcpServer,
7
7
  startWorkgraphMcpServer
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versatly/workgraph",
3
- "version": "0.3.0",
3
+ "version": "1.0.0",
4
4
  "description": "Agent-first workgraph workspace for multi-agent coordination with dynamic primitives, append-only ledger, and markdown-native storage.",
5
5
  "workspaces": [
6
6
  "packages/*"