Commit 06afcf4
chore(portal): wave-4 follow-up hygiene (FinalizedHead stubs, doc drift)
Promised in the PR #45 merge comment:
- portal-realtime.test.ts: two bare-number `finalizedHead: async () => 673`
stubs → object form `async () => ({ number: 673 })`. FinalizedHead is
object-only since #45 (the bare-number variant was dropped); these two
test-only stubs were the last holdouts.
- pr-quality-gate/SKILL.md: drop `realtime.ts` from the source↔test pair
list and `statediffs.json` from the fixture list — both deleted in #45.
- harness/euler-multichain/probe.mjs: rewrite the stale header comment; the
mirrored `portal/realtime.ts` module was deleted in #45. The comment now
describes what the probe does with no dead cross-reference.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent e2185c8 commit 06afcf4
3 files changed
Lines changed: 9 additions & 8 deletions
File tree
- .agents/skills/pr-quality-gate
- harness/euler-multichain
- portal
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
63 | | - | |
| 62 | + | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
438 | 438 | | |
439 | 439 | | |
440 | 440 | | |
441 | | - | |
| 441 | + | |
442 | 442 | | |
443 | 443 | | |
444 | 444 | | |
| |||
884 | 884 | | |
885 | 885 | | |
886 | 886 | | |
887 | | - | |
| 887 | + | |
888 | 888 | | |
889 | 889 | | |
890 | 890 | | |
| |||
0 commit comments