@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.
Files changed (33) hide show
  1. package/README.md +13 -0
  2. package/dist/index.cjs +1176 -6
  3. package/dist/index.js +1176 -6
  4. package/package.json +1 -1
  5. package/packs/audio-mix/README.md +30 -0
  6. package/packs/audio-mix/authoring-guide.md +35 -0
  7. package/packs/audio-mix/human-review-rubric.md +31 -0
  8. package/packs/audio-mix/metrics-schema.json +30 -0
  9. package/packs/audio-mix/profile.template.json +130 -0
  10. package/packs/audio-mix/ratchet-method.md +26 -0
  11. package/packs/neon-step-sequencer/README.md +49 -0
  12. package/packs/neon-step-sequencer/case-study/findings.md +113 -0
  13. package/packs/neon-step-sequencer/case-study/ratchet-card.md +40 -0
  14. package/packs/neon-step-sequencer/case-study/ratchet-log.md +235 -0
  15. package/packs/neon-step-sequencer/case-study/reusable-lessons.md +31 -0
  16. package/packs/neon-step-sequencer/examples/README.md +22 -0
  17. package/packs/neon-step-sequencer/examples/run-001-fast-mix-health/profile-result.json +5010 -0
  18. package/packs/neon-step-sequencer/examples/run-001-fast-mix-health/summary.md +37 -0
  19. package/packs/neon-step-sequencer/examples/run-002-mix-change/profile-result.json +6816 -0
  20. package/packs/neon-step-sequencer/examples/run-002-mix-change/summary.md +37 -0
  21. package/packs/neon-step-sequencer/examples/run-003-full-matrix/profile-result.json +18490 -0
  22. package/packs/neon-step-sequencer/examples/run-003-full-matrix/summary.md +33 -0
  23. package/packs/neon-step-sequencer/examples/run-004-ratchet-loop-mix-level-search/profile-result.json +7003 -0
  24. package/packs/neon-step-sequencer/examples/run-004-ratchet-loop-mix-level-search/summary.md +39 -0
  25. package/packs/neon-step-sequencer/profile.template.json +75 -0
  26. package/packs/neon-step-sequencer/profiles/explore-songs-and-mixes.json +112 -0
  27. package/packs/neon-step-sequencer/profiles/fast-mix-health.json +181 -0
  28. package/packs/neon-step-sequencer/profiles/full-mix-health-matrix.json +154 -0
  29. package/packs/neon-step-sequencer/profiles/mix-change-before-after.json +202 -0
  30. package/packs/neon-step-sequencer/profiles/mobile-trainer-layout.json +109 -0
  31. package/packs/neon-step-sequencer/profiles/playback-sync.json +126 -0
  32. package/packs/neon-step-sequencer/profiles/ratchet-loop-mix-level-search.json +137 -0
  33. 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