Imports:
  - Types:
      - sync
    From: goga/usages/sync
  - Types:
      - status
      - UsageStatusReport
      - DepStatus
      - EntryStatus
      - EntryChange
      - EntryKind
      - UsageState
    From: goga/usages/status

Usages:
  convention: .goga/usages/conventions.md

Annotations: |
  The `convention` practice is used for:
  - Working with the codebase
  - Organizing the REPL development cycle
  - Debugging and testing
  - Organizing the test infrastructure
  - Understanding the general principles and rules of development and testing in the project

  This cell is a re-export facade: it embeds `sync` and `status` (with the status result
  types) so consumers import a single entry point. It owns no behavior — all logic lives in
  the child cells. Use relative imports.

---

->sync: {}
->status: {}
->UsageStatusReport: {}
->DepStatus: {}
->EntryStatus: {}
->EntryChange: {}
->EntryKind: {}
->UsageState: {}

---

Author: Goga
CreatedAt: 28/07/26
Description: |
  Re-export facade for the usages domain — embeds the sync and status entry points.
