📦 deps(skills): sync thirdparty skills

This commit is contained in:
ci[bot]
2026-08-12 12:41:45 +08:00
parent a0131f52c6
commit 073dac13a3
101 changed files with 5290 additions and 3529 deletions
+3 -4
View File
@@ -42,7 +42,6 @@ process:
## Config Validation additions
The following codes are valid in `disable`, `focus`, and `severity`:
- Standard: `R1``R6`, `T1``T6`
- Custom: any `Cx` code defined in `custom_risks`
- Any other code: skip it and emit `"Config warning: X is not a valid risk code"`
Extends the Config Validation rules in `common.md`: alongside `R1``R6` and `T1``T6`,
any `Cx` code defined in `custom_risks` is a valid target for `disable`, `focus`, and
`severity`. Anything else is still skipped with a config warning.