Two non-blocking errors reported by swarm_complete (0.63.2, Windows, CLI executed via node):
sync_error: "Bun is not defined" — the hive sync path references the Bun global, so it fails when the CLI runs under Node instead of Bun. Non-blocking (completion, reservation release and mail still succeed), but the git sync silently doesn't happen.
deferred_error: "SQLITE_ERROR: no such table: deferred" — looks like a missing migration for the deferred table in existing databases.
Both are cosmetic in practice, but they mask real errors in logs and confuse workers that report them as anomalies.
Two non-blocking errors reported by
swarm_complete(0.63.2, Windows, CLI executed via node):sync_error: "Bun is not defined"— the hive sync path references theBunglobal, so it fails when the CLI runs under Node instead of Bun. Non-blocking (completion, reservation release and mail still succeed), but the git sync silently doesn't happen.deferred_error: "SQLITE_ERROR: no such table: deferred"— looks like a missing migration for thedeferredtable in existing databases.Both are cosmetic in practice, but they mask real errors in logs and confuse workers that report them as anomalies.