# VIDGOD — agent notes Read README.md first for what the tools do. This file is the stuff an agent needs beyond it. - **Canonical deploy: `~/Documents/VIDGOD` on ultra** (M1 Ultra 128GB, `johnking@100.91.239.7`). Remote: `ssh://git@100.71.119.27:222/monster/vidgod.git` (Gitea, tailnet-only URL — never a public one). The repo is scripts + patches only; venvs/tools/models/library are untracked and rebuilt by `setup/setup_venvs.sh` (idempotent, resumable, heartbeats to `~/.jobs/vidgod-setup.status`). - Paths are **repo-relative everywhere**: bin scripts locate the root via their own location (`#!/bin/sh` + exec-venv-python polyglot header; don't "fix" line 2 of the python CLIs — it's what makes them run inside the right venv from any checkout location). - Verified 2026-08-24 on ultra: all five lanes, including a real SAM2+MatAnyone cutout (1917 trench demo clip, 2 clicks, matte held over 6s; ~3.4 fr/s at 1920×804 on MPS). - The MatAnyone torchvision fix lives in `patches/matanyone-cv2-reader.patch`, applied by setup step 6 (guard: grep CAP_PROP_FPS). Upstream may eventually fix this — if the patch stops applying, check whether their `read_frame_from_videos` already avoids `torchvision.io.read_video`, and drop the patch step if so. - Test with `setup/smoke_test.sh` (fast) / `--roto` (full pipeline). Test media is synthesized (ffmpeg lavfi + macOS `say`) — nothing copyrighted is committed. - The clip library sqlite lives at `library/clips.sqlite` **per checkout** — the real library on ultra is the one that matters; don't index into a scratch clone and expect vg-find on ultra to see it. - Fleet context (SSH map, farm, heartbeat convention): `~/.claude/skills/fleet` + `~/.claude/skills/jobs` on JING5, GODVERSE_GUIDE.md §11 on ultra/JING5.