@windyroad/architect 0.18.3-preview.827 → 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() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@windyroad/architect",
3
- "version": "0.18.3-preview.827",
3
+ "version": "0.18.3-preview.836",
4
4
  "description": "Architecture decision enforcement for AI coding agents",
5
5
  "bin": {
6
6
  "windyroad-architect": "./bin/install.mjs"