Phase 5: scaffold Crucible (sow-tools) — dispatcher + builder shims, container, PR-first CI, fail-closed (D11, D19).
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
// Command crucible-topdata is the standalone topdata builder (equivalent to
|
||||
// `crucible topdata`). sow-topdata resolves this binary to compile 2da/tlk + wiki.
|
||||
package main
|
||||
|
||||
import (
|
||||
"os"
|
||||
|
||||
"gitea.westgate.pw/ShadowsOverWestgate/sow-tools/internal/dispatch"
|
||||
)
|
||||
|
||||
func main() { os.Exit(dispatch.RunBuilder("topdata", os.Args[1:])) }
|
||||
Reference in New Issue
Block a user