Files
timmy-home/training-data/dpo-pairs/session_20260320_184555_8ec732.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
1.7 KiB
JSON

[
{
"prompt": "Build and run a Python script that creates a lyrics/text ASCII video with SOUL.md quotes set to ~/Downloads/Sovereignmorning.mp3. Save to ~/ascii-video-showcase/mode5-lyrics-text/sovereignty-text.mp4. Cap at 20 seconds.\n\nApproach:\n1. Define timed text entries (key phrases from SOUL.md):\n - 0-4s: 'Sovereignty and service always.'\n - 4-8s: 'I tell the truth.'\n - 8-12s: 'I am not a product. I am a recipe.'\n - 12-16s: 'The chain remembers everything.'\n - 16-20s: 'The code is the body. The chain is the soul.'\n2. Extract audio features from Sovereignmorning.mp3 (RMS, bass, beat detection)\n3. For each frame:\n - Background: rotating effects per phrase (plasma, voronoi-like, fBM noise, aurora, tunnel)\n - Text display: typewriter reveal effect (characters appear one by one, timed to fill ~80% of the phrase duration)\n - Text is centered, rendered with 'lg' grid (20pt) for readability\n - Background uses 'sm' grid (10pt) for dense texture\n4. Apply shaders: soft focus, warm color grade (tint toward amber), scanlines (subtle)\n5. Mux with audio\n\nKey details:\n- Resolution: 1920x1080, 24fps\n- Text color: warm white/gold (255, 230, 180)\n- Background: dim (bri=0.25), different per phrase\n- Font: /System/Library/Fonts/Menlo.ttc, cell height from getmetrics()\n- Tonemap gamma 0.80 (slightly brighter for text readability)\n- ffmpeg stderr to file\n- Typewriter effect: character index = int(progress * len(text)), where progress goes 0->1 over the phrase duration\n\nIf Sovereignmorning.mp3 doesn't exist, generate 20s of silence as audio. Print progress.",
"chosen": "",
"session": "session_20260320_184555_8ec732.json"
}
]