chore(crucible): drop dead NWN_ROOT rule; auto-detect is the forward rule

This commit is contained in:
2026-06-21 14:57:20 +02:00
parent d2c3b7c719
commit 91bb9a6613
3 changed files with 3 additions and 14 deletions
-11
View File
@@ -36,17 +36,6 @@ container:
~~No host install, no `$HOME` layout, no developer machine assumptions.~~
## `NWN_ROOT` rule
Crucible **never guesses `NWN_ROOT` from `$HOME`** (this was a deploy-notes
pain point). The NWN install/data root is passed explicitly:
- env `NWN_ROOT=/path/to/nwn`, or
- flag `--nwn-root /path/to/nwn`.
A builder that needs `NWN_ROOT` and receives neither must fail closed with a
clear message, not fall back to a home-directory default.
## Determinism
Same inputs → identical output bytes. Consumers may checksum artifacts across