docs: add hero demo video playback workflow#106
Merged
Merged
Conversation
The thumbnail-link flow pointed each README thumbnail at a https://github.com/user-attachments/assets/<uuid> URL, which 404s on direct navigation — anonymous visitors clicking a thumbnail hit a 404 instead of a player. GitHub only serves these assets when embedded inline in rendered Markdown. - Embed the recordings as inline HTML <video> players: root README as a side-by-side table, bundle README as an HTML table (GitHub does not render <video> inside GFM table cells). - Bake the curated thumbnail in as the opening ~0.3s of each upload MP4, since GitHub strips <video poster>; the player's first-frame still then shows the end-state proof instead of a blank startup terminal. - prepare-upload-assets prepends the poster frame; apply-video-urls rewrites the inline <video> src attributes; VIDEO_PLAYBACK.md documents the flow and the logged-out browser verification step. Verified in a logged-out Chromium: every README <video> streams (readyState 4, 1600x900, 206 video/mp4) with the thumbnail as its still. Change-Id: I00ba61404b32ae7111218b16fb6d42089b2faf25 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Signed-off-by: Thomas Kosiewski <tk@coder.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
Validation
mise run demo:agent-uses-agent-tty:upload-assetsnpm run format:checknpm run lintnpm run typechecknpm run validate-bundle -- dogfood/agent-uses-agent-tty --profile canonicalnpx vitest run test/unit/tools/hero-demo.test.tsGIT_CONFIG_GLOBAL=/dev/null mise run ciNote: local
mise run ciwithoutGIT_CONFIG_GLOBAL=/dev/nullwas blocked by the workspace's global Git signing config pointing at a missing 1Password SSH signing binary; rerunning with the global Git config disabled passed.Generated with
mux• Model:openai:gpt-5.5• Thinking:xhigh