@riddledc/riddle-proof-packs 0.4.0 → 0.4.1
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/dist/index.cjs +13 -9
- package/dist/index.js +13 -9
- package/package.json +1 -1
- package/packs/neon-step-sequencer/README.md +2 -2
- package/packs/neon-step-sequencer/case-study/findings.md +6 -6
- package/packs/neon-step-sequencer/case-study/ratchet-card.md +1 -1
- package/packs/neon-step-sequencer/case-study/ratchet-log.md +13 -12
- package/packs/neon-step-sequencer/case-study/reusable-lessons.md +1 -1
- package/packs/neon-step-sequencer/examples/README.md +2 -1
- package/packs/neon-step-sequencer/examples/run-004-ratchet-loop-mix-level-search/profile-result.json +3260 -131
- package/packs/neon-step-sequencer/examples/run-004-ratchet-loop-mix-level-search/summary.md +18 -8
- package/packs/neon-step-sequencer/profiles/ratchet-loop-mix-level-search.json +13 -9
|
@@ -3,13 +3,13 @@
|
|
|
3
3
|
- profile: `lilarcade-neon-ratchet-loop-mix-level-search`
|
|
4
4
|
- evidence_role_pattern: `interaction_snapshots`
|
|
5
5
|
- status: `passed`
|
|
6
|
-
- captured_at: `2026-05-
|
|
6
|
+
- captured_at: `2026-05-24T04:21:47.248Z`
|
|
7
7
|
- runner: `local-playwright`
|
|
8
8
|
- target: `http://127.0.0.1:5173/games/drum-sequencer?song=monkberry-moon-delight-tab&mix=profile&view=trainer&instrument=bass`
|
|
9
9
|
|
|
10
10
|
## Atomic Claim
|
|
11
11
|
|
|
12
|
-
The current Neon target can run a bounded ratchet loop that proposes mix-level candidates, applies each candidate, captures proof-window evidence,
|
|
12
|
+
The current Neon target can run a bounded ratchet loop that proposes mix-level change-claim candidates, applies each candidate action, captures proof-window evidence, records receipt-level verdicts, selects a supported candidate for review, and restores the app state after the run.
|
|
13
13
|
|
|
14
14
|
## Evidence
|
|
15
15
|
|
|
@@ -18,22 +18,32 @@ The current Neon target can run a bounded ratchet loop that proposes mix-level c
|
|
|
18
18
|
| strategy | `mix-level-search` |
|
|
19
19
|
| focus tracks | `bass`, `chord`, `guitar`, `rhythmSynth` |
|
|
20
20
|
| candidates tested | `6` |
|
|
21
|
-
| baseline
|
|
22
|
-
| best
|
|
23
|
-
|
|
|
24
|
-
| best candidate | `chord -0.10` to level `0.28` |
|
|
25
|
-
| loop status | `
|
|
21
|
+
| baseline candidate-ranking metric | `28.8336` |
|
|
22
|
+
| best candidate-ranking metric | `27.07095` |
|
|
23
|
+
| ranking metric delta | `1.7627` |
|
|
24
|
+
| best supported claim candidate | `chord -0.10` to level `0.28` |
|
|
25
|
+
| loop status | `claim_candidate_supported` |
|
|
26
26
|
| restored after run | `true` |
|
|
27
27
|
|
|
28
28
|
Console fatal count was `0`.
|
|
29
29
|
|
|
30
|
+
Claim receipts for the supported candidate:
|
|
31
|
+
|
|
32
|
+
- mixer edit accepted
|
|
33
|
+
- contract mixer level reflected the requested action
|
|
34
|
+
- rendered target track metrics changed
|
|
35
|
+
- required instruments remained active
|
|
36
|
+
- no clipping
|
|
37
|
+
- no low-level proof window
|
|
38
|
+
|
|
30
39
|
## Verdict
|
|
31
40
|
|
|
32
|
-
Passed. The bounded loop produced a reviewable candidate packet without permanently applying the candidate.
|
|
41
|
+
Passed. The bounded loop produced a reviewable claim-candidate packet without permanently applying the candidate. The ranking metric is a review-order hint only; the claim verdict is based on receipts and guardrails.
|
|
33
42
|
|
|
34
43
|
## What This Does Not Prove
|
|
35
44
|
|
|
36
45
|
- subjective mix quality
|
|
37
46
|
- that the candidate should be kept without listening review
|
|
47
|
+
- that the ranking metric is a universal proof metric
|
|
38
48
|
- that all possible mix edits were searched
|
|
39
49
|
- that the ratchet loop primitive is mix-specific
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
},
|
|
37
37
|
{
|
|
38
38
|
"type": "window_call",
|
|
39
|
-
"label": "
|
|
39
|
+
"label": "test-claim-candidates-mix-level-search",
|
|
40
40
|
"path": "__NEON_MIX_PROOF__.runRatchetLoop",
|
|
41
41
|
"args": [
|
|
42
42
|
{
|
|
@@ -50,8 +50,7 @@
|
|
|
50
50
|
"maxIterations": 6,
|
|
51
51
|
"monitorProfile": "smallSpeaker",
|
|
52
52
|
"restore": true,
|
|
53
|
-
"applyBest": false
|
|
54
|
-
"minImprovement": 0.1
|
|
53
|
+
"applyBest": false
|
|
55
54
|
}
|
|
56
55
|
],
|
|
57
56
|
"store_return_to": "__neonMixProof.ratchetLoop",
|
|
@@ -68,10 +67,13 @@
|
|
|
68
67
|
"path": "strategy"
|
|
69
68
|
},
|
|
70
69
|
{
|
|
71
|
-
"path": "
|
|
70
|
+
"path": "best.claimVerdict.status"
|
|
72
71
|
},
|
|
73
72
|
{
|
|
74
|
-
"path": "best.
|
|
73
|
+
"path": "best.claimCandidate.action.track"
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"path": "supportedClaimCandidateCount"
|
|
75
77
|
}
|
|
76
78
|
]
|
|
77
79
|
},
|
|
@@ -121,16 +123,18 @@
|
|
|
121
123
|
"pack_id": "neon_step_sequencer",
|
|
122
124
|
"pack_public_name": "Neon Step Sequencer Pack",
|
|
123
125
|
"evidence_role_pattern": "interaction_snapshots",
|
|
124
|
-
"purpose": "Run a bounded
|
|
126
|
+
"purpose": "Run a bounded loop that tests Neon mix-level change-claim candidates using the mix-level-search strategy.",
|
|
125
127
|
"required_receipts": [
|
|
126
128
|
"ratchet loop returns ok",
|
|
127
129
|
"baseline proof-window summary is captured",
|
|
128
|
-
"
|
|
129
|
-
"
|
|
130
|
+
"claim candidates are captured",
|
|
131
|
+
"each candidate records claim receipts",
|
|
132
|
+
"best supported claim candidate or human-review status is captured",
|
|
133
|
+
"state restoration receipt is captured"
|
|
130
134
|
],
|
|
131
135
|
"does_not_prove": [
|
|
132
136
|
"subjective mix quality",
|
|
133
|
-
"that
|
|
137
|
+
"that a supported claim candidate should be kept",
|
|
134
138
|
"all possible mix edits"
|
|
135
139
|
]
|
|
136
140
|
}
|