@windyroad/voice-tone 0.5.0-preview.344 → 0.5.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,145 @@
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": 5,
10
+ "days_shipped": 39,
11
+ "invocations_30d": 118
12
+ },
13
+ "schema_version": "1.0"
14
+ }
15
+ },
16
+ "external-comms": {
17
+ "maturity": {
18
+ "band": "Experimental",
19
+ "computed_at": "2026-05-18T01:29:14Z",
20
+ "evidence": {
21
+ "breaking_change_age_days": null,
22
+ "closed_tickets_window": 5,
23
+ "days_shipped": 39,
24
+ "invocations_30d": 40
25
+ },
26
+ "schema_version": "1.0"
27
+ }
28
+ }
29
+ },
30
+ "description": "Voice and tone enforcement for Claude Code",
31
+ "hooks": {
32
+ "external-comms-gate": {
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": 5,
39
+ "days_shipped": 39,
40
+ "invocations_30d": null
41
+ },
42
+ "schema_version": "1.0"
43
+ }
44
+ },
45
+ "external-comms-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": 5,
52
+ "days_shipped": 39,
53
+ "invocations_30d": null
54
+ },
55
+ "schema_version": "1.0"
56
+ }
57
+ },
58
+ "voice-tone-enforce-edit": {
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": 5,
65
+ "days_shipped": 39,
66
+ "invocations_30d": null
67
+ },
68
+ "schema_version": "1.0"
69
+ }
70
+ },
71
+ "voice-tone-eval": {
72
+ "maturity": {
73
+ "band": "Experimental",
74
+ "computed_at": "2026-05-18T01:29:14Z",
75
+ "evidence": {
76
+ "breaking_change_age_days": null,
77
+ "closed_tickets_window": 5,
78
+ "days_shipped": 39,
79
+ "invocations_30d": null
80
+ },
81
+ "schema_version": "1.0"
82
+ }
83
+ },
84
+ "voice-tone-mark-reviewed": {
85
+ "maturity": {
86
+ "band": "Experimental",
87
+ "computed_at": "2026-05-18T01:29:14Z",
88
+ "evidence": {
89
+ "breaking_change_age_days": null,
90
+ "closed_tickets_window": 5,
91
+ "days_shipped": 39,
92
+ "invocations_30d": null
93
+ },
94
+ "schema_version": "1.0"
95
+ }
96
+ },
97
+ "voice-tone-slide-marker": {
98
+ "maturity": {
99
+ "band": "Experimental",
100
+ "computed_at": "2026-05-18T01:29:14Z",
101
+ "evidence": {
102
+ "breaking_change_age_days": null,
103
+ "closed_tickets_window": 5,
104
+ "days_shipped": 39,
105
+ "invocations_30d": null
106
+ },
107
+ "schema_version": "1.0"
108
+ }
109
+ }
110
+ },
111
+ "maturity": {
112
+ "band": "Experimental",
113
+ "schema_version": "1.0"
114
+ },
2
115
  "name": "wr-voice-tone",
3
- "version": "0.5.0",
4
- "description": "Voice and tone enforcement for Claude Code"
116
+ "skills": {
117
+ "assess-external-comms": {
118
+ "maturity": {
119
+ "band": "Experimental",
120
+ "computed_at": "2026-05-18T01:29:14Z",
121
+ "evidence": {
122
+ "breaking_change_age_days": null,
123
+ "closed_tickets_window": 5,
124
+ "days_shipped": 39,
125
+ "invocations_30d": 5
126
+ },
127
+ "schema_version": "1.0"
128
+ }
129
+ },
130
+ "update-guide": {
131
+ "maturity": {
132
+ "band": "Experimental",
133
+ "computed_at": "2026-05-18T01:29:14Z",
134
+ "evidence": {
135
+ "breaking_change_age_days": null,
136
+ "closed_tickets_window": 5,
137
+ "days_shipped": 39,
138
+ "invocations_30d": 1
139
+ },
140
+ "schema_version": "1.0"
141
+ }
142
+ }
143
+ },
144
+ "version": "0.5.1"
5
145
  }
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @windyroad/voice-tone
2
2
 
3
- **Voice and tone enforcement for Claude Code.** Reviews user-facing copy against your brand's voice and tone guide before it ships.
3
+ **Voice and tone enforcement for Claude Code.** Reviews user-facing copy against your brand's voice and tone guide before it ships. *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/voice-tone",
3
- "version": "0.5.0-preview.344",
3
+ "version": "0.5.1-preview.347",
4
4
  "description": "Voice and tone enforcement for user-facing copy",
5
5
  "bin": {
6
6
  "windyroad-voice-tone": "./bin/install.mjs"