Phase 5: scaffold Crucible (sow-tools) — dispatcher + builder shims, container, PR-first CI, fail-closed (D11, D19).

This commit is contained in:
2026-06-11 20:36:13 +02:00
parent ff264f0d7c
commit 97f8427c4b
154 changed files with 948 additions and 76902 deletions
+11
View File
@@ -0,0 +1,11 @@
// Command crucible-module is the standalone module builder (equivalent to
// `crucible module`). sow-module resolves this binary to package its .mod.
package main
import (
"os"
"gitea.westgate.pw/ShadowsOverWestgate/sow-tools/internal/dispatch"
)
func main() { os.Exit(dispatch.RunBuilder("module", os.Args[1:])) }