Skip to content

Commit c23a9cf

Browse files
njb90claude
andcommitted
chore: document intentional picked:true asymmetry in skills picker
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 2f9565d commit c23a9cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/commands/configureAiTools.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ function registerConfigureAiTools(context: vscode.ExtensionContext): void {
537537
label: s.name,
538538
description: s.description,
539539
detail: installedDirNames.has(s.dirName) ? "✓ installed" : "Not installed",
540-
picked: true,
540+
picked: true, // always pre-selected; writeWithOverwriteCheck guards re-installs
541541
})),
542542
{ canPickMany: true, placeHolder: "Select skills to install" }
543543
);

0 commit comments

Comments
 (0)