Commit 0fa63fe
committed
chore(gates): move the wire-compat closure waivers to the request module
The daemon RPC closure gate waives `DaemonRequest`, `DaemonResponse` and
`DaemonArtifact` by path, so the three keys follow the declarations from
`daemon/types.ts` to `daemon/daemon-request.ts`. `DaemonRequest`'s rationale now
says what it is — the server-side narrowing of the kernel declaration that fixes
the wire shape — rather than calling it a re-export alias.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Ujrc8LYmvM249WY8921J1Y1 parent ca7cc78 commit 0fa63fe
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | | - | |
48 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments