@riddledc/riddle-proof-packs 0.4.6 → 0.4.8
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 +51 -0
- package/bin/riddle-proof-durable-candidate-plan +4 -0
- package/dist/chunk-VFPSPQD7.js +219 -0
- package/dist/durableCandidatePlan-Dv2P33Wg.d.cts +77 -0
- package/dist/durableCandidatePlan-Dv2P33Wg.d.ts +77 -0
- package/dist/durableCandidatePlanCli.cjs +445 -0
- package/dist/durableCandidatePlanCli.d.cts +32 -0
- package/dist/durableCandidatePlanCli.d.ts +32 -0
- package/dist/durableCandidatePlanCli.js +177 -0
- package/dist/index.cjs +246 -7
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +38 -7
- package/package.json +3 -2
- package/packs/audio-mix/ratchet-method.md +12 -0
- package/packs/neon-step-sequencer/README.md +4 -0
- package/packs/neon-step-sequencer/case-study/findings.md +11 -0
- package/packs/neon-step-sequencer/case-study/ratchet-card.md +2 -1
- package/packs/neon-step-sequencer/case-study/ratchet-log.md +57 -0
- package/packs/neon-step-sequencer/examples/README.md +3 -1
- package/packs/neon-step-sequencer/examples/run-008-durable-mix-patch-handoff/artifact-manifest.json +32 -0
- package/packs/neon-step-sequencer/examples/run-008-durable-mix-patch-handoff/console.json +4 -0
- package/packs/neon-step-sequencer/examples/run-008-durable-mix-patch-handoff/dom-summary.json +40 -0
- package/packs/neon-step-sequencer/examples/run-008-durable-mix-patch-handoff/durable-candidate-patch-plan.json +69 -0
- package/packs/neon-step-sequencer/examples/run-008-durable-mix-patch-handoff/durable-candidate-patch-plan.md +29 -0
- package/packs/neon-step-sequencer/examples/run-008-durable-mix-patch-handoff/human-review-packet.json +801 -0
- package/packs/neon-step-sequencer/examples/run-008-durable-mix-patch-handoff/human-review-packet.md +52 -0
- package/packs/neon-step-sequencer/examples/run-008-durable-mix-patch-handoff/profile-result.json +5078 -0
- package/packs/neon-step-sequencer/examples/run-008-durable-mix-patch-handoff/proof.json +5078 -0
- 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
- package/packs/neon-step-sequencer/examples/run-008-durable-mix-patch-handoff/screenshots/lilarcade-neon-fast-mix-health-desktop.png +0 -0
- package/packs/neon-step-sequencer/examples/run-008-durable-mix-patch-handoff/summary.md +39 -0
- package/packs/neon-step-sequencer/profiles/playback-sync.json +30 -7
package/packs/neon-step-sequencer/examples/run-008-durable-mix-patch-handoff/artifact-manifest.json
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": "riddle-proof-local-runner-manifest.v1",
|
|
3
|
+
"runner": "local-playwright",
|
|
4
|
+
"profile_name": "lilarcade-neon-fast-mix-health",
|
|
5
|
+
"captured_at": "2026-05-24T14:09:51.100Z",
|
|
6
|
+
"artifacts": [
|
|
7
|
+
{
|
|
8
|
+
"name": "proof.json",
|
|
9
|
+
"path": "proof.json",
|
|
10
|
+
"kind": "text",
|
|
11
|
+
"bytes": 191453
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"name": "console.json",
|
|
15
|
+
"path": "console.json",
|
|
16
|
+
"kind": "text",
|
|
17
|
+
"bytes": 38
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"name": "dom-summary.json",
|
|
21
|
+
"path": "dom-summary.json",
|
|
22
|
+
"kind": "text",
|
|
23
|
+
"bytes": 815
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"name": "profile-result.json",
|
|
27
|
+
"path": "profile-result.json",
|
|
28
|
+
"kind": "text",
|
|
29
|
+
"bytes": 191453
|
|
30
|
+
}
|
|
31
|
+
]
|
|
32
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
{
|
|
2
|
+
"expected_viewport_count": 1,
|
|
3
|
+
"viewport_count": 1,
|
|
4
|
+
"partial": false,
|
|
5
|
+
"routes": [
|
|
6
|
+
{
|
|
7
|
+
"requested": "http://127.0.0.1:5178/games/drum-sequencer?song=monkberry-moon-delight-tab&mix=profile&view=trainer&instrument=bass",
|
|
8
|
+
"observed": "/games/drum-sequencer",
|
|
9
|
+
"expected_path": "/games/drum-sequencer",
|
|
10
|
+
"matched": true,
|
|
11
|
+
"http_status": 200
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"titles": [
|
|
15
|
+
"LilArcade"
|
|
16
|
+
],
|
|
17
|
+
"overflow_px": [
|
|
18
|
+
0
|
|
19
|
+
],
|
|
20
|
+
"bounds_overflow_px": [
|
|
21
|
+
0
|
|
22
|
+
],
|
|
23
|
+
"overflow_offender_counts": [
|
|
24
|
+
0
|
|
25
|
+
],
|
|
26
|
+
"frames": [
|
|
27
|
+
{
|
|
28
|
+
"viewport": "desktop",
|
|
29
|
+
"selectors": []
|
|
30
|
+
}
|
|
31
|
+
],
|
|
32
|
+
"http_status": [],
|
|
33
|
+
"link_status": [],
|
|
34
|
+
"route_inventory": [],
|
|
35
|
+
"network_mock_count": 0,
|
|
36
|
+
"network_mock_hit_count": 0,
|
|
37
|
+
"dialog_count": 0,
|
|
38
|
+
"dialog_accept_count": 0,
|
|
39
|
+
"dialog_dismiss_count": 0
|
|
40
|
+
}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": "riddle-proof.durable-candidate-patch-plan.v1",
|
|
3
|
+
"kind": "durable_candidate_patch_plan",
|
|
4
|
+
"status": "ready_for_durable_patch",
|
|
5
|
+
"ok": true,
|
|
6
|
+
"errors": [],
|
|
7
|
+
"source": {
|
|
8
|
+
"packetStatus": "candidate_applied_for_listening_review",
|
|
9
|
+
"recommendationAction": "listen_to_applied_candidate",
|
|
10
|
+
"rankingRole": "review_order_only",
|
|
11
|
+
"proofBoundary": "Objective receipts support or reject candidate change claims; musical taste still requires listening review."
|
|
12
|
+
},
|
|
13
|
+
"target": {
|
|
14
|
+
"label": "Monkberry Moon Delight (Tab)",
|
|
15
|
+
"route": "/games/drum-sequencer",
|
|
16
|
+
"mixProfileId": "monkberry-moon-delight-eq-lane-mix-v7"
|
|
17
|
+
},
|
|
18
|
+
"candidate": {
|
|
19
|
+
"label": "chord -0.10",
|
|
20
|
+
"action": {
|
|
21
|
+
"type": "set_mixer_level",
|
|
22
|
+
"track": "chord",
|
|
23
|
+
"from": 0.38,
|
|
24
|
+
"to": 0.28,
|
|
25
|
+
"delta": -0.1
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
"approval": {
|
|
29
|
+
"mode": "mixing_canon_surrogate",
|
|
30
|
+
"approvedBy": "codex",
|
|
31
|
+
"basis": "subtle level reduction after objective receipts pass; this keeps development moving while preserving a listening-review caveat"
|
|
32
|
+
},
|
|
33
|
+
"durableEdit": {
|
|
34
|
+
"sourceFile": "src/Games/songs/neon-approved-mix-overrides.json",
|
|
35
|
+
"target": {
|
|
36
|
+
"label": "Monkberry Moon Delight (Tab)",
|
|
37
|
+
"route": "/games/drum-sequencer",
|
|
38
|
+
"mixProfileId": "monkberry-moon-delight-eq-lane-mix-v7"
|
|
39
|
+
},
|
|
40
|
+
"action": {
|
|
41
|
+
"type": "set_mixer_level",
|
|
42
|
+
"track": "chord",
|
|
43
|
+
"from": 0.38,
|
|
44
|
+
"to": 0.28,
|
|
45
|
+
"delta": -0.1
|
|
46
|
+
},
|
|
47
|
+
"mixerLevels": {
|
|
48
|
+
"chord": 0.28
|
|
49
|
+
},
|
|
50
|
+
"provenance": {
|
|
51
|
+
"humanReviewPacketStatus": "candidate_applied_for_listening_review",
|
|
52
|
+
"recommendationLabel": "chord -0.10",
|
|
53
|
+
"approvalMode": "mixing_canon_surrogate",
|
|
54
|
+
"approvedBy": "codex",
|
|
55
|
+
"basis": "subtle level reduction after objective receipts pass; this keeps development moving while preserving a listening-review caveat"
|
|
56
|
+
},
|
|
57
|
+
"doesNotProve": [
|
|
58
|
+
"subjective mix quality",
|
|
59
|
+
"that the approval surrogate is a real listener preference",
|
|
60
|
+
"all possible candidate edits"
|
|
61
|
+
]
|
|
62
|
+
},
|
|
63
|
+
"boundary": "This is a durable patch handoff for an approved listening-review candidate. It does not prove subjective mix quality.",
|
|
64
|
+
"caveats": [
|
|
65
|
+
"A durable patch plan is not a taste verdict.",
|
|
66
|
+
"Ranking orders review only; it is not a universal mix-quality score.",
|
|
67
|
+
"Run a final current-target proof after the durable edit lands."
|
|
68
|
+
]
|
|
69
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# Neon Durable Candidate Patch Plan
|
|
2
|
+
|
|
3
|
+
- status: `ready_for_durable_patch`
|
|
4
|
+
- ok: `true`
|
|
5
|
+
- target_label: Monkberry Moon Delight (Tab)
|
|
6
|
+
- mix_profile_id: `monkberry-moon-delight-eq-lane-mix-v7`
|
|
7
|
+
- source_file: `src/Games/songs/neon-approved-mix-overrides.json`
|
|
8
|
+
|
|
9
|
+
## Candidate
|
|
10
|
+
|
|
11
|
+
- label: `chord -0.10`
|
|
12
|
+
- action: `set_mixer_level chord: 0.38 -> 0.28 (-0.1)`
|
|
13
|
+
|
|
14
|
+
## Approval Boundary
|
|
15
|
+
|
|
16
|
+
- approval_mode: `mixing_canon_surrogate`
|
|
17
|
+
- approved_by: `codex`
|
|
18
|
+
- basis: subtle level reduction after objective receipts pass; this keeps development moving while preserving a listening-review caveat
|
|
19
|
+
- boundary: This is a durable patch handoff for an approved listening-review candidate. It does not prove subjective mix quality.
|
|
20
|
+
|
|
21
|
+
## Durable Edit
|
|
22
|
+
|
|
23
|
+
- mixer_levels: `{"chord":0.28}`
|
|
24
|
+
|
|
25
|
+
## Caveats
|
|
26
|
+
|
|
27
|
+
- A durable patch plan is not a taste verdict.
|
|
28
|
+
- Ranking orders review only; it is not a universal mix-quality score.
|
|
29
|
+
- Run a final current-target proof after the durable edit lands.
|