Skip to content

Long-run ergonomics: progress summary + cleaner --resume #5

Description

@skymanbp

Idea

Runs converge on their own (width × depth default to ∞), so a deep tree can take a while. Two ergonomics improvements:

  1. Progress summary — a periodic one-line status (nodes derived / rounds / open frontier / framings exercised) so the user can see it's making progress toward convergence rather than stalling.
  2. --resume polish — re-invoking with the same --out <dir> already resumes from the incremental write (§7.1); make the resume path explicit and ergonomic (detect the latest run dir, report what's being resumed, skip completed leaves cleanly).

What's involved

Mostly in the engine spec / skill orchestration (docs/ENGINE.md §7–§8) and how tree.json state is read back. Worth a short design note in the issue thread before implementation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions