docs(readme): premium LMS-style landing page with live Loop Ready demo - #6
Merged
Conversation
…it demo - badges first (dynamic GitHub + course-status rows), then a new animated hero banner (assets/hero-banner.svg) with the six-part loop motif - terminal demo (assets/terminal-loop-ready.svg) rendered from a REAL run of the Loop Ready audit: ten check rows stream in while the score ring climbs to the actual score; failures render red and cap the score - loop-ready-audit.mjs gains a --json mode (human output unchanged); render-loop-ready-terminal.mjs draws the SVG from that data - loop-ready.yml workflow re-runs the audit and re-renders the demo on every push, with a live status badge in the README - course links now read as View → / Start → actions instead of file paths Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0137HmDLUvJxjF4udCAvdKbG
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 this changes
Rebuilds
README.mdas a premium, LMS-style landing page (modeled on the loop-engineering reference repo), backed by real tooling instead of static images.README
New assets (both generated/animated SVG, no GIFs)
assets/hero-banner.svg— animated hero: rotating orbit, pulsing heartbeat node, six-part loop motif.assets/terminal-loop-ready.svg— terminal demo rendered from a real run of the Loop Ready audit: ten check rows stream in while a score ring climbs to the actual score.Tooling (keeps the demo honest)
scripts/loop-ready-audit.mjs: new--jsonflag; human output byte-identical to before.scripts/render-loop-ready-terminal.mjs(+npm run render:terminal): draws the terminal SVG from the audit's JSON — real kit counts, real exit code; a failing kit renders red and caps the score below 100 (floor, not round)..github/workflows/loop-ready.yml: re-runs the audit on every push/PR (badge goes red on failure) and re-renders the demo, committing it back on main only when it changed.Verification
markdownlint-cli2 README.md— 0 issues against.markdownlint.jsoncexit 1npm run audit:loopsdefault output unchanged🤖 Generated with Claude Code
https://claude.ai/code/session_0137HmDLUvJxjF4udCAvdKbG