Commit 6dea1d7
fix: skills catalog + wizard lightrag provider coverage
Two Devin Review findings addressed:
1. skills/README.md catalog listed only 9 skills; PR added 4 new ones
(daily-inbox-triage, hermes-weekly, spam-trap, meeting-prep).
Appended rows for all 4 so the catalog matches the 13-skill count
now quoted in README / CHANGELOG / outreach docs.
2. Wizard generator: when memory=lightrag is selected, the generated
config references google/gemini-2.5-flash (LLM) and
openai/text-embedding-3-small (embedding), but the provider-emission
set only accounted for the default-model provider + routing-rule
providers. For 3 of 5 personas this produced broken configs with
missing embedding provider credentials. Added a lightrag branch
that injects google + openai into providersToEmit.
Co-Authored-By: Rob <onerobby@gmail.com>1 parent 6eef216 commit 6dea1d7
2 files changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
318 | 318 | | |
319 | 319 | | |
320 | 320 | | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
321 | 325 | | |
322 | 326 | | |
323 | 327 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
41 | 45 | | |
42 | 46 | | |
43 | 47 | | |
| |||
0 commit comments