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
+2 -2
View File
@@ -249,8 +249,8 @@ func usage(w io.Writer) {
fmt.Fprintf(w, " config [args] inspect/validate effective configuration\n")
fmt.Fprintf(w, " changelog [args] generate the release changelog\n")
fmt.Fprintf(w, "\nBuilders read all inputs from the project tree (nwn-tool.yaml + data/); no\n")
fmt.Fprintf(w, "NWN install is required. If a builder ever needs an NWN root, it must be\n")
fmt.Fprintf(w, "passed explicitly via NWN_ROOT; crucible never guesses from $HOME. See\n")
fmt.Fprintf(w, "NWN install is required. A builder that one day needs NWN game data\n")
fmt.Fprintf(w, "auto-detects the install; it never requires a hand-set path. See\n")
fmt.Fprintf(w, "docs/consumer-contract.md.\n")
}