Commit 6cc2136
committed
fix(plugins): relax version field requirement to match Anthropic's plugin patterns
Anthropic's own published plugins (e.g., figma-plugin, miro-plugin) omit the
version field from plugin.json, using marketplace.json instead. Changed from
error to suggestion to align with observed real-world patterns while still
encouraging semver versioning when present.
Changes:
- Missing version: error → suggestion
- Invalid semver: error → warning
- Updated comment to reflect Anthropic's marketplace.json pattern1 parent da3d122 commit 6cc2136
1 file changed
Lines changed: 8 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
| 149 | + | |
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | | - | |
154 | | - | |
155 | | - | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
| 159 | + | |
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
165 | | - | |
166 | | - | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
| |||
0 commit comments