fix: restore status usage summary output

This commit is contained in:
Peter Steinberger
2026-01-16 02:49:10 +00:00
parent e7c16cc0e6
commit 29476b222d
6 changed files with 37 additions and 24 deletions

View File

@@ -56,6 +56,7 @@ vi.mock("../skills.js", async (importOriginal) => {
describe("Agent-specific sandbox config", () => {
beforeEach(() => {
spawnCalls.length = 0;
vi.resetModules();
});
it("should use agent-specific workspaceRoot", async () => {