@riddledc/riddle-proof-packs 0.2.2 → 0.4.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 +1176 -6
- package/dist/index.js +1176 -6
- package/package.json +1 -1
- 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 +49 -0
- package/packs/neon-step-sequencer/case-study/findings.md +113 -0
- package/packs/neon-step-sequencer/case-study/ratchet-card.md +40 -0
- package/packs/neon-step-sequencer/case-study/ratchet-log.md +235 -0
- package/packs/neon-step-sequencer/case-study/reusable-lessons.md +31 -0
- package/packs/neon-step-sequencer/examples/README.md +22 -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/examples/run-004-ratchet-loop-mix-level-search/profile-result.json +7003 -0
- package/packs/neon-step-sequencer/examples/run-004-ratchet-loop-mix-level-search/summary.md +39 -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/ratchet-loop-mix-level-search.json +137 -0
- package/packs/neon-step-sequencer/profiles/source-readiness.json +114 -0
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
# Run 003 - Full Mix Health Matrix
|
|
2
|
+
|
|
3
|
+
- profile: `lilarcade-neon-full-mix-health-matrix`
|
|
4
|
+
- evidence_role_pattern: `current_target`
|
|
5
|
+
- status: `passed`
|
|
6
|
+
- captured_at: `2026-05-24T02:24:22.352Z`
|
|
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 preserves route, proof contract, rendered mix-health metrics, and layout guardrails across desktop, phone, iPad Mini, and iPad viewports.
|
|
13
|
+
|
|
14
|
+
## Evidence
|
|
15
|
+
|
|
16
|
+
| Viewport | Route | Overflow | RMS | Peak | Headroom | Clipping | Score |
|
|
17
|
+
| --- | --- | ---: | ---: | ---: | ---: | --- | ---: |
|
|
18
|
+
| desktop | `/games/drum-sequencer` | `0 px` | `0.0732` | `0.5402` | `5.35 dB` | `false` | `29.3304` |
|
|
19
|
+
| phone | `/games/drum-sequencer` | `0 px` | `0.0732` | `0.5402` | `5.35 dB` | `false` | `29.3303` |
|
|
20
|
+
| ipad-mini | `/games/drum-sequencer` | `0 px` | `0.0732` | `0.5402` | `5.35 dB` | `false` | `29.3904` |
|
|
21
|
+
| ipad | `/games/drum-sequencer` | `0 px` | `0.0732` | `0.5402` | `5.35 dB` | `false` | `29.3902` |
|
|
22
|
+
|
|
23
|
+
Console fatal count was `0`.
|
|
24
|
+
|
|
25
|
+
## Verdict
|
|
26
|
+
|
|
27
|
+
Passed. This is a current-target matrix audit, not a measured implementation diff.
|
|
28
|
+
|
|
29
|
+
## What this does not prove
|
|
30
|
+
|
|
31
|
+
- subjective mix quality
|
|
32
|
+
- every song or every mix preset
|
|
33
|
+
- full interaction ergonomics on touch devices
|