@shapeshift-labs/loom 0.1.30 → 0.1.32

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
@@ -276,6 +276,7 @@ loom swarm doctor
276
276
  loom swarm plan --manifest agent-ownership.json --tasks work-queue.json --outDir agent-runs/plan
277
277
  loom swarm run --manifest agent-ownership.json --tasks work-queue.json --workspace copy --concurrency 8
278
278
  loom swarm collect --run agent-runs/my-run
279
+ loom swarm sync --run agent-runs/my-run --peer /Volumes/worker/agent-runs/my-run
279
280
  loom swarm dashboard agent-runs/my-run/collected
280
281
  loom swarm ui agent-runs/my-run --open
281
282
  loom ui agent-runs/my-run
@@ -285,9 +286,9 @@ loom swarm query --run agent-runs/my-run --semantic --readiness ready
285
286
  loom swarm tournament show --run agent-runs/my-run
286
287
  ```
287
288
 
288
- This exposes swarm planning, run/resume/stop, collect/query, merge admission,
289
- semantic sidecar inspection, adaptive/tournament scheduling, continuation from
290
- collected child backlogs/model-routing feedback, scoring, cleanup, repair-links,
289
+ This exposes swarm planning, run/resume/stop, run-log sync, collect/query, merge
290
+ admission, semantic sidecar inspection, adaptive/tournament scheduling,
291
+ continuation from collected child backlogs/model-routing feedback, scoring, cleanup, repair-links,
291
292
  and verification commands provided by
292
293
  `@shapeshift-labs/frontier-swarm-codex`.
293
294
 
@@ -1 +1 @@
1
- {"version":3,"file":"help.d.ts","sourceRoot":"","sources":["../src/help.ts"],"names":[],"mappings":"AAAA,wBAAgB,QAAQ,IAAI,MAAM,CAyDjC"}
1
+ {"version":3,"file":"help.d.ts","sourceRoot":"","sources":["../src/help.ts"],"names":[],"mappings":"AAAA,wBAAgB,QAAQ,IAAI,MAAM,CA0DjC"}
package/dist/help.js CHANGED
@@ -35,6 +35,7 @@ Examples:
35
35
  loom project --to rust
36
36
  loom capabilities --json
37
37
  loom swarm collect --run agent-runs/my-run
38
+ loom swarm sync --run agent-runs/my-run --peer /Volumes/worker/agent-runs/my-run
38
39
  loom swarm dashboard agent-runs/my-run/collected --open
39
40
  loom swarm ui agent-runs/my-run --port 4173
40
41
  loom ui --collection agent-runs/my-run/collected --open
package/dist/help.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"help.js","sourceRoot":"","sources":["../src/help.ts"],"names":[],"mappings":"AAAA,MAAM,UAAU,QAAQ;IACtB,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuDR,CAAC;AACF,CAAC"}
1
+ {"version":3,"file":"help.js","sourceRoot":"","sources":["../src/help.ts"],"names":[],"mappings":"AAAA,MAAM,UAAU,QAAQ;IACtB,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwDR,CAAC;AACF,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shapeshift-labs/loom",
3
- "version": "0.1.30",
3
+ "version": "0.1.32",
4
4
  "description": "Repo-level semantic collaboration CLI over Frontier Lang, Frontier Swarm, and Frontier patches.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -69,10 +69,10 @@
69
69
  "@shapeshift-labs/frontier-lang-cli": "0.3.44",
70
70
  "@shapeshift-labs/frontier-lang-compiler": "0.2.103",
71
71
  "@shapeshift-labs/frontier-lease": "0.1.2",
72
- "@shapeshift-labs/frontier-loom-ui": "0.1.14",
73
- "@shapeshift-labs/frontier-run": "0.1.1",
74
- "@shapeshift-labs/frontier-swarm": "0.5.29",
75
- "@shapeshift-labs/frontier-swarm-codex": "0.5.133",
72
+ "@shapeshift-labs/frontier-loom-ui": "0.1.16",
73
+ "@shapeshift-labs/frontier-run": "0.1.2",
74
+ "@shapeshift-labs/frontier-swarm": "0.5.30",
75
+ "@shapeshift-labs/frontier-swarm-codex": "0.5.135",
76
76
  "@shapeshift-labs/frontier-swarm-git": "0.1.3",
77
77
  "@shapeshift-labs/frontier-test": "0.1.3"
78
78
  },