diff --git a/README.md b/README.md index 23f6da7..4b3cca8 100644 --- a/README.md +++ b/README.md @@ -73,10 +73,10 @@ A `PreToolUse` hook inspects every shell command *before* it runs and refuses th πŸ§Ÿβ€β™‚οΈ *IT'S ALIVE β€” now make the repo page prove it.* Your README is the first thing anyone checks to decide whether a project is worth their time. `gitalive` audits everything a visitor sees *before* the source β€” README, LICENSE, CONTRIBUTING, security policy, templates, accessibility β€” against **cited standards, never taste**. `gitalive-repair` fixes what you ratify, asking for facts only you own (which license? what security contact?) and running **zero shell commands**.
-Before and after GitAlive on this very repo: before β€” project name trapped in a PNG with no heading, a CI pipeline with no badge, no table of contents, contributor docs one plugin behind; after β€” real heading, live CI badge, organized contents, current docs, clean re-audit +Before and after GitAlive: a standard just-uploaded GitHub repo page β€” bare file list, two-line README, empty sidebar β€” next to the same repo with a polished page: bold Lazarus title, hero banner, green CI badge row, table of contents, Install, Usage and FAQ sections, and a filled About sidebar
-That's not a mock-up β€” it's **this repo**, as GitAlive's first run found it and as it stands after the ratified fixes. Deliberate choices stay quiet: waive an item once and re-runs never nag you about it. +The transformation is real β€” GitAlive's first run on this very repo caught a CI pipeline wearing no badge, a project name living only inside a PNG, and contributor docs one plugin behind, all fixed behind the ratify gate. Deliberate choices stay quiet: waive an item once and re-runs never nag you about it. ## 🧩 The family diff --git a/assets/README.md b/assets/README.md index 2b2ee1a..3327467 100644 --- a/assets/README.md +++ b/assets/README.md @@ -7,7 +7,7 @@ Images used by the project README and the repo's GitHub presentation. | `banner2.png` | Hero image at the top of the README | `README.md` | | `demo.svg` | Animated "Watch it work" terminal | `README.md` | | `guard.png` | Inline image in the "makes it safe to run" section | `README.md` | -| `gitalive-before-after.svg` | Before/after panel in the "GitAlive" spotlight section | `README.md` | +| `gitalive-before-after.png` | Before/after panel in the "GitAlive" spotlight section (generated with gpt-image-2) | `README.md` | | `og-card.png` | Social-preview card (how the repo unfurls on Slack/X/etc.) | GitHub β†’ repo **Settings β†’ General β†’ Social preview** (not referenced from `README.md`) | **Updating an image.** Replace the file in place and keep the same name, so the README keeps diff --git a/assets/gitalive-before-after.png b/assets/gitalive-before-after.png new file mode 100644 index 0000000..7c56d90 Binary files /dev/null and b/assets/gitalive-before-after.png differ diff --git a/assets/gitalive-before-after.svg b/assets/gitalive-before-after.svg deleted file mode 100644 index d077c4e..0000000 --- a/assets/gitalive-before-after.svg +++ /dev/null @@ -1,80 +0,0 @@ - - - - - BEFORE - AFTER - - - - - ⚑ gitalive - + repair - - - - - - - - LAZARUS (text inside a PNG) - screen readers & search see: nothing - βœ— no H1 β€” the project's name exists only in an image - - - - license MIT - - plugin - - CI badge? - - βœ— CI pipeline exists β€” no badge wears it - - - βœ— ~300-line README, no table of contents - - - CONTRIBUTING.md: β€œIt ships two plugins…” - βœ— the marketplace ships three - - - GITALIVE_AUDIT.md scorecard - 0 Critical Β· 2 High Β· 2 Medium Β· 4 Low - README C Β· Community B Β· Accessibility B - - - - - - - Lazarus - - banner art (decorative β€” name now in real text) - βœ“ real <h1> β€” readable by humans, readers, search - - - - CI βœ“ passing - - license MIT - - plugin - - βœ“ live CI badge, linked to the runs page - - - Contents: goals Β· install Β· watch it work Β· journeys Β· FAQ - - - CONTRIBUTING.md: β€œIt ships three plugins…” - βœ“ contributor docs match reality - - - Re-audit scorecard (the receipt) - 0 Critical Β· 0 High Β· 0 Medium β€” every fix verified - 7/7 community profile βœ“ Β· zero shell commands run - - - The same repo, as a stranger sees it β€” every finding cited to a real standard, fixed behind your approval. Receipts: the v0.6.0–v0.8.0 release notes. -