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
commit 0d6eb2aeaa
28 changed files with 987 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
# Build outputs — Crucible binaries are CI artifacts / image layers, never
# committed (D19; replaces the old habit of committing nwn-tool/sow-toolkit).
/bin/
*.exe
nwn-tool
sow-toolkit
# Go / build cache
.cache/
.cache/**
# nix build symlink
result
result-*
# OS / editor
.DS_Store
*.swp
.idea/
.vscode/