You're offline — showing cached data

MC-5025

Repair mc-internal Kanban DB integrity
2026-06-13 07:37:45 SAST
Home Board MC-5025

Repair mc-internal Kanban DB integrity

Operational repair follow-up discovered during MC-5020 controller recovery. Problem: - Hermes Kanban board `mc-internal` now fails CLI operations with SQLite corruption: - `P...
State Done Next Action Waiting: controller blocked internal kanban db corrupt Owner Luci Runtime Closed Age 21h ago
MC-5025
Ticket is done; runtime is closed. · profile claude_opus_1m_medium

Description

MC-5025
Operational repair follow-up discovered during MC-5020 controller recovery. Problem: - Hermes Kanban board `mc-internal` now fails CLI operations with SQLite corruption: - `PRAGMA integrity_check` reports: `Tree 8 page 8 cell 71: Rowid 3248 out of order` - Hermes printed: `Refusing to open corrupt kanban DB at /home/lucienne/.hermes/kanban/boards/mc-internal/kanban.db` - Backup created by Hermes guard: `/home/lucienne/.hermes/kanban/boards/mc-internal/kanban.db.corrupt.a55b515e3fd16602.bak` - This surfaced while a Kanban worker heartbeat failed during MC-5020. MC-5020 code has been completed by hand and closed, but the internal Kanban board needs repair before further reliable internal dispatch. Scope: - Stop or let finish active mc-internal worker processes safely. - Preserve current corrupt DB and backup files. - Recover or rebuild `~/.hermes/kanban/boards/mc-internal/kanban.db` using SQLite `.recover` / last good copy / Hermes-supported path. - Verify `sqlite3 ... 'PRAGMA integrity_check'` returns `ok`. - Verify `hermes kanban --board mc-internal list`, `runs`, and `dispatch --dry-run` work. - Avoid losing completed task history if possible; if history must be truncated, document exactly what was preserved/lost. Acceptance: - Kanban CLI no longer refuses the board. - Integrity check passes. - Active/running zombie rows from MC-5020 are reconciled or documented. - Comment commands/evidence and any remaining limitations. Expected check-in: 2026-06-12 12:00 SAST.

Activity

done
Luci is working...
Live
No activity yet
Help