@riddledc/riddle-proof-packs 0.4.2 → 0.4.4

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 (23) hide show
  1. package/README.md +37 -1
  2. package/dist/index.cjs +168 -2
  3. package/dist/index.d.cts +17 -1
  4. package/dist/index.d.ts +17 -1
  5. package/dist/index.js +163 -1
  6. package/package.json +1 -1
  7. package/packs/neon-step-sequencer/README.md +2 -1
  8. package/packs/neon-step-sequencer/case-study/findings.md +11 -0
  9. package/packs/neon-step-sequencer/case-study/ratchet-card.md +2 -1
  10. package/packs/neon-step-sequencer/case-study/ratchet-log.md +55 -0
  11. package/packs/neon-step-sequencer/case-study/reusable-lessons.md +4 -0
  12. package/packs/neon-step-sequencer/examples/README.md +3 -1
  13. package/packs/neon-step-sequencer/examples/run-006-ratchet-loop-human-review-packet/artifact-manifest.json +32 -0
  14. package/packs/neon-step-sequencer/examples/run-006-ratchet-loop-human-review-packet/console.json +4 -0
  15. package/packs/neon-step-sequencer/examples/run-006-ratchet-loop-human-review-packet/dom-summary.json +40 -0
  16. package/packs/neon-step-sequencer/examples/run-006-ratchet-loop-human-review-packet/human-review-packet.json +795 -0
  17. package/packs/neon-step-sequencer/examples/run-006-ratchet-loop-human-review-packet/human-review-packet.md +49 -0
  18. package/packs/neon-step-sequencer/examples/run-006-ratchet-loop-human-review-packet/profile-result.json +11786 -0
  19. package/packs/neon-step-sequencer/examples/run-006-ratchet-loop-human-review-packet/proof.json +11786 -0
  20. package/packs/neon-step-sequencer/examples/run-006-ratchet-loop-human-review-packet/screenshots/lilarcade-neon-ratchet-loop-mix-level-search-desktop-neon-ratchet-loop-mix-level-search.png +0 -0
  21. package/packs/neon-step-sequencer/examples/run-006-ratchet-loop-human-review-packet/screenshots/lilarcade-neon-ratchet-loop-mix-level-search-desktop.png +0 -0
  22. package/packs/neon-step-sequencer/examples/run-006-ratchet-loop-human-review-packet/summary.md +44 -0
  23. package/packs/neon-step-sequencer/profiles/ratchet-loop-mix-level-search.json +29 -0
@@ -2,7 +2,7 @@
2
2
 
3
3
  These examples are local Playwright runner outputs captured against LilArcade Neon Step Sequencer on May 24, 2026. They are included to show how this pack records atomic proof claims with explicit evidence-role patterns.
4
4
 
5
- The raw `profile-result.json` files are real runner outputs. They intentionally keep enough evidence to audit the verdict, but the summaries are the preferred place to start.
5
+ The raw `profile-result.json` files are real runner outputs. They intentionally keep enough evidence to audit the verdict, but the summaries are the preferred place to start. Run 006 also includes standalone `human-review-packet.json` and `human-review-packet.md` files generated from the proof artifact.
6
6
 
7
7
  ## Runs
8
8
 
@@ -13,6 +13,7 @@ The raw `profile-result.json` files are real runner outputs. They intentionally
13
13
  | `run-003-full-matrix` | `current_target` | passed | The mix-health proof holds across desktop, phone, iPad Mini, and iPad viewports. |
14
14
  | `run-004-ratchet-loop-mix-level-search` | `interaction_snapshots` | passed | A bounded ratchet loop tests mix-level change-claim candidates, records receipt verdicts, chooses a supported candidate for review, and restores app state. |
15
15
  | `run-005-explore-songs-and-mixes-final` | `current_target` | passed | A bounded exploration sweep samples four songs and eight song/part entries, producing a zero-finding confidence map after app-contract and mix-headroom fixes. |
16
+ | `run-006-ratchet-loop-human-review-packet` | `interaction_snapshots` | passed | A bounded ratchet loop returns a compact `humanReviewPacket` for handoff: supported candidates, objective guardrails, state restoration, review-order ranking, and listening caveats. |
16
17
 
17
18
  ## What these examples do not prove
18
19
 
@@ -22,3 +23,4 @@ The raw `profile-result.json` files are real runner outputs. They intentionally
22
23
  - They do not prove a reference/candidate release delta. The mix-change run uses pre-action/post-action snapshots inside one proof run, not a separate baseline deployment.
23
24
  - The ratchet-loop run does not prove that the loop primitive is mix-specific; `mix-level-search` is only this pack's first concrete strategy.
24
25
  - The ratchet-loop run does not prove that the supported candidate should be kept. Its ranking metric is a review-order hint, not a taste verdict.
26
+ - The human-review packet does not replace listening judgment. It compresses objective receipts and caveats so a person or follow-on agent can decide what to review next.
@@ -0,0 +1,32 @@
1
+ {
2
+ "version": "riddle-proof-local-runner-manifest.v1",
3
+ "runner": "local-playwright",
4
+ "profile_name": "lilarcade-neon-ratchet-loop-mix-level-search",
5
+ "captured_at": "2026-05-24T06:15:38.159Z",
6
+ "artifacts": [
7
+ {
8
+ "name": "proof.json",
9
+ "path": "proof.json",
10
+ "kind": "text",
11
+ "bytes": 497403
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": 497403
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:5177/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
+ }