Bootstraping the repo

This commit is contained in:
2026-05-15 20:08:32 +02:00
parent c99ffe429f
commit 793c0c7ba5
6 changed files with 1006 additions and 2 deletions

View File

@@ -1,3 +1,14 @@
# repo-seed
# artifact-store
A git repository template to bootstrap coulomb projects from.
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)