refactor(deadcode): privatize core test seams (#108325)

* refactor(entry): privatize compile cache internals

* refactor(logging): privatize diagnostic test seams

* refactor(plugin-state): privatize store test seams

* refactor(skills): privatize lifecycle test seams

* refactor(node-host): privatize invoke test seam

* refactor(system-agent): privatize turn test seam

* chore(deadcode): shrink core test seam baseline
This commit is contained in:
Peter Steinberger
2026-07-15 06:37:40 -07:00
committed by GitHub
parent 20bf422cc7
commit 674dd37cd0
49 changed files with 500 additions and 101 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import fs from "node:fs";
import os from "node:os";
import path from "node:path";
import { afterEach, describe, expect, it, vi } from "vitest";
import { testing } from "./invoke.js";
import { testing } from "./invoke.test-support.js";
describe("runCommand", () => {
afterEach(() => {