@riddledc/riddle-proof-packs 0.2.1 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +13 -0
- package/dist/index.cjs +1035 -6
- package/dist/index.js +1035 -6
- package/package.json +2 -2
- package/packs/audio-mix/README.md +30 -0
- package/packs/audio-mix/authoring-guide.md +35 -0
- package/packs/audio-mix/human-review-rubric.md +31 -0
- package/packs/audio-mix/metrics-schema.json +30 -0
- package/packs/audio-mix/profile.template.json +130 -0
- package/packs/audio-mix/ratchet-method.md +26 -0
- package/packs/neon-step-sequencer/README.md +41 -0
- package/packs/neon-step-sequencer/case-study/findings.md +102 -0
- package/packs/neon-step-sequencer/case-study/ratchet-card.md +39 -0
- package/packs/neon-step-sequencer/case-study/ratchet-log.md +203 -0
- package/packs/neon-step-sequencer/case-study/reusable-lessons.md +27 -0
- package/packs/neon-step-sequencer/examples/README.md +20 -0
- package/packs/neon-step-sequencer/examples/run-001-fast-mix-health/profile-result.json +5010 -0
- package/packs/neon-step-sequencer/examples/run-001-fast-mix-health/summary.md +37 -0
- package/packs/neon-step-sequencer/examples/run-002-mix-change/profile-result.json +6816 -0
- package/packs/neon-step-sequencer/examples/run-002-mix-change/summary.md +37 -0
- package/packs/neon-step-sequencer/examples/run-003-full-matrix/profile-result.json +18490 -0
- package/packs/neon-step-sequencer/examples/run-003-full-matrix/summary.md +33 -0
- package/packs/neon-step-sequencer/profile.template.json +75 -0
- package/packs/neon-step-sequencer/profiles/explore-songs-and-mixes.json +112 -0
- package/packs/neon-step-sequencer/profiles/fast-mix-health.json +181 -0
- package/packs/neon-step-sequencer/profiles/full-mix-health-matrix.json +154 -0
- package/packs/neon-step-sequencer/profiles/mix-change-before-after.json +202 -0
- package/packs/neon-step-sequencer/profiles/mobile-trainer-layout.json +109 -0
- package/packs/neon-step-sequencer/profiles/playback-sync.json +126 -0
- package/packs/neon-step-sequencer/profiles/source-readiness.json +114 -0
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
# Run 002 - Mix Change Interaction Snapshots
|
|
2
|
+
|
|
3
|
+
- profile: `lilarcade-neon-mix-change-before-after`
|
|
4
|
+
- evidence_role_pattern: `interaction_snapshots`
|
|
5
|
+
- status: `passed`
|
|
6
|
+
- captured_at: `2026-05-24T02:14:17.185Z`
|
|
7
|
+
- runner: `local-playwright`
|
|
8
|
+
- target: `http://127.0.0.1:5173/games/drum-sequencer?song=monkberry-moon-delight-tab&mix=profile&view=trainer&instrument=bass`
|
|
9
|
+
|
|
10
|
+
## Atomic claim
|
|
11
|
+
|
|
12
|
+
A visible bass-focus mix edit produces measurable rendered audio movement without clipping.
|
|
13
|
+
|
|
14
|
+
## Evidence
|
|
15
|
+
|
|
16
|
+
- route observed: `/games/drum-sequencer`
|
|
17
|
+
- viewport: `desktop` at `1440x1000`
|
|
18
|
+
- edit receipt: bass level changed from `0.62` to `1.35`
|
|
19
|
+
- focus track: `bass`
|
|
20
|
+
- bass RMS pre-action: `0.0507`
|
|
21
|
+
- bass RMS post-action: `0.1071`
|
|
22
|
+
- mix RMS pre-action: `0.073`
|
|
23
|
+
- mix RMS post-action: `0.1264`
|
|
24
|
+
- mix peak post-action: `0.6555`
|
|
25
|
+
- clipping after edit: `false`
|
|
26
|
+
- console fatal count: `0`
|
|
27
|
+
- horizontal overflow: `0 px`
|
|
28
|
+
|
|
29
|
+
## Verdict
|
|
30
|
+
|
|
31
|
+
Passed. This is an interaction proof using pre-action and post-action snapshots inside one proof run. It is not a separate reference/candidate deployment comparison.
|
|
32
|
+
|
|
33
|
+
## What this does not prove
|
|
34
|
+
|
|
35
|
+
- that the louder bass is aesthetically better
|
|
36
|
+
- every instrument control
|
|
37
|
+
- every song section
|