@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 001 - Fast Mix Health
|
|
2
|
+
|
|
3
|
+
- profile: `lilarcade-neon-fast-mix-health`
|
|
4
|
+
- evidence_role_pattern: `current_target`
|
|
5
|
+
- status: `passed`
|
|
6
|
+
- captured_at: `2026-05-24T01:56:00.915Z`
|
|
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
|
+
The current Neon target exposes enough app proof state to connect route, selected song, mixer/source readiness, and rendered offline audio metrics for a bounded proof window.
|
|
13
|
+
|
|
14
|
+
## Evidence
|
|
15
|
+
|
|
16
|
+
- route observed: `/games/drum-sequencer`
|
|
17
|
+
- viewport: `desktop` at `1440x1000`
|
|
18
|
+
- proof contract available: `true`
|
|
19
|
+
- source-preparation receipt: `drums=samples`, `bass=hybrid`, `chord=hybrid`, `guitar=hybrid`, `vocal=voice_oohs`
|
|
20
|
+
- source loaded flags: all true
|
|
21
|
+
- mix RMS: `0.1234`
|
|
22
|
+
- mix peak: `0.8321`
|
|
23
|
+
- headroom: `1.6 dB`
|
|
24
|
+
- clipping: `false`
|
|
25
|
+
- active instrument count: `6`
|
|
26
|
+
- console fatal count: `0`
|
|
27
|
+
- horizontal overflow: `0 px`
|
|
28
|
+
|
|
29
|
+
## Verdict
|
|
30
|
+
|
|
31
|
+
Passed. This is a current-target audit, not a reference/candidate change proof.
|
|
32
|
+
|
|
33
|
+
## What this does not prove
|
|
34
|
+
|
|
35
|
+
- subjective mix quality
|
|
36
|
+
- every song or every proof window
|
|
37
|
+
- production CDN/source availability
|