2026-05-15 20:08:32 +02:00
|
|
|
# artifact-store
|
2026-05-15 16:14:36 +00:00
|
|
|
|
2026-05-15 20:08:32 +02:00
|
|
|
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:
|
|
|
|
|
|
2026-05-15 20:56:01 +02:00
|
|
|
- [INTENT.md](INTENT.md) — purpose, product thesis, scope, boundary
|
|
|
|
|
- [docs/ARCHITECTURE-BLUEPRINT.md](docs/ARCHITECTURE-BLUEPRINT.md) — draft architecture
|
|
|
|
|
- [docs/PLATFORM-AMBITION.md](docs/PLATFORM-AMBITION.md) — longer-horizon thesis and the schema commitments v1 preserves
|
|
|
|
|
- [docs/REVIEW-2026-05-15-intent-and-blueprint.md](docs/REVIEW-2026-05-15-intent-and-blueprint.md) — SWOT and optimisation review
|
|
|
|
|
- [docs/ASSEMBLY-EXPERIMENT.md](docs/ASSEMBLY-EXPERIMENT.md) — opt-in research line on hand-tuned assembly for hot kernels
|
|
|
|
|
- [workplans/ARTIFACT-STORE-WP-0001-service-baseline.md](workplans/ARTIFACT-STORE-WP-0001-service-baseline.md) — first implementation workplan
|