@windyroad/style-guide 0.4.1-preview.347 → 0.4.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": "Style guide enforcement for Claude Code",
3
+ "maturity": {
4
+ "band": "Experimental",
5
+ "schema_version": "2.0",
6
+ "hooks": {
7
+ "style-guide-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": 3,
10
13
  "days_shipped": 39,
11
- "invocations_30d": 100
14
+ "invocations_30d": null
12
15
  },
13
- "schema_version": "1.0"
14
- }
15
- }
16
- },
17
- "description": "Style guide enforcement for Claude Code",
18
- "hooks": {
19
- "style-guide-enforce-edit": {
20
- "maturity": {
16
+ "schema_version": "2.0"
17
+ },
18
+ "style-guide-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
- "style-guide-eval": {
33
- "maturity": {
27
+ "schema_version": "2.0"
28
+ },
29
+ "style-guide-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
- "style-guide-mark-reviewed": {
46
- "maturity": {
38
+ "schema_version": "2.0"
39
+ },
40
+ "style-guide-slide-marker": {
47
41
  "band": "Experimental",
48
42
  "computed_at": "2026-05-18T01:29:14Z",
49
43
  "evidence": {
@@ -52,42 +46,36 @@
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
- "style-guide-slide-marker": {
59
- "maturity": {
52
+ "skills": {
53
+ "update-guide": {
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": 3,
65
59
  "days_shipped": 39,
66
- "invocations_30d": null
60
+ "invocations_30d": 0
67
61
  },
68
- "schema_version": "1.0"
62
+ "schema_version": "2.0"
69
63
  }
70
- }
71
- },
72
- "maturity": {
73
- "band": "Experimental",
74
- "schema_version": "1.0"
75
- },
76
- "name": "wr-style-guide",
77
- "skills": {
78
- "update-guide": {
79
- "maturity": {
80
- "band": "Experimental",
64
+ },
65
+ "agents": {
66
+ "agent": {
67
+ "band": "Alpha",
81
68
  "computed_at": "2026-05-18T01:29:14Z",
82
69
  "evidence": {
83
70
  "breaking_change_age_days": null,
84
71
  "closed_tickets_window": 3,
85
72
  "days_shipped": 39,
86
- "invocations_30d": 0
73
+ "invocations_30d": 100
87
74
  },
88
- "schema_version": "1.0"
75
+ "schema_version": "2.0"
89
76
  }
90
77
  }
91
78
  },
92
- "version": "0.4.1"
79
+ "name": "wr-style-guide",
80
+ "version": "0.4.2"
93
81
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@windyroad/style-guide",
3
- "version": "0.4.1-preview.347",
3
+ "version": "0.4.2-preview.349",
4
4
  "description": "Style guide enforcement for CSS and UI components",
5
5
  "bin": {
6
6
  "windyroad-style-guide": "./bin/install.mjs"