Goal
Keep the root module import path stable by introducing a minimal root facade package that re-exports the moved implementation.
Scope
- Root package exposes the current public API surface only.
- Root delegates to relocated implementation packages.
- Avoid logic in facade except mapping/forwarding.
Acceptance Criteria
- Existing user imports remain valid.
- Public API signatures remain unchanged.
- Root package contains no heavy implementation logic.
GO_API_SURFACE.md updated if needed.
Goal
Keep the root module import path stable by introducing a minimal root facade package that re-exports the moved implementation.
Scope
Acceptance Criteria
GO_API_SURFACE.mdupdated if needed.