From 0c4208bc072d2d9e0b84f3c58ccc8f6cd8a54512 Mon Sep 17 00:00:00 2001 From: jlightner Date: Mon, 30 Mar 2026 18:23:38 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20Added=203=20TEXT=20columns=20to=20pipel?= =?UTF-8?q?ine=5Fevents=20(system=5Fprompt=5Ftext,=20user=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - "backend/models.py" - "backend/config.py" - "backend/schemas.py" - "backend/routers/pipeline.py" - "alembic/versions/006_debug_columns.py" GSD-Task: S01/T01 --- CLAUDE.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index e904bfb..581a646 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -46,3 +46,30 @@ docker logs -f chrysopedia-worker # View API logs docker logs -f chrysopedia-api ``` + +## Remote Host: hal0022 (Whisper Transcription) + +- **Host alias:** `hal0022` +- **IP:** 10.0.0.131 +- **OS:** Windows (domain-joined to a.xpltd.co) +- **SSH user:** `a\jlightner` +- **SSH key:** `~/.ssh/hal0022_ed25519` +- **Role:** GPU workstation for Whisper transcription of video content + +### Connecting + +```bash +ssh hal0022 +``` + +SSH config is already set up in `~/.ssh/config` on dev01. + +### Content Location on hal0022 + +Video source files reside at: + +``` +A:\Education\Artist Streams & Content +``` + +Note: This is a Windows path. When accessing via SSH, use the appropriate path format for the shell available on hal0022.