From 579c5c3806de677f1e8e9f8c1cd7fd6ac6695637 Mon Sep 17 00:00:00 2001 From: test Date: Sat, 8 Aug 2026 02:58:00 +0000 Subject: [PATCH] Drop unused ChildProcess/SpawnOptions type import in wizard sync_now Neither name is referenced anywhere in the file; both occur only on the `@import` line itself. Residue of the wizard integration in 4fb95dc. The module's `@ref LLP 0203#offer` annotation and the still-used `RunWizardSyncNowOptions` / `WizardSyncNowResult` import are untouched. npm test (3849 pass, 0 fail) and npm run typecheck are unchanged from the pre-change baseline on the same tree. Co-Authored-By: Claude --- src/core/cli/wizard/sync_now.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/cli/wizard/sync_now.js b/src/core/cli/wizard/sync_now.js index 5fba37b8..484054f4 100644 --- a/src/core/cli/wizard/sync_now.js +++ b/src/core/cli/wizard/sync_now.js @@ -14,7 +14,6 @@ * * @ref LLP 0203#offer [implements]: setup offers the release rather than only naming it * - * @import { ChildProcess, SpawnOptions } from 'node:child_process' * @import { RunWizardSyncNowOptions, WizardSyncNowResult } from '../../../../src/core/cli/wizard/types.js' */