
╭────────────────────────────────────────────────────────────────────╮
│  Hankweave v0.10.0                                                 │
│  darwin arm64 • node v23.8.0                                       │
╰────────────────────────────────────────────────────────────────────╯

Created new execution directory: ~/.hankweave-executions/<exec-id>
New execution: <exec-id>
  Source → data
  Exec   → ~/.hankweave-executions/<exec-id>
  SDKs   → Claude node_modules ✓

╭──────────────────────────────────────────────────────────────────────────────╮
│  plan-review-update v1.0.0                                                   │
│  3 codons • 1 loop                                                           │
╰──────────────────────────────────────────────────────────────────────────────╯

├─ [1] plan (Write the initial plan)
│     model: haiku │ mode: fresh │ prompts: 1 (11 lines)
│     checkpointedGlobs: 1
│     ↓
└─ [2] LOOP: blind-reviews (Repeatedly improve the plan through blind iterati...
  ╭────────────────────────────────────────────────────────────
  │
  ├─ [2.1] review (Blind review of the plan)
  │     model: haiku │ mode: fresh │ prompts: 1 (12 lines)
  │     checkpointedGlobs: 1
  │     ↓
  └─ [2.2] update (Apply the review to the plan)
        model: haiku │ mode: fresh │ prompts: 1 (8 lines)
        checkpointedGlobs: 2
        rigs: cmd: mkdir -p notes && cp review-notes.md "notes/review-notes...
  │
  ╰────────────────────────────────────────────────────────────


Budget
─────────────────────────────────────────────────────────────────
  Global ceiling:  $<cost> (runtime/cli)
  Allocation:      shared sequentially

  Codon             Model       Max Dollars                       Max Time          On exceeded
  ─────             ─────       ───────────                       ────────          ───────────
  plan              Claude Ha…  $<cost> (codon cap)                 <secs>s (cap)        ⚠ fails run
  blind-reviews                 $<cost> (loop budget)               <secs>s (loop)
    ├─ review       Claude Ha…  $<cost> (codon cap)                 <secs>s (cap)        completes
    └─ update       Claude Ha…  $<cost> (codon cap)                 <secs>s (cap)        completes

  Shared pool: codons run in order. Each uses what it needs;
  the remainder passes to the next.


══════════════════════════════════════════════════
  Hankweave Server Started
  WebSocket: ws://localhost:<port>
══════════════════════════════════════════════════

Running in headless mode on port <port>
➜ Listening on: http://localhost:<port>/ (all interfaces)
