Commit 84470ba
authored
fix: add toolkit-evolution to INDEX.json so router can match it (#288)
The skill existed on disk with explicit triggers in its SKILL.md
frontmatter but was never registered in skills/INDEX.json. The
index-router has no fallback to scan SKILL.md files — it only reads
the index — so any request containing "toolkit evolution" or
"evolve toolkit" returned no match.
Added the entry with force_route:true so the multi-word trigger
phrases ("toolkit evolution", "evolve toolkit") produce a guaranteed
force-route rather than relying on word-bag scoring. All 45 benchmark
cases still pass.1 parent 29f16b2 commit 84470ba
1 file changed
+23
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
815 | 815 | | |
816 | 816 | | |
817 | 817 | | |
818 | | - | |
| 818 | + | |
819 | 819 | | |
820 | 820 | | |
821 | 821 | | |
| |||
1689 | 1689 | | |
1690 | 1690 | | |
1691 | 1691 | | |
| 1692 | + | |
| 1693 | + | |
| 1694 | + | |
| 1695 | + | |
| 1696 | + | |
| 1697 | + | |
| 1698 | + | |
| 1699 | + | |
| 1700 | + | |
| 1701 | + | |
| 1702 | + | |
| 1703 | + | |
| 1704 | + | |
| 1705 | + | |
| 1706 | + | |
| 1707 | + | |
| 1708 | + | |
| 1709 | + | |
| 1710 | + | |
| 1711 | + | |
| 1712 | + | |
1692 | 1713 | | |
1693 | 1714 | | |
1694 | 1715 | | |
| |||
0 commit comments