Commit 0def24c
committed
docs: add captured screenshots, benchmark, and PR-comment HTML preview
Adds "See it in action" section to the README showing real terminal
output captured against the bundled fixtures (Mini Shai-Hulud,
event-stream historic, clean lockfile, watch lifecycle, PR comment
markdown source) plus a sub-millisecond benchmark across 7 fixtures.
* tools/capture_demos.py - One-shot script that runs the matcher
against bundled fixtures and exports rich.Console SVG, plus a
best-of-3 microbenchmark and a standalone HTML preview of the
PR-comment markdown body. Stdlib-only Markdown -> HTML for the
preview (no extra deps).
* docs/assets/
- demo-check-{clean,event-stream,shaihulud}.svg
- demo-watch.svg (lifecycle: snapshot -> quiet day -> alert)
- demo-pr-comment-source.svg (Markdown source as syntax-highlighted)
- demo-pr-comment-preview.html (renders inline-styled HTML so
reviewers can see what GitHub will show on a PR before they
actually open one)
- benchmark.svg + benchmark.md
* README - new "See it in action" section above Quick usage with
the screenshots inline + benchmark table reference.
Tests still 125 pass, lint clean.1 parent 6c50c96 commit 0def24c
11 files changed
Lines changed: 1157 additions & 0 deletions
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
192 | 217 | | |
193 | 218 | | |
194 | 219 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
Loading
Loading
0 commit comments