Skip to content

v0.4.0: Add thin root facade to preserve import compatibility #40

@tazarov

Description

@tazarov

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions