Extend the tier-aware unresolved-namespace hint to the graph-build path #244

Closed
opened 2026-07-12 17:58:54 +02:00 by Brummel · 0 comments
Owner

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/sweep over a blueprint file) but not on the op-script path: aura graph build over an op-script referencing an unknown ns::Type inside a data-only project refuses with the bare unknown-type error, no tier hint. Same consumer mistake, two different diagnostic qualities.

## 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`/`sweep` over a blueprint file) but not on the op-script path: `aura graph build` over an op-script referencing an unknown `ns::Type` inside a data-only project refuses with the bare unknown-type error, no tier hint. Same consumer mistake, two different diagnostic qualities.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Brummel/Aura#244