Commit 039ff575 by PLN (Algolia)

chore(git): fence the bulk so the sources can finally land

Three weeks of untracked working tree, and the reason nothing was committed is
that 'untracked' had stopped meaning anything: 957 MB of take audio and scene
mp4s sat in the same status output as three finished captain's logs, so the
whole list read as noise and got skipped as one.

Sorted by what each thing actually is, against the precedent already in this
file and in the index: mix/'s ten scripts are source and go in, mix/take94's
833 MB does not. The .js scene sketches are source, the 124 MB of rendered
mp4 is not. calibration.json and calibration.whole-mix.json are tracked, so
calibration.stem.json belongs with them; bounds_*.json is generated output
whose builder is already tracked, so it does not.

No new policy here — just applying the one written at the top of this file to
a pile that had grown too mixed to read.

    the tide went out three weeks ago
    and left everything on the sand together:
    charts, driftwood, a gigabyte of water.
    sorting is not cleaning. sorting is deciding what was ever yours.
parent fe8ec16c
......@@ -41,3 +41,35 @@ output/Take95/*.log
armada/tide-table/set_finder_db.npz
armada/tide-table/.qprofile_*.npz
armada/tide-table/set_finder_scan.json
# --- 2026-09-05 triage: bulk, generated, and machine-local ---------------
# Three weeks of untracked working tree, sorted by what it actually IS.
# The rule already in force above: sources are committed, payloads are not.
# 833 MB of take audio under an 8 KB toolbox. The mix/ scripts ARE committed;
# their working audio is freebox-side (feedback_freebox_ssot).
mix/take94/
# 124 MB of scene backdrops in 13 mp4s. Visuals are composited in post and
# OBS captures clean code only (feedback_visuals_split) — the .js scene
# sources are committed, the rendered media is not.
visuals/scenes/
# Boundary-lab clip sets: ±45 s renders + peaks + candidates per cut,
# regenerated by build_bounds_set.py. Precedent set by the other gigs —
# the builder is tracked, the 67 KB output is not.
armada/tide-table/bounds_*.json
# Rejected GenAI covers (unprovenanced; 6c3272c already removed covers from
# git once) and silent-eval's per-track .hs dumps, regenerated by
# tools/silent-eval.py on demand.
output/*.jpg
output/silent-eval-*.hs
# Machine-local: a symlink into ~/Work/Tools, and the session checkpoint
# plus agent worktrees. Same class as tide-table's _samples/_corpus.
pulsar-tidalcycles
.claude/
# 69 MB of rendered slop clips in 22 mp4s — same rule as visuals/scenes.
visuals/slop/out/
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment