fabro/crates/attractor/tests
Bryan Helmkamp f714e300a5 Append -attempt_{n} to node directories on revisits
When a pipeline revisits a node (goal gate retries, loops), each visit
now gets a distinct stage directory instead of silently overwriting the
previous one. First visit keeps the clean `nodes/{id}/` path; visit 2+
produces `nodes/{id}-attempt_{n}/`.

The engine always tracks visit counts and sets
`internal.node_visit_count` in context. Handlers read the count via
`visit_from_context()` and pass it to the updated `node_dir()`.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-27 17:39:24 -05:00
..
cli.rs Add legacy_tool.dot workflow and CLI tests for backwards compat 2026-02-27 12:08:04 -05:00
daytona_integration.rs Add full pipeline E2E test for artifact sync on Daytona 2026-02-27 17:06:58 -05:00
integration.rs Append -attempt_{n} to node directories on revisits 2026-02-27 17:39:24 -05:00