
╭────────────────────────────────────────────────────────────────────╮
│  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 ✓

╭──────────────────────────────────────────────────────────────────────────────╮
│  loop-archive v1.0.0                                                         │
│  1 codon • 1 loop                                                            │
╰──────────────────────────────────────────────────────────────────────────────╯

└─ [1] LOOP: revise (Revise the project) × 2 iterations
  ╭────────────────────────────────────────────────────────────
  │
  └─ [1.1] edit (Edit current-project)
        model: deepseek-v4-flash (DeepSeek V4 Flash) │ mode: fresh
        prompts: 1 (2 lines) │ checkpointedGlobs: 1
        rigs: cmd: mkdir -p current-project && if [ -d ../rigArchive/revise...
  │
  ╰────────────────────────────────────────────────────────────

!  Configuration warnings:
  - Loop 'revise' > Codon 1 (edit): rigSetup in loop codon should use 'allowFailure: true' to prevent loop termination on setup failures. This is especially important if subsequent iterations might fail (e.g., trying to copy files to where they already exist).
  - Loop 'revise' > Codon 1 (edit): loop codon defaults to 'onFailure: abort'. A single transient failure (idle timeout, one-off provider error) on any iteration will halt the entire loop run. Consider 'onFailure: retry' (with retryConfig for bounded attempts) or 'onFailure: ignore' to keep the loop progressing across transient blips.


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

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