Commit 69908ee
docs(budgets): fix specificity scoring table and duplicate key in example
- Update specificity scoring table to match actual implementation:
- Exact file: +2 (was +3)
- Glob with specific parts: +1 (was +2 for partial, +1 for full)
- Suite: +1 (was +2)
- Full glob/wildcard: +0
- Fix duplicate 'Authentication' key in JSON example that would
cause first entry to be silently overwritten
- Update example calculations to reflect correct scoring (max 4 pts)
Addresses PR #201 review comments from @copilot-pull-request-reviewer
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent e9b0df2 commit 69908ee
1 file changed
+8
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
230 | | - | |
231 | | - | |
232 | | - | |
| 230 | + | |
233 | 231 | | |
234 | 232 | | |
235 | 233 | | |
| |||
252 | 250 | | |
253 | 251 | | |
254 | 252 | | |
255 | | - | |
256 | | - | |
257 | | - | |
258 | | - | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
259 | 257 | | |
260 | 258 | | |
261 | 259 | | |
| |||
266 | 264 | | |
267 | 265 | | |
268 | 266 | | |
269 | | - | |
270 | | - | |
271 | | - | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
272 | 270 | | |
273 | 271 | | |
274 | 272 | | |
| |||
0 commit comments