Commit 0f0dddd
mios-daemon: point KANBAN_DB at the real hermes data path
The default was /var/lib/mios/hermes/kanban.db -- but the hermes CLI
writes to its HERMES_HOME (.hermes subdir) per its own config:
$ hermes config show
Config: /var/lib/mios/hermes/.hermes/config.yaml
Result: every kanban task created via landed
in /var/lib/mios/hermes/.hermes/kanban.db, the daemon never saw any
of them, and the SurrealDB kanban_shadow table stayed empty. The
parent path is from a pre-.hermes-subdir layout that is no longer
written by current Hermes.
E2E verified after fix: hermes kanban create -> SQLite
(.hermes/kanban.db) -> mios-daemon._collect_kanban_state ->
SurrealDB kanban_shadow row (live with t_d1904abb during
verification).
Operator can override via MIOS_HERMES_KANBAN_DB env if a different
deployment lays out hermes home elsewhere.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 93f8ed3 commit 0f0dddd
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
766 | 766 | | |
767 | 767 | | |
768 | 768 | | |
769 | | - | |
| 769 | + | |
| 770 | + | |
| 771 | + | |
| 772 | + | |
| 773 | + | |
| 774 | + | |
| 775 | + | |
770 | 776 | | |
771 | 777 | | |
772 | 778 | | |
| |||
0 commit comments