fix(ci): complete compact session fixture

This commit is contained in:
Peter Steinberger
2026-04-11 02:54:01 +01:00
parent c88a3d5152
commit c40d2a424d

View File

@@ -249,7 +249,7 @@ describe("handleCompactCommand", () => {
groupChannel: "#wrapper",
space: "wrapper-space",
spawnedBy: "agent:wrapper",
skillsSnapshot: { prompt: "wrapper" },
skillsSnapshot: { prompt: "wrapper", skills: [] },
contextTokens: 111,
},
sessionStore: {
@@ -260,7 +260,7 @@ describe("handleCompactCommand", () => {
groupChannel: "#target",
space: "target-space",
spawnedBy: "agent:target-parent",
skillsSnapshot: { prompt: "target" },
skillsSnapshot: { prompt: "target", skills: [] },
contextTokens: 222,
},
},
@@ -275,7 +275,7 @@ describe("handleCompactCommand", () => {
groupChannel: "#target",
groupSpace: "target-space",
spawnedBy: "agent:target-parent",
skillsSnapshot: { prompt: "target" },
skillsSnapshot: { prompt: "target", skills: [] },
}),
);
});