@riddledc/riddle-proof-packs 0.4.6 → 0.4.7

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 (32) hide show
  1. package/README.md +51 -0
  2. package/bin/riddle-proof-durable-candidate-plan +4 -0
  3. package/dist/chunk-VFPSPQD7.js +219 -0
  4. package/dist/durableCandidatePlan-Dv2P33Wg.d.cts +77 -0
  5. package/dist/durableCandidatePlan-Dv2P33Wg.d.ts +77 -0
  6. package/dist/durableCandidatePlanCli.cjs +445 -0
  7. package/dist/durableCandidatePlanCli.d.cts +32 -0
  8. package/dist/durableCandidatePlanCli.d.ts +32 -0
  9. package/dist/durableCandidatePlanCli.js +177 -0
  10. package/dist/index.cjs +216 -0
  11. package/dist/index.d.cts +1 -0
  12. package/dist/index.d.ts +1 -0
  13. package/dist/index.js +8 -0
  14. package/package.json +3 -2
  15. package/packs/audio-mix/ratchet-method.md +12 -0
  16. package/packs/neon-step-sequencer/README.md +4 -0
  17. package/packs/neon-step-sequencer/case-study/findings.md +11 -0
  18. package/packs/neon-step-sequencer/case-study/ratchet-card.md +2 -1
  19. package/packs/neon-step-sequencer/case-study/ratchet-log.md +57 -0
  20. package/packs/neon-step-sequencer/examples/README.md +3 -1
  21. package/packs/neon-step-sequencer/examples/run-008-durable-mix-patch-handoff/artifact-manifest.json +32 -0
  22. package/packs/neon-step-sequencer/examples/run-008-durable-mix-patch-handoff/console.json +4 -0
  23. package/packs/neon-step-sequencer/examples/run-008-durable-mix-patch-handoff/dom-summary.json +40 -0
  24. package/packs/neon-step-sequencer/examples/run-008-durable-mix-patch-handoff/durable-candidate-patch-plan.json +69 -0
  25. package/packs/neon-step-sequencer/examples/run-008-durable-mix-patch-handoff/durable-candidate-patch-plan.md +29 -0
  26. package/packs/neon-step-sequencer/examples/run-008-durable-mix-patch-handoff/human-review-packet.json +801 -0
  27. package/packs/neon-step-sequencer/examples/run-008-durable-mix-patch-handoff/human-review-packet.md +52 -0
  28. package/packs/neon-step-sequencer/examples/run-008-durable-mix-patch-handoff/profile-result.json +5078 -0
  29. package/packs/neon-step-sequencer/examples/run-008-durable-mix-patch-handoff/proof.json +5078 -0
  30. package/packs/neon-step-sequencer/examples/run-008-durable-mix-patch-handoff/screenshots/lilarcade-neon-fast-mix-health-desktop-neon-fast-mix-health.png +0 -0
  31. package/packs/neon-step-sequencer/examples/run-008-durable-mix-patch-handoff/screenshots/lilarcade-neon-fast-mix-health-desktop.png +0 -0
  32. package/packs/neon-step-sequencer/examples/run-008-durable-mix-patch-handoff/summary.md +39 -0
@@ -0,0 +1,39 @@
1
+ # Run 008 - Durable mix patch handoff
2
+
3
+ - profile: `lilarcade-neon-fast-mix-health`
4
+ - runner: `local-playwright`
5
+ - evidence-role pattern: `current_target`
6
+ - target: `/games/drum-sequencer?song=monkberry-moon-delight-tab&mix=profile&view=trainer&instrument=bass`
7
+ - status: `passed`
8
+
9
+ ## Claim
10
+
11
+ After an explicitly applied human-review packet, Neon can turn the supported `chord -0.10` candidate into a scoped source-level mix override, then prove the running app sees that durable level without turning the packet into a taste verdict.
12
+
13
+ ## Handoff chain
14
+
15
+ 1. Run 007 produced `candidate_applied_for_listening_review`.
16
+ 2. The packet recorded `mixing_canon_surrogate`, `approvedCandidateApplied: true`, `candidateActionsAreTransient: false`, and `ranking.role: review_order_only`.
17
+ 3. The durable candidate patch plan targeted `src/Games/songs/neon-approved-mix-overrides.json`.
18
+ 4. The durable edit scoped `chord: 0.28` to `Monkberry Moon Delight (Tab)` and `monkberry-moon-delight-eq-lane-mix-v7`.
19
+ 5. This current-target proof reloaded Neon and verified the browser contract reported `chordLevel: 0.28`.
20
+
21
+ ## Objective receipts
22
+
23
+ | receipt | value |
24
+ | --- | --- |
25
+ | selected song | `Monkberry Moon Delight (Tab)` |
26
+ | durable chord level | `0.28` |
27
+ | mix RMS | `0.1234` |
28
+ | peak | `0.8303` |
29
+ | clipping | `false` |
30
+ | low-level window | `false` |
31
+ | active instruments | `6` |
32
+ | route | `/games/drum-sequencer` |
33
+ | fatal console count | `0` |
34
+
35
+ ## Verdict
36
+
37
+ Passed. The proof supports that the source-level durable override is visible to the running app and stays inside the current mix-health guardrails.
38
+
39
+ It does not prove subjective mix quality, listener preference, or that this is the best musical balance. It proves the handoff from approved candidate packet to scoped durable state and then verifies that durable state in the browser.