generated from coulomb/repo-seed
15 lines
591 B
Markdown
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)
|