Skip to content

chore: untrack booth-only staging and video assets - #190

Merged
shreyanshjain7174 merged 1 commit into
mainfrom
chore/untrack-booth-cruft
Jul 22, 2026
Merged

chore: untrack booth-only staging and video assets#190
shreyanshjain7174 merged 1 commit into
mainfrom
chore/untrack-booth-cruft

Conversation

@shreyanshjain7174

Copy link
Copy Markdown
Collaborator

Removes booth-only material from GitHub while keeping it on disk locally (git rm --cached + .gitignore, no moving).

Untracked:

  • _staging/booth/ (rehearsal checklist, evidence-boundary notes, attestation-fallback.jsonl)
  • video/booth-animated-loop.html, video/booth-loop.tape

Left intact (not event swag; the reproducible product demo, referenced by the CI test-gate, demo-visualizer, record-demo, and docs):

  • scripts/demo-booth.sh, examples/booth-scenarios/, tests/smoke/test_demo_booth_cli.sh

Files remain on disk; only tracking is removed. No CI/code references to the untracked files, so nothing breaks.

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>
Copilot AI review requested due to automatic review settings July 22, 2026 02:47

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 .gitignore to 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
shreyanshjain7174 merged commit 8aa19a3 into main Jul 22, 2026
6 checks passed
@shreyanshjain7174
shreyanshjain7174 deleted the chore/untrack-booth-cruft branch July 22, 2026 02:50
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants