docs(demo): captioned demo media + README gif (P4.7) - #59
Merged
Conversation
franciszver
force-pushed
the
docs/p4-demo-media
branch
from
July 24, 2026 19:14
7413027 to
4fbca68
Compare
Capture 7 live-demo screens -> captioned demo.gif (tracked, 706KB, embedded near the top of the README) + demo.mp4 with a stdlib-synthesized soundtrack (gitignored, delivered as a file). Pipeline script build_demo_media.py (Pillow + bundled ffmpeg via imageio-ffmpeg; music via wave+math, no numpy) with hermetic pytest tests (importorskip-gated: caption changes the frame, music on->audio / off->none, odd dimensions don't crash). Raw frames and the mp4 stay under the gitignored .demo-media/ working dir. Closes #58 Assisted-by: Claude Code (Fable orchestrator + Sonnet implementers) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
franciszver
force-pushed
the
docs/p4-demo-media
branch
from
July 24, 2026 19:25
4fbca68 to
2862c3d
Compare
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.
Closes #58
Summary
Adds a captioned demo of the live app to the README, plus a reusable build pipeline.
docs/assets/demo.gif(tracked, 706 KB, embedded near the top of the README) — 7 captioned screens of the live demo, 3s each, looping..demo-media/demo.mp4(gitignored, delivered separately) — same frames with a gentle stdlib-synthesized soundtrack; confirmed AAC audio stream.scripts/build_demo_media.py— PNG frames → captioned gif + mp4. Pillow for captions/gif; bundled ffmpeg viaimageio-ffmpegfor the mp4; music synthesized with stdlibwave+math(no numpy).--no-musictoggle.scripts/test_build_demo_media.py— hermetic pytest tests,importorskip-gated (skip cleanly where Pillow/ffmpeg absent): caption changes the frame, music-on→audio / off→none, odd dimensions don't crash. 4 passed.The 7 screens
login → dashboard → editor → clause library → jurisdiction/AI-context → AI suggestions → admin audit trail, captions in.demo-media/captions.json.Notes for review
CitationBrowser/CitationManagerare orphaned (not imported by any page), so the capture used the editor's jurisdiction/AI-context panel instead ("AI-tailored to your jurisdiction"). Worth deciding later whether to wire those components in or drop the citation feature from the marketing copy.🤖 Generated with Claude Code