diff --git a/CONTEXT.md b/CONTEXT.md index a2afdc9..5f5eeeb 100644 --- a/CONTEXT.md +++ b/CONTEXT.md @@ -7,7 +7,7 @@ > > Ask Claude Code: "Please update CONTEXT.md with what we did today" -Last updated: 2026-02-16 (session 20) +Last updated: 2026-02-16 (session 21) --- @@ -22,7 +22,7 @@ Last updated: 2026-02-16 (session 20) ## Current project state ### felhom-controller (this repo) -- **Version:** v0.6.2 +- **Version:** v0.6.3 - **Phase 1:** ✅ COMPLETE — Stack Manager + Deploy Flow - **Phase 2:** ✅ COMPLETE — Monitoring & Health (scheduler, CPU/temp, healthchecks.io pings) - **Phase 3:** ✅ COMPLETE — Backups (DB dumps, restic integration, manual trigger, **dedicated backup page**) @@ -31,7 +31,15 @@ Last updated: 2026-02-16 (session 20) - **Running on:** demo-felhom (N100 mini PC) at 192.168.0.162:8080 - **All Phase 1-4 features working:** deploy, start/stop/restart/update, logs, health-aware states, auth, monitoring, backups, backup detail page, system monitoring page -### What was just completed (2026-02-16 session 20) +### What was just completed (2026-02-16 session 21) +- **v0.6.3 — Bug fixes from v0.6.2 code scan (4 minor fixes):** + - **Bug 1:** `--hdd-path` in `docker-setup.sh` now uses `require_arg` validation like all other flags. Previously, `--hdd-path` as the last argument without a value would crash with a cryptic bash error under `set -u` instead of a friendly message. + - **Bug 2:** `stackAction()` in `layout.html` now receives `event` as an explicit parameter instead of relying on the deprecated implicit `window.event`. All 10 onclick call sites in `dashboard.html` and `stacks.html` updated to pass `event` as first argument. + - **Bug 3:** Page `