Add anti-drift demo video to README hero#3
Merged
Conversation
🧠 vibe-memory changes in this PR1 new decision(s):
Posted by the vibe-memory PR-comment workflow. Edit decisions/drift entries before merging if needed. |
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.
Adds
assets/anti-drift-demo.mp4(1.9 MB) and embeds it in the README hero, just under the "The moment that pays for it" header.GitHub's README markdown renderer is selective about
<video>tags. Videos uploaded directly into a GitHub comment / issue / release get auser-images.githubusercontent.comURL that renders inline everywhere. Videos referenced via a raw repo URL (what this PR uses) sometimes only show as a download link on github.com.Recommended follow-up (1 minute, once this is merged):
assets/anti-drift-demo.mp4file into the comment box (GitHub uploads to its CDN)https://github.com/user-attachments/assets/...URLREADME.md, replacehttps://github.com/gregherbe76/vibe-memory/raw/main/assets/anti-drift-demo.mp4with the CDN URLThat gives the cleanest inline playback on every renderer.
Alternative: convert to GIF
If you want a true inline GIF (always renders, no playback controls needed):
ffmpeg -i assets/anti-drift-demo.mp4 -vf "fps=12,scale=720:-1:flags=lanczos" -loop 0 assets/anti-drift-demo.gifThen in README:
[anti-drift demo](assets/anti-drift-demo.gif). Trade-off: ~3-5× larger file, no audio, slightly choppier.What's in this PR
assets/anti-drift-demo.mp4— the 30-second demo video (1.9 MB)README.md—<video>embed under the hero, with fallback link and the original text block kept as a textual fallbackmemory/decisions.jsonl— entry for the launch-assets additionValidates clean (35 decisions, 0 drifts).
Generated by Claude Code