Commit 769aef8
regen(surface): the two committed artifacts the SWAIG regen staled
SIGNATURES-FRESH and DOC-SURFACE-FRESH both compare a fresh enumeration against
`git show HEAD:<artifact>`, so the preceding SWAIG regen staled both the moment
it landed. Regenerated with the port's own enumerators, nothing else touched:
npx tsx scripts/enumerate-signatures.ts --out port_signatures.json
npx tsx scripts/enumerate-doc-surface.ts --output docs_audit_surface.json
Both diffs are exactly the previous commit's four field changes and nothing
more. port_signatures.json: SwaigAction.SWML and SwaigRequest.SWMLCall/SWMLVars
appear; extensive_data and functions_on_speaker_timeout go bool ->
union<string,bool>. docs_audit_surface.json: the same three member names, plus
its `generated_from` provenance line.
The enumerators were run with --out/--output explicitly. Without the flag
enumerate-* writes nothing and still exits 0, which leaves a stale oracle
looking like a clean no-op diff; the 99-module / 2445-method write line is the
receipt that real content landed.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01MjEro9sSs5TLq66rTzSq6Z1 parent 297c5ef commit 769aef8
2 files changed
Lines changed: 33 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
908 | 908 | | |
909 | 909 | | |
910 | 910 | | |
| 911 | + | |
911 | 912 | | |
912 | 913 | | |
913 | 914 | | |
| |||
942 | 943 | | |
943 | 944 | | |
944 | 945 | | |
| 946 | + | |
| 947 | + | |
945 | 948 | | |
946 | 949 | | |
947 | 950 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28928 | 28928 | | |
28929 | 28929 | | |
28930 | 28930 | | |
| 28931 | + | |
| 28932 | + | |
| 28933 | + | |
| 28934 | + | |
| 28935 | + | |
| 28936 | + | |
| 28937 | + | |
| 28938 | + | |
| 28939 | + | |
28931 | 28940 | | |
28932 | 28941 | | |
28933 | 28942 | | |
| |||
28998 | 29007 | | |
28999 | 29008 | | |
29000 | 29009 | | |
29001 | | - | |
| 29010 | + | |
29002 | 29011 | | |
29003 | 29012 | | |
29004 | 29013 | | |
| |||
29007 | 29016 | | |
29008 | 29017 | | |
29009 | 29018 | | |
29010 | | - | |
| 29019 | + | |
29011 | 29020 | | |
29012 | 29021 | | |
29013 | 29022 | | |
| |||
30678 | 30687 | | |
30679 | 30688 | | |
30680 | 30689 | | |
| 30690 | + | |
| 30691 | + | |
| 30692 | + | |
| 30693 | + | |
| 30694 | + | |
| 30695 | + | |
| 30696 | + | |
| 30697 | + | |
| 30698 | + | |
| 30699 | + | |
| 30700 | + | |
| 30701 | + | |
| 30702 | + | |
| 30703 | + | |
| 30704 | + | |
| 30705 | + | |
| 30706 | + | |
| 30707 | + | |
30681 | 30708 | | |
30682 | 30709 | | |
30683 | 30710 | | |
| |||
0 commit comments