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

Calculating data signature for validation...

> Validating configuration: ~/.hankweave-executions/<exec-id>/agentRoot/fixtures/plan-review-update/hank.json

  Data source:    ~/.hankweave-executions/<exec-id>/agentRoot/fixtures/plan-review-update/data
  Execution path: ~/.hankweave-executions/validation-<id>

✓ Configuration is valid!

╭──────────────────────────────────────────────────────────────────────────────╮
│  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
─────────────────────────────────────────────────────────────────
  No global budget. Loop and codon limits only.

  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

╭─ GOOD TO RUN! ─────────────────────────────────────────────────────╮
│  3 codons • 3 prompts • 3 system prompts • 1 rigs • 3 checkpoints  │
╰────────────────────────────────────────────────────────────────────╯

Run it:  hankweave hank.json <data_path>

