@versatly/workgraph 1.0.0 → 1.2.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 CHANGED
@@ -15,6 +15,7 @@ Agent-first workgraph workspace for multi-agent collaboration.
15
15
  - Native skill primitive lifecycle (`workgraph skill write/load/propose/promote`)
16
16
  - Primitive-registry manifest + auto-generated `.base` files
17
17
  - Orientation loop commands (`workgraph status/brief/checkpoint/intake`)
18
+ - Deterministic context lenses (`workgraph lens list/show`) for real-time situational awareness
18
19
  - Multi-filter primitive query (`workgraph query ...`)
19
20
  - Core + QMD-compatible keyword search (`workgraph search ...`)
20
21
  - Obsidian Kanban board generation/sync (`workgraph board generate|sync`)
@@ -61,6 +62,8 @@ workgraph thread create "Ship command center" \
61
62
  workgraph thread next --claim --actor agent-worker --json
62
63
  workgraph status --json
63
64
  workgraph brief --actor agent-worker --json
65
+ workgraph lens list --json
66
+ workgraph lens show my-work --actor agent-worker --json
64
67
  workgraph query --type thread --status open --limit 10 --json
65
68
  workgraph search "auth" --mode auto --json
66
69
  workgraph checkpoint "Completed API layer" --next "implement tests" --actor agent-worker --json
@@ -6027,13 +6027,18 @@ export {
6027
6027
  CursorCloudAdapter,
6028
6028
  createRun,
6029
6029
  stop,
6030
+ listRuns,
6030
6031
  dispatch_exports,
6031
6032
  parseCronExpression,
6032
6033
  matchesCronSchedule,
6033
6034
  nextCronMatch,
6034
6035
  trigger_engine_exports,
6035
6036
  createThread,
6037
+ listReadyThreads,
6038
+ listReadyThreadsInSpace,
6039
+ claim,
6036
6040
  release,
6041
+ done,
6037
6042
  thread_exports,
6038
6043
  thread_audit_exports,
6039
6044
  autonomy_exports,