From 53b95e2e3820c3427bec1d6c00f396b9455e594b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 13 Mar 2026 08:43:20 +0000 Subject: [PATCH 1/2] Initial plan From 36433a34132f5fb8f16e86f3e5ba4a73a8816f95 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 13 Mar 2026 08:47:33 +0000 Subject: [PATCH 2/2] =?UTF-8?q?Align=20test=20script=20with=20CI:=20lint?= =?UTF-8?q?=20=E2=86=92=20typecheck=20=E2=86=92=20vitest=20fast-fail=20ord?= =?UTF-8?q?er?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: devlux76 <86517969+devlux76@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2444613..827d5b4 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "build": "tsc -p tsconfig.json --noEmit", "typecheck": "bun run build", "lint": "eslint .", - "test": "vitest run tests/*.test.ts tests/**/*.test.ts", + "test": "bun run lint && bun run build && vitest run tests/*.test.ts tests/**/*.test.ts", "test:unit": "vitest run tests/*.test.ts tests/**/*.test.ts", "test:watch": "vitest tests/*.test.ts tests/**/*.test.ts", "dev:harness": "bun scripts/runtime-harness-server.mjs",