@riddledc/riddle-proof-packs 0.4.1 → 0.4.2

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.
@@ -0,0 +1,52 @@
1
+ # Run 005 - Explore songs and mixes
2
+
3
+ - Profile: `neon-step-sequencer-explore-songs-and-mixes`
4
+ - Runner: `local-playwright`
5
+ - Evidence-role pattern: `current_target`
6
+ - Status: `passed`
7
+ - Captured at: `2026-05-24T05:09:43.225Z`
8
+ - Target URL: `http://127.0.0.1:5173/games/drum-sequencer?song=monkberry-moon-delight-tab&mix=profile&view=trainer&instrument=bass`
9
+
10
+ ## Claim
11
+
12
+ The current Neon target can run a bounded song/part exploration sweep, produce a confidence map, and keep every sampled proof window inside objective audio and app-health guardrails.
13
+
14
+ ## Evidence
15
+
16
+ - `4` songs sampled.
17
+ - `8` song/part entries sampled.
18
+ - `8` entries passed.
19
+ - `0` prioritized findings.
20
+ - The profile asserted `__neonProof.exploration.ok === true`, so future product findings fail the proof instead of hiding inside a captured return value.
21
+ - Audio sources were prepared with drums `samples`, bass/chord/guitar `hybrid`, and vocal `voice_oohs`.
22
+ - Console fatal count was `0`.
23
+ - Horizontal overflow was `0 px`.
24
+
25
+ Final sampled peak/headroom receipts:
26
+
27
+ | Song | Part | Window | Peak | Headroom |
28
+ | --- | ---: | --- | ---: | ---: |
29
+ | Yakety Yak (Dark) | 0 | `part-1` | `0.9589` | `0.36 dB` |
30
+ | Yakety Yak (Dark) | 1 | `part-2` | `0.9756` | `0.21 dB` |
31
+ | Monkberry Moon Delight (Sheet) | 0 | `part-1` | `0.9734` | `0.23 dB` |
32
+ | Monkberry Moon Delight (Sheet) | 1 | `part-2` | `0.9550` | `0.40 dB` |
33
+ | Monkberry Moon Delight (Full OMR) | 0 | `part-1` | `0.8345` | `1.57 dB` |
34
+ | Monkberry Moon Delight (Full OMR) | 1 | `part-2` | `0.8327` | `1.59 dB` |
35
+ | Monkberry Moon Delight (Tab) | 0 | `introBed` | `0.8328` | `1.59 dB` |
36
+ | Monkberry Moon Delight (Tab) | 0 | `vocalEntry` | `0.8330` | `1.59 dB` |
37
+ | Monkberry Moon Delight (Tab) | 1 | `introBed` | `0.8338` | `1.58 dB` |
38
+ | Monkberry Moon Delight (Tab) | 1 | `vocalEntry` | `0.8423` | `1.49 dB` |
39
+
40
+ ## What This Does Not Prove
41
+
42
+ - It does not prove subjective mix taste.
43
+ - It does not prove every song or every part; this run was bounded to the first four songs and first two parts per song.
44
+ - It does not prove production CDN audio asset availability; this was captured against a local dev server.
45
+ - It does not compare a reference deployment to a candidate deployment.
46
+
47
+ ## Artifacts
48
+
49
+ - `proof.json`
50
+ - `console.json`
51
+ - `dom-summary.json`
52
+ - `profile-result.json`
@@ -18,11 +18,14 @@
18
18
  "label": "install-neon-exploration-proof",
19
19
  "timeout_ms": 10000,
20
20
  "store_return_to": "__neonProof.install",
21
- "script": "window.__neonProofApi=()=>window.__NEON_MIX_PROOF__||window.__RIDDLE_SEQUENCER_PROOF__; window.__neonProofWindows=async()=>{const api=window.__neonProofApi(); if(api?.renderProofWindows) return await api.renderProofWindows({}); if(api?.renderOfflineMetrics) return {ok:true,proofKind:'offline-audio-window-set',windows:[await api.renderOfflineMetrics({bars:1,seed:'neon-explore-fallback',monitorProfile:'smallSpeaker'})]}; return {ok:false,error:'missing renderProofWindows'};}; const api=window.__neonProofApi(); const state=api?.getState?.()||api?.getSummary?.()||{}; return {available:Boolean(api),selectedSong:state.selectedSong||null};",
21
+ "script": "window.__neonProofApi=()=>window.__NEON_MIX_PROOF__||window.__RIDDLE_SEQUENCER_PROOF__; const api=window.__neonProofApi(); const state=api?.getState?.()||api?.getSummary?.()||{}; return {available:Boolean(api),hasExplorationSweep:typeof api?.runExplorationSweep==='function',selectedSong:state.selectedSong||null};",
22
22
  "return_summary_fields": [
23
23
  {
24
24
  "path": "available"
25
25
  },
26
+ {
27
+ "path": "hasExplorationSweep"
28
+ },
26
29
  {
27
30
  "path": "selectedSong"
28
31
  }
@@ -36,8 +39,17 @@
36
39
  },
37
40
  {
38
41
  "type": "window_call",
39
- "label": "render-proof-windows",
40
- "path": "__neonProofWindows",
42
+ "label": "run-exploration-sweep",
43
+ "path": "__NEON_MIX_PROOF__.runExplorationSweep",
44
+ "args": [
45
+ {
46
+ "maxSongs": 4,
47
+ "maxPartsPerSong": 2,
48
+ "maxWindowsPerPart": 2,
49
+ "monitorProfile": "smallSpeaker",
50
+ "loadAllSources": true
51
+ }
52
+ ],
41
53
  "store_return_to": "__neonProof.exploration",
42
54
  "capture_return": true,
43
55
  "timeout_ms": 180000,
@@ -45,14 +57,26 @@
45
57
  {
46
58
  "path": "ok"
47
59
  },
60
+ {
61
+ "path": "status"
62
+ },
48
63
  {
49
64
  "path": "proofKind"
50
65
  },
51
66
  {
52
- "path": "windows.length"
67
+ "path": "entryCount"
68
+ },
69
+ {
70
+ "path": "findingCount"
53
71
  }
54
72
  ]
55
73
  },
74
+ {
75
+ "type": "assert_window_value",
76
+ "path": "__neonProof.exploration.proofKind",
77
+ "expected_value": "neon-exploration-sweep",
78
+ "timeout_ms": 10000
79
+ },
56
80
  {
57
81
  "type": "assert_window_value",
58
82
  "path": "__neonProof.exploration.ok",
@@ -96,10 +120,12 @@
96
120
  "pack_id": "neon_step_sequencer",
97
121
  "pack_public_name": "Neon Step Sequencer Pack",
98
122
  "evidence_role_pattern": "current_target",
99
- "purpose": "Exploration sweep over the app-provided proof windows for prioritizing the next weakest song/mix combination.",
123
+ "purpose": "Bounded exploration sweep over Neon songs, parts, mix profiles, and proof windows for prioritizing the next weakest review target.",
100
124
  "required_receipts": [
101
- "proof-window set returns ok",
102
- "window receipts are captured",
125
+ "exploration sweep contract is available",
126
+ "song/part entries are captured",
127
+ "all sampled entries pass objective guardrails",
128
+ "prioritized findings are captured",
103
129
  "browser health is clean",
104
130
  "screenshot is captured"
105
131
  ],