@windyroad/style-guide 0.4.0-preview.344 → 0.4.1-preview.347

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,93 @@
1
1
  {
2
+ "agents": {
3
+ "agent": {
4
+ "maturity": {
5
+ "band": "Alpha",
6
+ "computed_at": "2026-05-18T01:29:14Z",
7
+ "evidence": {
8
+ "breaking_change_age_days": null,
9
+ "closed_tickets_window": 3,
10
+ "days_shipped": 39,
11
+ "invocations_30d": 100
12
+ },
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": {
21
+ "band": "Experimental",
22
+ "computed_at": "2026-05-18T01:29:14Z",
23
+ "evidence": {
24
+ "breaking_change_age_days": null,
25
+ "closed_tickets_window": 3,
26
+ "days_shipped": 39,
27
+ "invocations_30d": null
28
+ },
29
+ "schema_version": "1.0"
30
+ }
31
+ },
32
+ "style-guide-eval": {
33
+ "maturity": {
34
+ "band": "Experimental",
35
+ "computed_at": "2026-05-18T01:29:14Z",
36
+ "evidence": {
37
+ "breaking_change_age_days": null,
38
+ "closed_tickets_window": 3,
39
+ "days_shipped": 39,
40
+ "invocations_30d": null
41
+ },
42
+ "schema_version": "1.0"
43
+ }
44
+ },
45
+ "style-guide-mark-reviewed": {
46
+ "maturity": {
47
+ "band": "Experimental",
48
+ "computed_at": "2026-05-18T01:29:14Z",
49
+ "evidence": {
50
+ "breaking_change_age_days": null,
51
+ "closed_tickets_window": 3,
52
+ "days_shipped": 39,
53
+ "invocations_30d": null
54
+ },
55
+ "schema_version": "1.0"
56
+ }
57
+ },
58
+ "style-guide-slide-marker": {
59
+ "maturity": {
60
+ "band": "Experimental",
61
+ "computed_at": "2026-05-18T01:29:14Z",
62
+ "evidence": {
63
+ "breaking_change_age_days": null,
64
+ "closed_tickets_window": 3,
65
+ "days_shipped": 39,
66
+ "invocations_30d": null
67
+ },
68
+ "schema_version": "1.0"
69
+ }
70
+ }
71
+ },
72
+ "maturity": {
73
+ "band": "Experimental",
74
+ "schema_version": "1.0"
75
+ },
2
76
  "name": "wr-style-guide",
3
- "version": "0.4.0",
4
- "description": "Style guide enforcement for Claude Code"
77
+ "skills": {
78
+ "update-guide": {
79
+ "maturity": {
80
+ "band": "Experimental",
81
+ "computed_at": "2026-05-18T01:29:14Z",
82
+ "evidence": {
83
+ "breaking_change_age_days": null,
84
+ "closed_tickets_window": 3,
85
+ "days_shipped": 39,
86
+ "invocations_30d": 0
87
+ },
88
+ "schema_version": "1.0"
89
+ }
90
+ }
91
+ },
92
+ "version": "0.4.1"
5
93
  }
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.
3
+ **Style guide enforcement for Claude Code.** Reviews CSS and UI component changes against your design system before they're applied. *Maturity: Experimental.*
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.0-preview.344",
3
+ "version": "0.4.1-preview.347",
4
4
  "description": "Style guide enforcement for CSS and UI components",
5
5
  "bin": {
6
6
  "windyroad-style-guide": "./bin/install.mjs"