Crisis BFT consensus protocol — Go PoC, Python recorder, and CrisisViz: a native macOS scrubbable curriculum visualizer (10 chapters, ~18 minutes at 1×, signed-speed slider with reverse playback).
Find a file
saymrwulf 32f01e3466 Ch07 DA problem: migrate to serial timeline + Aaron's vault
Introduces Aaron's vault as a new visual element on the right side
of the canvas: a dashed coral box that holds ξ's body as a 4×6
grid of small filled rectangles labeled "ξ body · 1 MB" once Aaron
has sealed it. The vault is private storage — nobody else has it.

Beat structure:

  Scene 0 (17.5s) — carry-forward {α..ε}, Aaron composes ξ with a
                    heavy blob, seals it, body materializes in vault.
  Scene 1 (20s)   — Aaron sends only the HASH (small envelope, no
                    body) to Ben and to Carl. Each recipient marks
                    ξ on their lane with a red "⚠ BODY MISSING" flag.
  Scene 2 (21s)   — Ben requests ξ's body; arrow flies to Aaron.
                    Aaron silent. Big red ✗ + "AARON SILENT —
                    REQUEST TIMED OUT" pulse. Carl tries; same
                    outcome.
  Scene 3 (10s)   — " DA PROBLEM — Aaron knows ξ's body. Nobody
                    else can use it." + "→ erasure coding (next
                    chapter) makes data un-loseable" follow-up.

`Ch07Timeline.swift` (new) — 14 beats over ~68.5s. New beat kinds:
`composeXi`, `sealXi`, `sendHashOnly`, `markBodyMissing`,
`askForBody`, `aaronSilent`, `stuckBadge`.

`Ch08_DA_Problem.swift` rewritten end-to-end to render from
Ch07Timeline. ξ vertex sits past ε on each lane that has it. Hash
flight envelope is intentionally smaller than the body-carrying
flights of earlier chapters — visual cue that this carries less.
The vault uses the right margin so the lanes can stay at full
width on the left.

`SceneEngine` and `ImmersiveView` extended for chapter 7.

Bundled, harness 55/55 invariants, 0 audit errors, 281 PNGs,
36/36 MP4 written.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-07 22:24:46 +02:00
CrisisViz Ch07 DA problem: migrate to serial timeline + Aaron's vault 2026-05-07 22:24:46 +02:00
src/crisis Masterclass redesign: cast lifelines, narrative invariants, video harness 2026-05-06 19:11:36 +02:00
tests Initial implementation of the Crisis protocol (Richter, 2019) 2026-04-23 13:20:30 +02:00
.gitignore Add macOS .app bundle with native Dock icon and activation policy 2026-04-30 20:21:18 +02:00
Crisis.mirco-richter-2019.pdf Initial implementation of the Crisis protocol (Richter, 2019) 2026-04-23 13:20:30 +02:00
crisis_data.json Add JSON export pipeline + event recorder for visualization 2026-04-30 20:06:21 +02:00
pyproject.toml Initial implementation of the Crisis protocol (Richter, 2019) 2026-04-23 13:20:30 +02:00