fabro/crates
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
..
agent Fix pre-existing lint warnings 2026-02-27 12:09:48 -05:00
attractor Append -attempt_{n} to node directories on revisits 2026-02-27 17:39:24 -05:00
git-storage Add git-storage crate for storing data in git object database 2026-02-24 23:17:44 -05:00
llm Add Claude Haiku 4.5 to model catalog 2026-02-25 14:21:58 -05:00
redact Add redact crate for secret detection and redaction in NDJSON logs 2026-02-25 15:25:52 -05:00
terminal Revert clippy config to defaults, remove all pedantic/nursery/cargo lint suppressions 2026-02-24 09:42:28 -05:00