Skip to content

Commit c1b2368

Browse files
leopu00claude
andcommitted
fix(process_health): includi il daemon dashboard nel canary salva-vita
Il processo 'jht.js dashboard --no-browser' (web UI locale/cloud) è life-support ma mancava dalla lista EXPECTED → un suo crash non sarebbe stato rilevato. Gruppo 'daemon' (pid1 lo rispawna → escalation, non respawn diretto). Inventario daemon andris confermato completo: file-bridge/token-meter non girano (non attivi). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014yniK1HNF517GgV4h2jVEp
1 parent 945ae4a commit c1b2368

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

shared/skills/process_health.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
("doctor-watchdog", "doctor-watchdog.sh", "pid1-child"),
4343
("auto-report-loop", "auto-report-loop.sh", "pid1-child"),
4444
("cloud-daemon", "cloud daemon", "daemon"),
45+
("dashboard", "jht.js dashboard", "daemon"),
4546
("pid1", "jht.js pid1", "core"),
4647
]
4748
TG_MARKER = "tg-bridge.py"

0 commit comments

Comments
 (0)