@windyroad/jtbd 0.7.2-preview.291 → 0.7.3-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-jtbd",
3
- "version": "0.7.2",
3
+ "version": "0.7.3",
4
4
  "description": "Jobs-to-be-done enforcement for Claude Code"
5
5
  }
@@ -83,6 +83,12 @@ case "$FILE_PATH" in
83
83
  exit 0 ;;
84
84
  */docs/problems/*.md|docs/problems/*.md)
85
85
  exit 0 ;;
86
+ # ADR-031 / RFC-002 T1 dual-pattern: per-state subdir layout
87
+ # (`docs/problems/<state>/<NNN>-<slug>.md`). Coexists with the
88
+ # flat-layout pattern above during the migration window. Drops to
89
+ # single-pattern at RFC-002 T6 once Slice A migration verifies.
90
+ */docs/problems/*/*.md|docs/problems/*/*.md)
91
+ exit 0 ;;
86
92
  */docs/jtbd/*|docs/jtbd/*)
87
93
  exit 0 ;;
88
94
  */docs/PRODUCT_DISCOVERY.md|docs/PRODUCT_DISCOVERY.md)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@windyroad/jtbd",
3
- "version": "0.7.2-preview.291",
3
+ "version": "0.7.3-preview.296",
4
4
  "description": "Jobs-to-be-done enforcement for UI changes",
5
5
  "bin": {
6
6
  "windyroad-jtbd": "./bin/install.mjs"