@windyroad/style-guide 0.4.2 → 0.4.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,81 +1,83 @@
1
1
  {
2
2
  "description": "Style guide 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": 3,
11
+ "days_shipped": 40,
12
+ "invocations_30d": 100
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
  "style-guide-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": 3,
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
  "style-guide-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": 3,
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
  "style-guide-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": 3,
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
  "style-guide-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": 3,
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": 100,
66
+ "schema_version": "2.0",
52
67
  "skills": {
53
68
  "update-guide": {
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": 3,
59
- "days_shipped": 39,
74
+ "days_shipped": 40,
60
75
  "invocations_30d": 0
61
76
  },
62
77
  "schema_version": "2.0"
63
78
  }
64
- },
65
- "agents": {
66
- "agent": {
67
- "band": "Alpha",
68
- "computed_at": "2026-05-18T01:29:14Z",
69
- "evidence": {
70
- "breaking_change_age_days": null,
71
- "closed_tickets_window": 3,
72
- "days_shipped": 39,
73
- "invocations_30d": 100
74
- },
75
- "schema_version": "2.0"
76
- }
77
79
  }
78
80
  },
79
81
  "name": "wr-style-guide",
80
- "version": "0.4.2"
82
+ "version": "0.4.3"
81
83
  }
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @windyroad/style-guide
2
2
 
3
- **Style guide enforcement for Claude Code.** Reviews CSS and UI component changes against your design system before they're applied. *Maturity: Experimental.*
3
+ **Style guide enforcement for Claude Code.** Reviews CSS and UI component changes against your design system before they're applied. *Maturity: Experimental (suite-bootstrap window; 100 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/style-guide",
3
- "version": "0.4.2",
3
+ "version": "0.4.3",
4
4
  "description": "Style guide enforcement for CSS and UI components",
5
5
  "bin": {
6
6
  "windyroad-style-guide": "./bin/install.mjs"