Commit 6547360
fix(154): add .claude/skills/tachi-*/ to INSTALL_MANIFEST
All 18 tachi skill directories were missing from the install manifest.
Agents reference these skills for detection patterns, domain knowledge,
Gemini prompt construction, risk scoring rules, etc. — without them,
agents silently degrade (e.g., the infographic agent can't read the
prompt scaffold protocol and falls back to writing its own prompt,
producing white-background flat images instead of dark-themed 3D visuals).
Same class of bug as the scripts/ omission fixed earlier in this issue.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent f2ad9be commit 6547360
1 file changed
+19
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
95 | 96 | | |
96 | 97 | | |
97 | 98 | | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
98 | 117 | | |
99 | 118 | | |
100 | 119 | | |
| |||
0 commit comments