Commit e2a92c1
fix(t3x): give the crash-recovery test the registries upstream added
Upstream's pingdotgg#5219 (native subagent & workflow observability) and pingdotgg#5677 (stop the
reaper killing live background subagents) put two shared registries behind the
projection snapshot query: ThreadBackgroundLivenessService and
ThreadPlanProgressService. The fork's crash-recovery reconciler test builds its
own layer rather than reusing orchestration/runtimeLayer.ts, so it did not pick
them up and failed typecheck with an unfilled Layer context.
Provided rather than provideMerge'd — nothing in this test reads the registries
directly, so they need satisfying, not re-exporting.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent 77ab4ec commit e2a92c1
1 file changed
Lines changed: 8 additions & 0 deletions
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
| |||
46 | 48 | | |
47 | 49 | | |
48 | 50 | | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
49 | 57 | | |
50 | 58 | | |
51 | 59 | | |
| |||
0 commit comments