a73x

f5d1ebe4

refactor: the daemon's replay-core decl lives where applyFrame does

a73x   2026-08-30 13:06

Commit message
refactor: the daemon's replay-core decl lives where applyFrame does

src/server/server.zig
Old New
@@ -15,9 +15,6 @@ const proto = @import("term").protocol;
15 const DeltaTracker = @import("term").delta.DeltaTracker; 15 const DeltaTracker = @import("term").delta.DeltaTracker;
16 const cmdmod = @import("cmd.zig"); 16 const cmdmod = @import("cmd.zig");
17 const shellint = @import("shellint.zig"); 17 const shellint = @import("shellint.zig");
18 // Test-only consumer (applyFrame): the tests replay daemon frames through
19 // the production client's replay core rather than a hand-rolled twin.
20 const replica_mod = @import("term").replica;
21 const sockpath = @import("sockpath"); 18 const sockpath = @import("sockpath");
22 const quic = @import("quic"); 19 const quic = @import("quic");
23 const xdg = @import("xdg"); 20 const xdg = @import("xdg");