📦 deps(thirdparty): update snapshots

This commit is contained in:
ci[bot]
2026-07-10 16:04:20 +00:00
parent 2bb0dc8c1d
commit 92c0c3f687
594 changed files with 55224 additions and 19038 deletions
@@ -15,7 +15,7 @@ Tribal knowledge to avoid common mistakes.
```yaml
# ❌ BAD: Mixed list and map
metadata:
references:
references:
triggers: a, b, c
- item1
- item2
@@ -47,7 +47,7 @@ metadata:
^[a-z0-9]+(-[a-z0-9]+)*$
```
**Valid**: `my-skill`, `git-release`, `tdd`
**Valid**: `my-skill`, `git-release`, `tdd`
**Invalid**: `My-Skill`, `my_skill`, `-my-skill`, `my--skill`
## Common Metadata Keys