@windyroad/jtbd 0.8.1 → 0.8.2-preview.349

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,23 +1,21 @@
1
1
  {
2
- "agents": {
3
- "agent": {
4
- "maturity": {
5
- "band": "Alpha",
2
+ "description": "Jobs-to-be-done enforcement for Claude Code",
3
+ "maturity": {
4
+ "band": "Experimental",
5
+ "schema_version": "2.0",
6
+ "hooks": {
7
+ "jtbd-enforce-edit": {
8
+ "band": "Experimental",
6
9
  "computed_at": "2026-05-18T01:29:14Z",
7
10
  "evidence": {
8
11
  "breaking_change_age_days": null,
9
12
  "closed_tickets_window": 14,
10
13
  "days_shipped": 39,
11
- "invocations_30d": 704
14
+ "invocations_30d": null
12
15
  },
13
- "schema_version": "1.0"
14
- }
15
- }
16
- },
17
- "description": "Jobs-to-be-done enforcement for Claude Code",
18
- "hooks": {
19
- "jtbd-enforce-edit": {
20
- "maturity": {
16
+ "schema_version": "2.0"
17
+ },
18
+ "jtbd-eval": {
21
19
  "band": "Experimental",
22
20
  "computed_at": "2026-05-18T01:29:14Z",
23
21
  "evidence": {
@@ -26,11 +24,9 @@
26
24
  "days_shipped": 39,
27
25
  "invocations_30d": null
28
26
  },
29
- "schema_version": "1.0"
30
- }
31
- },
32
- "jtbd-eval": {
33
- "maturity": {
27
+ "schema_version": "2.0"
28
+ },
29
+ "jtbd-mark-reviewed": {
34
30
  "band": "Experimental",
35
31
  "computed_at": "2026-05-18T01:29:14Z",
36
32
  "evidence": {
@@ -39,11 +35,9 @@
39
35
  "days_shipped": 39,
40
36
  "invocations_30d": null
41
37
  },
42
- "schema_version": "1.0"
43
- }
44
- },
45
- "jtbd-mark-reviewed": {
46
- "maturity": {
38
+ "schema_version": "2.0"
39
+ },
40
+ "jtbd-slide-marker": {
47
41
  "band": "Experimental",
48
42
  "computed_at": "2026-05-18T01:29:14Z",
49
43
  "evidence": {
@@ -52,55 +46,47 @@
52
46
  "days_shipped": 39,
53
47
  "invocations_30d": null
54
48
  },
55
- "schema_version": "1.0"
49
+ "schema_version": "2.0"
56
50
  }
57
51
  },
58
- "jtbd-slide-marker": {
59
- "maturity": {
52
+ "skills": {
53
+ "review-jobs": {
60
54
  "band": "Experimental",
61
55
  "computed_at": "2026-05-18T01:29:14Z",
62
56
  "evidence": {
63
57
  "breaking_change_age_days": null,
64
58
  "closed_tickets_window": 14,
65
59
  "days_shipped": 39,
66
- "invocations_30d": null
60
+ "invocations_30d": 1
67
61
  },
68
- "schema_version": "1.0"
69
- }
70
- }
71
- },
72
- "maturity": {
73
- "band": "Experimental",
74
- "schema_version": "1.0"
75
- },
76
- "name": "wr-jtbd",
77
- "skills": {
78
- "review-jobs": {
79
- "maturity": {
62
+ "schema_version": "2.0"
63
+ },
64
+ "update-guide": {
80
65
  "band": "Experimental",
81
66
  "computed_at": "2026-05-18T01:29:14Z",
82
67
  "evidence": {
83
68
  "breaking_change_age_days": null,
84
69
  "closed_tickets_window": 14,
85
70
  "days_shipped": 39,
86
- "invocations_30d": 1
71
+ "invocations_30d": 4
87
72
  },
88
- "schema_version": "1.0"
73
+ "schema_version": "2.0"
89
74
  }
90
75
  },
91
- "update-guide": {
92
- "maturity": {
93
- "band": "Experimental",
76
+ "agents": {
77
+ "agent": {
78
+ "band": "Alpha",
94
79
  "computed_at": "2026-05-18T01:29:14Z",
95
80
  "evidence": {
96
81
  "breaking_change_age_days": null,
97
82
  "closed_tickets_window": 14,
98
83
  "days_shipped": 39,
99
- "invocations_30d": 4
84
+ "invocations_30d": 704
100
85
  },
101
- "schema_version": "1.0"
86
+ "schema_version": "2.0"
102
87
  }
103
88
  }
104
89
  },
105
- "version": "0.8.1"
90
+ "name": "wr-jtbd",
91
+ "version": "0.8.2"
106
92
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@windyroad/jtbd",
3
- "version": "0.8.1",
3
+ "version": "0.8.2-preview.349",
4
4
  "description": "Jobs-to-be-done enforcement for UI changes",
5
5
  "bin": {
6
6
  "windyroad-jtbd": "./bin/install.mjs"