artifact-store/src/artifactstore/registry/__init__.py

7 lines
221 B
Python
Raw Normal View History

"""Registry orchestrator.
Real implementation lands in ARTIFACT-STORE-WP-0001-T013. The orchestrator
combines identity, manifest, events, retention, and dataplane into the
operations exposed by the HTTP API and CLI.
"""