From f222a7b366904a31eb1f2c63ed9ed61d338fcc5d Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Sat, 18 Jul 2026 09:55:47 +0200 Subject: [PATCH] docs: repoint build path to /mnt/5_hdd/felhom.eu (DooPlex build root moved off SSD 2026-07-18) --- CLAUDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index 727034b..972dace 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -59,7 +59,7 @@ internal/storage/ storage observer + durable ids + role/claim classifiers + S | Step | Where | One-liner | |---|---|---| -| Build | 180 | `cd ~/git/felhom-agent && git pull && go build -ldflags '-X main.version=' -o /tmp/... ./cmd/felhom-agent` | +| Build | 180 | `cd /mnt/5_hdd/felhom.eu/git/felhom-agent && git pull && go build -ldflags '-X main.version=' -o /tmp/... ./cmd/felhom-agent` (felhom dirs moved off SSD → `/mnt/5_hdd/felhom.eu/` 2026-07-18) | | Deploy | felhom-pve | backup `.bak-` → `install -m0755` → `systemctl restart felhom-agent` (non-root `felhom-agent` user, config `/etc/felhom-agent/agent.json`) | | Ship configs | felhom-pve | sudoers (`/etc/sudoers.d/felhom-agent`) + guarded-mkfs wrapper WITH the binary when `configs/` changed | | Publish | local | `scripts/publish-agent.sh ` (REGISTRY_* creds); hub Day-0 manifest vouch = operator follow-up |