Skip to content

Commit a77211d

Browse files
committed
docs: add comment explaining mode ordering for default selection
Addresses PR review feedback to clarify that the first mode in the array serves as the default for new installations
1 parent 7cb9d49 commit a77211d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/shared/modes.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ export function getToolsForMode(groups: readonly GroupEntry[]): string[] {
6060
}
6161

6262
// Main modes configuration as an ordered array
63+
// Note: The first mode in this array is the default mode for new installations
6364
export const modes: readonly ModeConfig[] = [
6465
{
6566
slug: "architect",

0 commit comments

Comments
 (0)