Files
artifact-store/README.md
2026-05-15 20:08:32 +02:00

15 lines
591 B
Markdown

# artifact-store
Generic artifact registry and storage gateway for generated outputs, evidence
packages, reports, logs, and release artifacts.
The registry owns artifact identity, metadata, provenance, retention policy, and
retrieval records. Actual bytes are delegated to configured storage backends such
as a local filesystem, S3-compatible object storage, or Ceph RGW.
Start here:
- [INTENT.md](INTENT.md)
- [docs/ARCHITECTURE-BLUEPRINT.md](docs/ARCHITECTURE-BLUEPRINT.md)
- [workplans/ARTIFACT-STORE-WP-0001-service-baseline.md](workplans/ARTIFACT-STORE-WP-0001-service-baseline.md)