@riddledc/riddle-proof-packs 0.4.4 → 0.4.6
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 +12 -1
- package/bin/riddle-proof-review-packet +4 -0
- package/dist/chunk-SAE6HFAG.js +139 -0
- package/dist/humanReviewPacket-APSxuvat.d.cts +17 -0
- package/dist/humanReviewPacket-APSxuvat.d.ts +17 -0
- package/dist/index.cjs +187 -2
- package/dist/index.d.cts +2 -17
- package/dist/index.d.ts +2 -17
- package/dist/index.js +190 -131
- package/dist/reviewPacketCli.cjs +323 -0
- package/dist/reviewPacketCli.d.cts +28 -0
- package/dist/reviewPacketCli.d.ts +28 -0
- package/dist/reviewPacketCli.js +155 -0
- package/package.json +6 -2
- package/packs/neon-step-sequencer/README.md +3 -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 +55 -0
- package/packs/neon-step-sequencer/examples/README.md +3 -1
- package/packs/neon-step-sequencer/examples/run-006-ratchet-loop-human-review-packet/human-review-packet.md +3 -0
- package/packs/neon-step-sequencer/examples/run-007-approved-candidate-applied/artifact-manifest.json +32 -0
- package/packs/neon-step-sequencer/examples/run-007-approved-candidate-applied/console.json +4 -0
- package/packs/neon-step-sequencer/examples/run-007-approved-candidate-applied/dom-summary.json +40 -0
- package/packs/neon-step-sequencer/examples/run-007-approved-candidate-applied/human-review-packet.json +801 -0
- package/packs/neon-step-sequencer/examples/run-007-approved-candidate-applied/human-review-packet.md +52 -0
- package/packs/neon-step-sequencer/examples/run-007-approved-candidate-applied/profile-result.json +11994 -0
- package/packs/neon-step-sequencer/examples/run-007-approved-candidate-applied/proof.json +11994 -0
- package/packs/neon-step-sequencer/examples/run-007-approved-candidate-applied/screenshots/lilarcade-neon-ratchet-loop-approved-candidate-desktop-neon-ratchet-loop-approved-candidate.png +0 -0
- package/packs/neon-step-sequencer/examples/run-007-approved-candidate-applied/screenshots/lilarcade-neon-ratchet-loop-approved-candidate-desktop.png +0 -0
- package/packs/neon-step-sequencer/examples/run-007-approved-candidate-applied/summary.md +32 -0
- package/packs/neon-step-sequencer/profiles/ratchet-loop-approved-candidate.json +177 -0
package/packs/neon-step-sequencer/examples/run-007-approved-candidate-applied/human-review-packet.md
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
# Neon Human Review Packet
|
|
2
|
+
|
|
3
|
+
- status: `candidate_applied_for_listening_review`
|
|
4
|
+
- domain: `audio_mix`
|
|
5
|
+
- evidence_role_pattern: `interaction_snapshots`
|
|
6
|
+
- requested_intent: turn the chord part down a little
|
|
7
|
+
- selected_song: Monkberry Moon Delight (Tab)
|
|
8
|
+
|
|
9
|
+
## Recommendation
|
|
10
|
+
|
|
11
|
+
- action: `listen_to_applied_candidate`
|
|
12
|
+
- candidate: `chord -0.10`
|
|
13
|
+
- candidate_action: `set_mixer_level chord: 0.38 -> 0.28 (-0.1)`
|
|
14
|
+
- reason: All objective claim receipts passed for this candidate; ranking only orders listening review.
|
|
15
|
+
|
|
16
|
+
## Objective Receipts
|
|
17
|
+
|
|
18
|
+
- supported_candidates: `6`
|
|
19
|
+
- rejected_candidates: `0`
|
|
20
|
+
- state_restored_after_loop: `true`
|
|
21
|
+
- candidate_actions_are_transient: `false`
|
|
22
|
+
- no_permanent_edit_unless_apply_best: `false`
|
|
23
|
+
- approved_candidate_applied: `true`
|
|
24
|
+
- approval_mode: `mixing_canon_surrogate`
|
|
25
|
+
- approval_basis: subtle level reduction after objective receipts pass; this keeps development moving while preserving a listening-review caveat
|
|
26
|
+
|
|
27
|
+
## Ranking
|
|
28
|
+
|
|
29
|
+
- metric: `objective_mix_health_penalty`
|
|
30
|
+
- role: `review_order_only`
|
|
31
|
+
- lower_is_better: `true`
|
|
32
|
+
- baseline: `28.8336`
|
|
33
|
+
- best: `27.0708`
|
|
34
|
+
- delta: `1.7628`
|
|
35
|
+
|
|
36
|
+
## Boundary
|
|
37
|
+
|
|
38
|
+
Objective receipts support or reject candidate change claims; musical taste still requires listening review.
|
|
39
|
+
|
|
40
|
+
## Listening Prompts
|
|
41
|
+
|
|
42
|
+
- Does the supported candidate match the requested musical intent?
|
|
43
|
+
- Is the changed part better balanced in the proof window?
|
|
44
|
+
- Did the proof window contain the musical material being judged?
|
|
45
|
+
- Would another section or speaker profile change the listening decision?
|
|
46
|
+
|
|
47
|
+
## Caveats
|
|
48
|
+
|
|
49
|
+
- This packet does not prove subjective mix quality.
|
|
50
|
+
- A supported candidate proves objective receipts and guardrails only.
|
|
51
|
+
- Ranking orders review; it is not a taste score.
|
|
52
|
+
- Keep or apply the candidate only after listening review.
|