@windyroad/architect 0.18.3-preview.826 → 0.18.3-preview.836
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -12,6 +12,11 @@ setup() {
|
|
|
12
12
|
PLUGIN_ROOT="$REPO_ROOT/packages/architect"
|
|
13
13
|
DIR="$(mktemp -d)"
|
|
14
14
|
mkdir -p "$DIR/docs/decisions"
|
|
15
|
+
# Hermeticity (P391): the AFK work-problems orchestrator exports
|
|
16
|
+
# WR_SUPPRESS_OVERSIGHT_NUDGE=1, which the hook self-suppresses on. Unset it so
|
|
17
|
+
# count-emitting tests assert real behaviour; guard-specific tests set it
|
|
18
|
+
# per-invocation via `run env WR_SUPPRESS_OVERSIGHT_NUDGE=...`.
|
|
19
|
+
unset WR_SUPPRESS_OVERSIGHT_NUDGE
|
|
15
20
|
}
|
|
16
21
|
|
|
17
22
|
teardown() {
|