@windyroad/jtbd 0.8.2 → 0.8.3

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,92 +1,94 @@
1
1
  {
2
2
  "description": "Jobs-to-be-done enforcement for Claude Code",
3
3
  "maturity": {
4
+ "agents": {
5
+ "agent": {
6
+ "band": "Alpha",
7
+ "computed_at": "2026-05-18T11:42:50Z",
8
+ "evidence": {
9
+ "breaking_change_age_days": null,
10
+ "closed_tickets_window": 14,
11
+ "days_shipped": 40,
12
+ "invocations_30d": 724
13
+ },
14
+ "schema_version": "2.0"
15
+ }
16
+ },
4
17
  "band": "Experimental",
5
- "schema_version": "2.0",
18
+ "bootstrapping": true,
6
19
  "hooks": {
7
20
  "jtbd-enforce-edit": {
8
21
  "band": "Experimental",
9
- "computed_at": "2026-05-18T01:29:14Z",
22
+ "computed_at": "2026-05-18T11:42:50Z",
10
23
  "evidence": {
11
24
  "breaking_change_age_days": null,
12
25
  "closed_tickets_window": 14,
13
- "days_shipped": 39,
26
+ "days_shipped": 40,
14
27
  "invocations_30d": null
15
28
  },
16
29
  "schema_version": "2.0"
17
30
  },
18
31
  "jtbd-eval": {
19
32
  "band": "Experimental",
20
- "computed_at": "2026-05-18T01:29:14Z",
33
+ "computed_at": "2026-05-18T11:42:50Z",
21
34
  "evidence": {
22
35
  "breaking_change_age_days": null,
23
36
  "closed_tickets_window": 14,
24
- "days_shipped": 39,
37
+ "days_shipped": 40,
25
38
  "invocations_30d": null
26
39
  },
27
40
  "schema_version": "2.0"
28
41
  },
29
42
  "jtbd-mark-reviewed": {
30
43
  "band": "Experimental",
31
- "computed_at": "2026-05-18T01:29:14Z",
44
+ "computed_at": "2026-05-18T11:42:50Z",
32
45
  "evidence": {
33
46
  "breaking_change_age_days": null,
34
47
  "closed_tickets_window": 14,
35
- "days_shipped": 39,
48
+ "days_shipped": 40,
36
49
  "invocations_30d": null
37
50
  },
38
51
  "schema_version": "2.0"
39
52
  },
40
53
  "jtbd-slide-marker": {
41
54
  "band": "Experimental",
42
- "computed_at": "2026-05-18T01:29:14Z",
55
+ "computed_at": "2026-05-18T11:42:50Z",
43
56
  "evidence": {
44
57
  "breaking_change_age_days": null,
45
58
  "closed_tickets_window": 14,
46
- "days_shipped": 39,
59
+ "days_shipped": 40,
47
60
  "invocations_30d": null
48
61
  },
49
62
  "schema_version": "2.0"
50
63
  }
51
64
  },
65
+ "rollup_invocations_30d": 729,
66
+ "schema_version": "2.0",
52
67
  "skills": {
53
68
  "review-jobs": {
54
69
  "band": "Experimental",
55
- "computed_at": "2026-05-18T01:29:14Z",
70
+ "computed_at": "2026-05-18T11:42:50Z",
56
71
  "evidence": {
57
72
  "breaking_change_age_days": null,
58
73
  "closed_tickets_window": 14,
59
- "days_shipped": 39,
74
+ "days_shipped": 40,
60
75
  "invocations_30d": 1
61
76
  },
62
77
  "schema_version": "2.0"
63
78
  },
64
79
  "update-guide": {
65
80
  "band": "Experimental",
66
- "computed_at": "2026-05-18T01:29:14Z",
81
+ "computed_at": "2026-05-18T11:42:50Z",
67
82
  "evidence": {
68
83
  "breaking_change_age_days": null,
69
84
  "closed_tickets_window": 14,
70
- "days_shipped": 39,
85
+ "days_shipped": 40,
71
86
  "invocations_30d": 4
72
87
  },
73
88
  "schema_version": "2.0"
74
89
  }
75
- },
76
- "agents": {
77
- "agent": {
78
- "band": "Alpha",
79
- "computed_at": "2026-05-18T01:29:14Z",
80
- "evidence": {
81
- "breaking_change_age_days": null,
82
- "closed_tickets_window": 14,
83
- "days_shipped": 39,
84
- "invocations_30d": 704
85
- },
86
- "schema_version": "2.0"
87
- }
88
90
  }
89
91
  },
90
92
  "name": "wr-jtbd",
91
- "version": "0.8.2"
93
+ "version": "0.8.3"
92
94
  }
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @windyroad/jtbd
2
2
 
3
- **Jobs-to-be-done enforcement for Claude Code.** Reviews UI changes against your documented user jobs, personas, and desired outcomes before they ship. *Maturity: Experimental.*
3
+ **Jobs-to-be-done enforcement for Claude Code.** Reviews UI changes against your documented user jobs, personas, and desired outcomes before they ship. *Maturity: Experimental (suite-bootstrap window; 729 invocations / 30d).*
4
4
 
5
5
  Part of [Windy Road Agent Plugins](../../README.md).
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@windyroad/jtbd",
3
- "version": "0.8.2",
3
+ "version": "0.8.3",
4
4
  "description": "Jobs-to-be-done enforcement for UI changes",
5
5
  "bin": {
6
6
  "windyroad-jtbd": "./bin/install.mjs"