Skip to content

v1.2.0 - Workflow run tracking

Choose a tag to compare

@HetCreep HetCreep released this 08 Jul 18:17
v1.2.0
db30c9e

MINOR — the in-flight tracker learns the Workflow spawn shape.

Field-driven: a 52-agent Workflow run hit a session limit (8 workers dead) and the outer session had zero record the run existedWorkflow was not in the spawn-tool set, so the recovery block could not point the next session at the run's own journal.jsonl.

  • inFlightAgents now journals Workflow runs: the workflow's name/scriptPath as the description, subagentType: "workflow", and the run's transcriptDir probed as the residue path — the recovery block after an interruption now names where the run's own journal lives.
  • Honest scope unchanged: CoalHearth records that the run existed and where its residue is; the per-agent truth stays in the run's own journal.jsonl (a parent cannot force dead workers to journal).

Full detail: CHANGELOG.md.