@windyroad/jtbd 0.7.0-preview.176 → 0.7.1-preview.179

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.0",
3
+ "version": "0.7.1",
4
4
  "description": "Jobs-to-be-done enforcement for Claude Code"
5
5
  }
@@ -76,6 +76,8 @@ case "$FILE_PATH" in
76
76
  exit 0 ;;
77
77
  */docs/BRIEFING.md|docs/BRIEFING.md)
78
78
  exit 0 ;;
79
+ */docs/briefing/*|docs/briefing/*)
80
+ exit 0 ;;
79
81
  */docs/problems/*.md|docs/problems/*.md)
80
82
  exit 0 ;;
81
83
  */docs/jtbd/*|docs/jtbd/*)
@@ -38,7 +38,7 @@ REQUIRED ACTIONS:
38
38
 
39
39
  SCOPE: All project files.
40
40
  Does NOT apply to: CSS, images, fonts, lockfiles, changesets, memory files,
41
- plan files, docs/problems/ (problem tickets), docs/BRIEFING.md,
41
+ plan files, docs/problems/ (problem tickets), docs/BRIEFING.md, docs/briefing/,
42
42
  RISK-POLICY.md, .risk-reports/, docs/jtbd/,
43
43
  docs/PRODUCT_DISCOVERY.md, docs/VOICE-AND-TONE.md, docs/STYLE-GUIDE.md.
44
44
  HOOK_OUTPUT
@@ -32,6 +32,12 @@ teardown() {
32
32
  [[ "$output" == *"BRIEFING"* ]]
33
33
  }
34
34
 
35
+ @test "eval: scope text mentions docs/briefing/ exemption (P100)" {
36
+ run bash "$HOOK"
37
+ [ "$status" -eq 0 ]
38
+ [[ "$output" == *"docs/briefing/"* ]]
39
+ }
40
+
35
41
  @test "eval: scope text mentions RISK-POLICY exemption (P029)" {
36
42
  run bash "$HOOK"
37
43
  [ "$status" -eq 0 ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@windyroad/jtbd",
3
- "version": "0.7.0-preview.176",
3
+ "version": "0.7.1-preview.179",
4
4
  "description": "Jobs-to-be-done enforcement for UI changes",
5
5
  "bin": {
6
6
  "windyroad-jtbd": "./bin/install.mjs"