chore: keep design docs and speaker prep local, not public#143
Merged
Conversation
Untrack and gitignore docs/adr/, slides/SLIDES.md, slides/prompts/, and slides/talk_design/ so they stay on disk locally but are no longer published. Working copies are preserved; this does not scrub them from past history.
YongboYu
added a commit
that referenced
this pull request
Jun 9, 2026
…demo screencast + HF deploy (#144) Final polish round for the CAiSE 2026 deck (PRD #128): - Per-slide simplification of S2-S18 + S20: cut cross-slide repetition, trimmed verbose bodies to minimal keyword lines, redesigned S17 (two-color blocks) and S18 (audience tiers), Americanized spelling, S6 annotation figures + S15 slope restyle. Removed callout drop-shadows for clean PDF/PPTX export. - S19 'Artifacts' slide: left column is a click-to-play screencast of the live demo app (SlidevVideo, play-once), beside the QR / code / hardware matrix. - Adds the 28.8s screencast (raises large-file hook to 2000KB), its poster, and 5 source screenshots (kept for the PDF carousel / PPTX export fallback). - CI: deploy-slides.yml auto-publishes the built deck to the HF Static Space. - gitignore the PDF/PPTX export output and the local pptx video-embed helper. Speaker manuscript + Q&A prep stay local (gitignored per #143).
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.
Untrack and gitignore the following so they stay on disk locally but are no longer published to the public repo:
docs/adr/— architecture decision records (kept local for now)slides/SLIDES.md— the slides briefslides/prompts/— drafting promptsslides/talk_design/— outline, manuscript, Q&A prep, and other speaker prepWorking copies are preserved on disk (only
git rm --cached+.gitignore). The slidev deck itself (slides/template/) is untouched.Note: this stops future publishing but does not scrub these files from past history; a history rewrite would be a separate change.