mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-08-28 05:27:41 +00:00
Move the static-reference vocabulary out of fabro-workflow so every consumer shares one definition: ReferenceKind, AttributeScope, and reference_kind_for_attribute land in fabro-types::graph, and validate_static_reference plus a new visit_graph_references walker land in fabro-template. The manifest bundler drops its ad-hoc graph scan and walks references through the shared walker. Unifying the walkers forces three semantic alignments, each matching what the engine actually executes rather than what the old scanners happened to match: - stack.child_dotfile is no longer classified as a child-workflow reference; the engine never resolved it as one. - import and stack.child_workflow only count at node scope; graph- and edge-level occurrences were scanned but never executed. - @@-escaped goals flow through the shared walker's escape handling instead of the bundler's own prefix stripping. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| apps | ||
| components | ||
| foundation | ||
| packages/fabro-api-client | ||