~bigbes/sr-ht-spec: 2928bf9d

feat(cmd): specsrht space create/list

Spaces had no entry point at all: the read plane only reads, and the
proposal API operates on documents inside a space that already exists, so
a freshly deployed instance could not hold anything.

Creation installs the receive hooks itself rather than relying on the
daemon's startup refresh. A space created while the daemon runs would
otherwise accept unvalidated pushes until the next restart — the exact
fail-open the receive path exists to prevent.

bigbes <bigbes@gmail.com> — 2026-07-22 15:34:14 UTC

Commit 2928bf9d79d9ae999a27c74ee5811693489a3a4eview raw patch

Parent(s): 96471669

1 changed file(s)

FileStatus+
cmd/specsrht/main.go M +85