fabro/lib/components/fabro-workflow-version
Scott Werner 5a5cfbdaa0 Parse template dependencies whose paths collide with discovery roots
Batched dependency discovery pre-seeded roots into the path-keyed result
map and reused that map as the traversal-dedup set, so a loaded include
target whose path matched a root (e.g. a goal template including the
graph file that anchors an inline prompt) was recorded but never parsed,
silently accepting invalid template content that per-root discovery used
to reject. Dedup traversal on the full (path, root, content) occurrence
instead, which also stops re-parsing identical duplicate roots.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-18 13:02:25 -04:00
..
src Parse template dependencies whose paths collide with discovery roots 2026-08-18 13:02:25 -04:00
Cargo.toml Add immutable workflow version resource 2026-08-13 16:34:52 -04:00