docs(readme): regenerate demo GIF so it shows the payoff#63
Merged
Conversation
The old gif typed out the `claude -p` command and stopped on a blank prompt — in headless mode nothing renders until the run finishes and the answer dumps at once, and the tape's `Sleep 34s` ran out before that happened, so the result was never captured. Bump the sleep to 55s so the recording comfortably outlasts a real run (~27s) plus MCP cold-start; the mpdecimate pass in record_demo.sh collapses the idle/static span, so the gif stays ~15s. The regenerated gif now holds the full Detect -> Install -> Configure -> Verify result table (httpie 3.2.4, `http --version` -> 3.2.4). Co-Authored-By: Claude Opus 4.8 <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.
What
Regenerate
docs/demo.gif— the README demo of Claude driving erbina.Why
The old gif typed out the
claude -pcommand and then stopped on a blank prompt: in headless mode nothing renders until the run finishes and the answer dumps at once, and the tape'sSleep 34sran out before that happened. The payoff — the agent inspecting the httpie recipe, then bootstrapping + verifying — was never captured.Fix
Sleepfrom34s→55sso the recording comfortably outlasts a real run (~27s) plus MCP cold-start. Thempdecimatepass inscripts/record_demo.shcollapses the idle/static span, so the gif stays ~15s / 256K.httpie 3.2.4,http --version→3.2.4✅).🤖 Generated with Claude Code