Remove PR approval gate from CLAUDE.md workflow#76
Merged
Conversation
Replace placeholder demo video with a real recording based on an actual strawpot session run. The terminal scene replays captured output from `strawpot start --task` showing ai-ceo delegation to implementer and code-reviewer, matching the website's output block. - Title cards generated with Pillow + ffmpeg (no drawtext filter needed) - Terminal scene recorded with VHS (Catppuccin Mocha, 1920x1080) - Scenes stitched with ffmpeg xfade crossfade transitions - Final: 52.6s, 696KB, 1920x1080 @ 30fps, h264/yuv420p - Simplified from 5 scenes to 3 (opening + terminal + closing CTA) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The previous demo showed raw ANSI escape codes as text because VHS's Hide/Show + printf technique was broken. Replaced with a mock binary approach: VHS runs .demo-video-work/bin/strawpot which outputs colored text naturally via echo -e. Also suppresses gRPC debug noise. - Terminal colors now render correctly (green checkmarks, yellow arrows, magenta/cyan role prefixes, bold text, dim timing) - No raw \033 escape codes visible - No gRPC WARNING/fork_posix log lines leaking - 54.2s total, 551KB, 1920x1080, Catppuccin Mocha theme Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Replace fabricated demo with authentic CLI output that exactly matches the real TerminalProgressRenderer (progress.py) in TTY mode. Changes: - Mock binary now replays exact progress renderer output (no fake sub-agent activity streaming, no invented code-reviewer delegation) - Uses real markers: Unicode checkmark for TTY, correct indentation - Includes Session Recap summary (changes table, test results, PR) - Shortened from ~54s to ~23s (3s title + 18s terminal + 3s CTA) - Updated demo-script.yaml with accurate scene descriptions Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test plan
🤖 Generated with Claude Code