Commit cb1b66f
committed
chore(spec): regenerate api-surface and export-origins after merging main (#6966)
Two generated artifacts move with the merge:
- `export-origins/` is new on main (#4796) and had never seen `HookDispatch`.
- `api-surface/` needed a real regeneration, not just my own entry. The merge
of main into this branch produced a file byte-identical to THIS branch's
side, silently dropping the five exports #7123 added on main
(`SEARCH_VIRTUAL_TYPES`, `foldAsciiCase`, `asciiCaseInsensitiveContains`,
`asciiCaseInsensitiveRegexSource`, `isVirtualSearchField`). These paths carry
`merge=os-regen` in .gitattributes precisely so a merge regenerates rather
than picks a side; it did not here, and `check:api-surface` is what caught
it. Regenerating yields the union — both main's five and this branch's
`HookDispatch`.
Read the export-origins diff as its gate asks: one line, `HookDispatch` under
`src/data/hook.zod.ts`, the same origin as `HookContext`. Not a re-home, not a
new dual-source.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01EcLMsZRoR3daV3QzPXgwxK1 parent f91eea5 commit cb1b66f
2 files changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
477 | 477 | | |
478 | 478 | | |
479 | 479 | | |
| 480 | + | |
480 | 481 | | |
481 | 482 | | |
482 | 483 | | |
| |||
586 | 587 | | |
587 | 588 | | |
588 | 589 | | |
| 590 | + | |
| 591 | + | |
589 | 592 | | |
590 | 593 | | |
591 | 594 | | |
| |||
605 | 608 | | |
606 | 609 | | |
607 | 610 | | |
| 611 | + | |
608 | 612 | | |
609 | 613 | | |
610 | 614 | | |
| |||
639 | 643 | | |
640 | 644 | | |
641 | 645 | | |
| 646 | + | |
642 | 647 | | |
643 | 648 | | |
644 | 649 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
297 | 297 | | |
298 | 298 | | |
299 | 299 | | |
| 300 | + | |
300 | 301 | | |
301 | 302 | | |
302 | 303 | | |
| |||
0 commit comments