Expand description
BootstrapError
Returned by crate::node::Node::run_bootstrap when input
staging or target selection violates the contract per
docs/internal/superpowers/specs/2026-06-25-host-driven-bootstrap.md
§3.2.
Each variant carries every datum a host needs to recover (the offending name plus the declared set, the unknown slot id plus the available ids, …) so callers can surface human-readable prompts without re-introspecting the engine.
Enums§
- Bootstrap
Error - Errors surfaced by host-facing bootstrap staging methods on
Node. F3 lands the Node API + validation logic; this commit defines the error taxonomy + display only.