Commit fa6b436
Fixes #7002
PR #7003 (#6795) reworded QueryOptionsV2's JSDoc in
packages/client/src/index.ts: it no longer calls itself "the recommended
interface for `data.find()` queries" — that self-description was a
contradiction with `find()`'s own `@deprecated` tag. The new sentence reads
"This is the vocabulary `data.find()` still accepts" and is explicitly not a
recommendation.
content/docs/kernel/runtime-services/data-service.mdx quoted the old sentence
verbatim, attributed to that source, in two spots. Both are re-quoted from the
current main JSDoc text, and in both spots the surrounding prose that
editorialized on the old "recommended" framing is corrected alongside the
quote — a corrected quote under an unfixed claim would still be a half-fix.
No other content/docs/** or skills/** location quotes the stale sentence
(grepped repo-wide). .changeset/query-options-v2-not-a-recommendation.md also
contains the phrase, but only as a past-tense description of what #7003 fixed
— that's a legitimate changelog record, not a stale live quote, and is left
untouched.
Claude-Session: https://claude.ai/code/session_01F8q5J1MQyocgtNspb15fSn
Co-authored-by: Claude <noreply@anthropic.com>
1 parent 6155c3c commit fa6b436
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
0 commit comments