Extend the tier-aware unresolved-namespace hint to the graph-build path #244
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Friction (fieldtest cycle-241, 2026-07-12, engine at
72c0b8a)The tier-aware unresolved-namespace hint (#241: outside a project → "no Aura.toml was found"; data-only project → "this project binds no node crate — attach one with
aura nodes new <name>") fires on the blueprint LOAD path (aura run/sweepover a blueprint file) but not on the op-script path:aura graph buildover an op-script referencing an unknownns::Typeinside a data-only project refuses with the bare unknown-type error, no tier hint. Same consumer mistake, two different diagnostic qualities.