@@ -53,13 +53,23 @@ const unitFastCandidateGlobs = [
|
53 | 53 | "test/**/*.test.ts", |
54 | 54 | ]; |
55 | 55 | export const forcedUnitFastTestFiles = [ |
| 56 | +"packages/memory-host-sdk/src/host/post-json.test.ts", |
| 57 | +"src/acp/server.startup.test.ts", |
| 58 | +"src/browser-lifecycle-cleanup.test.ts", |
56 | 59 | "src/crestodian/overview.test.ts", |
57 | 60 | "src/flows/channel-setup.test.ts", |
| 61 | +"src/i18n/registry.test.ts", |
| 62 | +"src/install-sh-version.test.ts", |
| 63 | +"src/memory-host-sdk/host/internal.test.ts", |
| 64 | +"src/memory-host-sdk/host/post-json.test.ts", |
58 | 65 | "src/memory-host-sdk/host/session-files.test.ts", |
59 | 66 | "src/node-host/invoke-system-run-plan.test.ts", |
60 | 67 | "src/node-host/invoke-system-run.test.ts", |
61 | 68 | "src/pairing/pairing-store.test.ts", |
62 | 69 | "src/plugin-sdk/memory-host-events.test.ts", |
| 70 | +"src/security/skill-scanner.test.ts", |
| 71 | +"src/trajectory/export.test.ts", |
| 72 | +"src/tts/provider-registry.test.ts", |
63 | 73 | ]; |
64 | 74 | const forcedUnitFastTestFileSet = new Set(forcedUnitFastTestFiles); |
65 | 75 | const unitFastCandidateExactFiles = [...pluginSdkLightTestFiles, ...commandsLightTestFiles]; |
|