refactor: replace maxRounds with supervisor check interval #186
Reference in New Issue
Block a user
Delete Branch "refactor/185-remove-max-rounds"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
Remove maxRounds as a hard stop limit from the entire workflow stack. The supervisor becomes the sole termination authority.
Why
maxRounds conflated two concerns: hard execution limit and supervisor check frequency. The supervisor already has pathological behavior detection and runs on a configurable interval (workflow.yaml supervisorInterval). It should be the one deciding when to stop.
Changes
32 files changed, 84 insertions, 204 deletions.
Ref
Fixes #185