Commit 3274d79
fix(d1): regenerate skill manifest after Qwen 3.6 model update (#145)
Commit 487d4f8 ("Qwen 3.6 35B everywhere") changed skills/translate.py (model
name string) but didn't regenerate skills/.manifest.json, so the D-1 trusted-skill
gate went stale on main — failing CI on main's own push AND every open PR
(`error: trusted-skill manifest is out of date / changed: translate.py`). Regenerate
to restore the gate. (Contributor note in AGENTS.md §7: editing a built-in skill
requires `python3 tools/generate_skill_manifest.py --write`.)
Co-authored-by: Mickael Farina <farina.mickael@gmail.com>
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>1 parent b5e35fd commit 3274d79
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
0 commit comments