Add initial distributor CLI skeleton

This commit is contained in:
2026-05-31 01:47:39 +00:00
parent 0818733b19
commit 22d0424232
19 changed files with 436 additions and 2 deletions

View File

@@ -1,5 +1,11 @@
# distributor
`distributor` is a planned Go application for validating and publishing manifested Markdown bundles.
`distributor` is a Go application shell for validating and publishing manifested report bundles.
Implementation has not started yet. Current design and implementation planning lives under `docs/roadmap/`.
Current implemented behavior is limited to CLI help, version output, and placeholder operational commands:
```sh
go run ./cmd/distributor --help
```
See [docs/cli.md](docs/cli.md) for the implemented CLI surface. Current design and implementation planning lives under `docs/roadmap/`.