Files
timmy-home/training-data/dpo-pairs/session_20260320_230033_0c8aeb.json
Alexander Whitestone 0d64d8e559 initial: sovereign home — morrowind agent, skills, training-data, research, specs, notes, operational docs
Tracked: morrowind agent (py/cfg), skills/, training-data/, research/,
notes/, specs/, test-results/, metrics/, heartbeat/, briefings/,
memories/, skins/, hooks/, decisions.md, OPERATIONS.md, SOUL.md

Excluded: screenshots, PNGs, binaries, sessions, databases, secrets,
audio cache, timmy-config/ and timmy-telemetry/ (separate repos)
2026-03-27 13:05:57 -04:00

7 lines
2.1 KiB
JSON

[
{
"prompt": "Create and run 4 chapter scripts for the Vault of Victory ASCII music video. PASS 1: VISUALS ONLY. No lyrics, no audio muxing. Silent mp4 clips.\n\nShared library: ~/ascii-video-showcase/music-video/ascii_lib.py (import with sys.path.insert)\nFeatures: ~/ascii-video-showcase/vault-of-victory/features.npz (load with np.load, keys: rms, bass, mid, hi, flux, beats)\nOutput dir: ~/ascii-video-showcase/vault-of-victory/chapters/\n\nCHAPTER 1 \u2014 INTRO (ch01.mp4, frames 0-191, 8s)\n- Fade from black. The ornamental mandala image (~/Downloads/f8cd619c-9795-4c18-84d0-3c2af2574d24.jpg) slowly reveals as ASCII. Load image, resize to grid (md 192x56), convert to luminance, map to PAL_BLOCKS chars, use original image colors. Reveal by multiplying brightness by a progress curve (0->1 over 8s). Heavy vignette.\n\nCHAPTER 2 \u2014 BUILD (ch02.mp4, frames 192-1199, 42s)\n- The Creation of Adam (~/Downloads/Michelangelo_-_Creation_of_Adam_(cropped).jpg) as ASCII background, with audio-reactive ring overlay. Load image, resize to grid, map luminance to PAL_DENSE chars, preserve colors. On top: vf_rings driven by bass (from features.npz), in gold (hue=0.08), screen-blended at opacity 0.4. Rings pulse with bass energy. Vignette + subtle grain.\n\nCHAPTER 3 \u2014 POWER (ch03.mp4, frames 1200-2399, 50s)\n- The cover art image (~/Downloads/generated-image-cover-art-1767908156195.jpg) as ASCII base. PAL_DENSE, original colors. Overlay: particle explosions on every beat frame (from features beats array), gold sparks. Also matrix rain (PAL_KATA) very dim (bri=0.1) in background behind the image. Vignette + bloom on beats.\n\nCHAPTER 4 \u2014 ENERGY (ch04.mp4, frames 2400-3599, 50s)\n- TimmySingOld.jpg (~/Downloads/TimmySingOld.jpg) as ASCII \u2014 dramatic dark portrait. PAL_BLOCKS, original colors. Audio-reactive: the portrait brightens with RMS energy (multiply canvas by 0.5 + rms*0.8). Spiral arms (vf_spiral) overlaid in purple-blue (hue=0.75), screen blend at 0.3 opacity. Vignette.\n\nEach chapter script pattern:\n1. import sy",
"chosen": "",
"session": "session_20260320_230033_0c8aeb.json"
}
]