[object Object]

← back to Interiordesignershowroom

docs: go-live runbook for auto-guides (gated)

8898a0786983f716ab8e5f6a29f408d2d0d6904a · 2026-08-02 19:39:26 -0700 · Steve Abrams

Files touched

Diff

commit 8898a0786983f716ab8e5f6a29f408d2d0d6904a
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Sun Aug 2 19:39:26 2026 -0700

    docs: go-live runbook for auto-guides (gated)
---
 GOLIVE-GUIDES.md | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/GOLIVE-GUIDES.md b/GOLIVE-GUIDES.md
new file mode 100644
index 0000000..6b9b9ac
--- /dev/null
+++ b/GOLIVE-GUIDES.md
@@ -0,0 +1,13 @@
+# IDS auto-guides go-live (TK-10152) — awaiting Steve "go"
+
+Built + verified locally (commit 213ca8b). Ask: guides w/ actual room settings every 30 min,
+varied styles, 5 now, plus the rooms the guides use.
+
+## Gated steps on "go"
+1. Deploy: `~/Projects/_shared/scripts/deploy.sh` from project root
+2. Kamatera .env add: `OLLAMA_URL=http://100.82.17.107:11434` (Mac2 tailnet Ollama, $0 guide text)
+3. Seed live: `node scripts/gen-guide.js --count 5`  (~$0.20)
+4. Cron — RECOMMEND replacing the existing */30 gen-room-setting line (gen-guide makes a room AND
+   a guide each run; cost stays ~$1.92/day ≈ $58/mo Gemini):
+   `*/30 * * * * cd /root/Projects/interiordesignershowroom && /usr/local/bin/node scripts/gen-guide.js >> tmp/guide-gen.log 2>&1`
+   ALT: keep both crons (2 rooms + 1 guide per 30 min) ≈ $3.84/day ≈ $116/mo.

← 213ca8b feat: auto guide generator — gen-guide.js builds a room (sha  ·  back to Interiordesignershowroom  ·  fix .deploy.conf: IDS runs on 9876 (9861 belongs to staged.d 53a67e4 →