API discovery and imports

Version 0.3.0 Updated Apr 06, 2026

Wireframe uses progressive discovery for public APIs:

  • wireframe:: root is intentionally small and stable, exposing canonical Result and WireframeError.
  • wireframe::<module>::... is the default path for specialized APIs.
  • wireframe::prelude::* is an optional convenience import for common workflows.