@windyroad/architect 0.6.0-preview.291 → 0.6.1-preview.296

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.
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "wr-architect",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "description": "Architecture decision enforcement for Claude Code"
5
5
  }
@@ -69,6 +69,12 @@ case "$FILE_PATH" in
69
69
  exit 0 ;;
70
70
  */docs/problems/*.md|docs/problems/*.md)
71
71
  exit 0 ;;
72
+ # ADR-031 / RFC-002 T1 dual-pattern: per-state subdir layout
73
+ # (`docs/problems/<state>/<NNN>-<slug>.md`). Coexists with the
74
+ # flat-layout pattern above during the migration window. Drops to
75
+ # single-pattern at RFC-002 T6 once Slice A migration verifies.
76
+ */docs/problems/*/*.md|docs/problems/*/*.md)
77
+ exit 0 ;;
72
78
  # Peer-plugin policy files — governed by their own plugin's enforce hook, not architect (P009)
73
79
  */docs/PRODUCT_DISCOVERY.md|docs/PRODUCT_DISCOVERY.md)
74
80
  exit 0 ;;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@windyroad/architect",
3
- "version": "0.6.0-preview.291",
3
+ "version": "0.6.1-preview.296",
4
4
  "description": "Architecture decision enforcement for AI coding agents",
5
5
  "bin": {
6
6
  "windyroad-architect": "./bin/install.mjs"