fabro/crates/attractor/tests
Bryan Helmkamp 5067a59f7b Add per-node visit counter to prevent infinite loops in dry-run mode
Cyclic graphs (e.g. consensus_task.dot, semport.dot) loop infinitely
under --dry-run because the mock backend always returns outcome=success,
which never matches conditional edges. Add a configurable max_node_visits
limit (graph attr, default 0=disabled) that defaults to 10 in dry-run
mode, terminating execution when any node is visited more than the limit.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Entire-Checkpoint: 633b59435252
2026-02-25 15:58:01 -05:00
..
cli.rs Write progress.ndjson and live.json to logs dir during pipeline runs 2026-02-24 09:50:19 -05:00
integration.rs Add per-node visit counter to prevent infinite loops in dry-run mode 2026-02-25 15:58:01 -05:00