Commit 7858d60
demo: java-hotpatch polish, Slidev deck, Pages deploy workflow
- **java-hotpatch/record.sh** + asciinema cast + skills lockfile: iterative
polish on the existing demo (continues 135e733 / a5ef031 / 1509d82) for
reproducibility. `PricingController.java` is intentionally left with the
VAT-on-discount bug — that's what the demo teaches.
- **Slidev deck** (`demo/slides/`) used at the Dev With AI meetup. Media
committed except `demo-java.mp4` (32 MB), which is uploaded to the
[demo-assets-v1](https://github.com/theodo-group/debug-that/releases/tag/demo-assets-v1)
release and referenced by URL from `slides.md`.
- **GitHub Pages site deploy** (`.github/workflows/deploy-site.yml`):
assembles a single artifact combining the existing landing page in
`docs/` with the Slidev build under `/slides/`. Triggered by push to
`main` under `docs/**` or `demo/slides/**`, plus manual dispatch.
Landing page preserved — the existing Pages deploy at
https://theodo-group.github.io/debug-that/ keeps working, just gets a
new nav link to https://theodo-group.github.io/debug-that/slides/.
**One-time repo setting change required**: switch Pages source from
"Branch: main / /docs" to "GitHub Actions" (Settings → Pages → Source:
GitHub Actions). After that, this workflow owns every deploy.
- `docs/index.html`: added "Slides" link to the top nav and footer.
.gitignore additions:
- `demo/**/target/`, `demo/**/.agents/`, `demo/**/.claude/` (build output
+ local tooling)
- `demo/slides/public/demo-java.mp4` (hosted on GH Releases)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 9464da2 commit 7858d60
35 files changed
Lines changed: 2664 additions & 38 deletions
File tree
- .github/workflows
- demo
- java-hotpatch
- slides
- public
- docs
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
0 commit comments