From f54100b67ea151dc8eaa741e0344319126c6b542 Mon Sep 17 00:00:00 2001 From: gsxdsm Date: Sat, 13 Jun 2026 23:59:06 -0700 Subject: [PATCH] FN-6427: document CLI quarantine triage Document the current CLI quarantine decision so the deletion ratchet stays explicit. - Record that all 24 quarantined CLI Vitest suites were re-triaged and kept in-window.\n- Capture the direct-run evidence and package-load rescue rationale in the CLI Vitest config.\n- Preserve the existing quarantine list without adding or removing suites.\n\nFiles changed:\n packages/cli/vitest.config.ts | 4 ++++\n 1 file changed, 4 insertions(+) Fusion-Task-Id: FN-6427 Fusion-Task-Lineage: 30e4ccc7-97d3-4aa1-838c-dcb35f2734f1 --- packages/cli/vitest.config.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/cli/vitest.config.ts b/packages/cli/vitest.config.ts index 07271f534d..7803aa745c 100644 --- a/packages/cli/vitest.config.ts +++ b/packages/cli/vitest.config.ts @@ -25,6 +25,10 @@ const quarantinedCliTests = [ FNXC:CliTests 2026-06-13-20:05: FN-6421 quarantines the remaining FN-6419 CLI lane offenders after standalone evidence showed the agent-provisioning and serve suites pass directly but are integration-heavy under package-wide load. Keep them on the 14-day deletion clock rather than widening CLI test timeouts or loosening assertions. + + FNXC:CliTests 2026-06-14-05:50: + FN-6427 triaged all 24 quarantined CLI files and kept them in-window: 0 rescued, 0 deleted, 24 kept until the 2026-06-27 and 2026-06-28 deletion deadlines. + Fresh direct runs passed, and the shared package-load signature needs a broader fixture/concurrency rescue before these high-value suites can safely rejoin the default lane. */ "src/__tests__/bin.test.ts", "src/__tests__/extension.test.ts",