[Bug]: Database corruption problem with Kanban causing system crash.
Hermes crashes on large tasks that use the Kanban board because SQLite handles concurrent file locking poorly: when multiple subagents write to the same ticket at once, the database becomes corrupted, sometimes shutting down entirely and taking Hermes' own state with it. Issue is closed as fixed.