Commit 06bf084
committed
docs(knowledge): correct the sync model's event names and note the bulk-write gap
The sync-model section named the legacy unprefixed `record.*` events; the
engine has published `data.record.*` since #4626, and the plugin reads the
record body from `after` and a delete's id from the required `recordId`.
Also states what a predicate write does to an object source: it publishes the
aggregate `data.records.*` (#4639), which names no record, so the index goes
stale in a way the event stream cannot repair. Reconciliation is #4672.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01LYnZrTwXbrctB8E8HpJAPT1 parent 9a7b3cc commit 06bf084
1 file changed
Lines changed: 18 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
299 | | - | |
300 | | - | |
301 | | - | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
302 | 304 | | |
303 | 305 | | |
304 | 306 | | |
305 | 307 | | |
306 | 308 | | |
307 | 309 | | |
308 | 310 | | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
309 | 324 | | |
310 | 325 | | |
311 | 326 | | |
| |||
0 commit comments