agent-conveyor 0.1.6 → 0.1.7

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.
@@ -28,6 +28,17 @@ Not allowed: merge without green CI; compact/clear before handoff; run two child
28
28
  User confirmed: yes
29
29
  ```
30
30
 
31
+ ## Runtime Notes
32
+
33
+ On Node releases where `node:sqlite` is still experimental, Conveyor commands
34
+ may print a SQLite `ExperimentalWarning` before otherwise valid JSON or status
35
+ output. Treat the process exit code and parsed JSON payload as the command
36
+ result, and keep the warning in receipts only when it obscures a real failure.
37
+
38
+ If a dogfood run reports `database is locked`, prefer retrying the Conveyor CLI
39
+ command after the active manager/worker write completes. Avoid direct SQLite
40
+ inspection while Dispatch is writing to the same `--path` database.
41
+
31
42
  ## Recipe Summary
32
43
 
33
44
  | Recipe | Use When | Mode | Main Gates | Cleanup |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agent-conveyor",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "description": "Local agent manager/worker conveyor control plane for Codex sessions.",
5
5
  "license": "MIT",
6
6
  "type": "module",