chore: untrack booth-only staging and video assets - #190
Merged
Conversation
Remove booth-only material from git while keeping it locally: _staging/booth (rehearsal notes, evidence boundaries, attestation fallback fixture) and the video/booth-loop assets. git rm --cached only; files stay on disk. Add _staging/ and the booth video files to .gitignore. The demo apparatus (scripts/demo-booth.sh, examples/booth-scenarios, smoke tests) stays: it is the reproducible product demo and is wired into the CI test-gate. Signed-off-by: Shreyansh Sancheti <43677304+shreyanshjain7174@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
This PR removes booth-only staging and video loop assets from Git tracking, and adds ignore rules so they stay local.
Changes:
- Deleted booth video loop sources under
video/. - Deleted booth staging materials under
_staging/booth/, including the prior-run audit fixture. - Updated
.gitignoreto keep booth-only material untracked going forward.
Reviewed changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
video/booth-loop.tape |
Removed VHS recording script for booth screen loop. |
video/booth-animated-loop.html |
Removed standalone animated booth loop HTML. |
.gitignore |
Added ignore rules for booth-only staging and video assets. |
_staging/booth/rehearsal-checklist.md |
Removed booth rehearsal checklist. |
_staging/booth/README.md |
Removed booth evidence-boundary notes and verification instructions. |
_staging/booth/attestation-fallback.jsonl |
Removed prior-run HMAC-signed audit fixture JSONL. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
shreyanshjain7174
added a commit
that referenced
this pull request
Jul 22, 2026
Remove booth-only material from git while keeping it locally: _staging/booth (rehearsal notes, evidence boundaries, attestation fallback fixture) and the video/booth-loop assets. git rm --cached only; files stay on disk. Add _staging/ and the booth video files to .gitignore. The demo apparatus (scripts/demo-booth.sh, examples/booth-scenarios, smoke tests) stays: it is the reproducible product demo and is wired into the CI test-gate. Signed-off-by: Shreyansh Sancheti <43677304+shreyanshjain7174@users.noreply.github.com>
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.
Removes booth-only material from GitHub while keeping it on disk locally (git rm --cached + .gitignore, no moving).
Untracked:
Left intact (not event swag; the reproducible product demo, referenced by the CI test-gate, demo-visualizer, record-demo, and docs):
Files remain on disk; only tracking is removed. No CI/code references to the untracked files, so nothing breaks.