Commit 82796a7
committed
docs(skills): fix three factual errors in stash-prisma-next flagged on #683
- init does NOT scaffold wiring for Prisma Next (it skips the
encryption-client scaffold — schema is derived from contract.json);
say so instead of 'scaffolds the wiring'. (Copilot)
- eqlAsc/eqlDesc are free functions taking the column expression
(eqlAsc(u.salary)), not zero-arg methods; fix the ORDER BY table row
to match the code example. (Copilot)
- install-skills.ts: the skillsFor regression guard is a test asserting
SKILL_MAP has an entry for every value in a maintained ALL_INTEGRATIONS
list, not one that reads the provider registry; correct the comment. (Copilot)
Claude-Session: https://claude.ai/code/session_01MxTTPaPP16m6br7Hoab94w1 parent 5a8e6da commit 82796a7
2 files changed
Lines changed: 7 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
| 30 | + | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
40 | 43 | | |
41 | 44 | | |
42 | 45 | | |
| |||
174 | 177 | | |
175 | 178 | | |
176 | 179 | | |
177 | | - | |
| 180 | + | |
178 | 181 | | |
179 | 182 | | |
180 | 183 | | |
| |||
0 commit comments