From f10e0068dd7eb6db5032974e6108c3213253728a Mon Sep 17 00:00:00 2001 From: claude Date: Mon, 3 Aug 2026 12:42:37 +0400 Subject: [PATCH] config, deploy: the workstation is workpc, not bugmachine (V-490) Owner's correction. It is the same host CLAUDE.md already calls workpc, and two names for one machine read as two machines. The dated eval file keeps the old name: a measurement is never edited after the day it was taken. --- deploy/mavend.json | 2 +- internal/config/config.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/mavend.json b/deploy/mavend.json index 246b69f..3a3ee02 100644 --- a/deploy/mavend.json +++ b/deploy/mavend.json @@ -40,7 +40,7 @@ }, "//workstation": [ - "The big model on the desk PC (bugmachine, 7900 GRE 16GB), fronted by", + "The big model on the desk PC (workpc, 7900 GRE 16GB), fronted by", "mavgpud on port 8080. It runs gemma-4-12b and it is preferred over the", "resident Qwen3-1.7B for routing and replies whenever the card is free.", "The machine is never assumed up: it sleeps, and the card is often held by", diff --git a/internal/config/config.go b/internal/config/config.go index b152b14..c34d8c2 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -1110,7 +1110,7 @@ const ( DefaultKiwixSnippetRunes = 1500 ) -// WorkstationConfig — the big model on the owner's desktop (bugmachine, a +// WorkstationConfig — the big model on the owner's desktop (workpc, a // 7900 GRE with 16GB), fronted by mavgpud. // // homesrv cannot grow a GPU, so the resident Qwen3-1.7B is the floor and this