Skip to content

Commit c0a2c55

Browse files
Brian MadisonBrian Madison
authored andcommitted
clearer codex install note
1 parent a1fc8da commit c0a2c55

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

tools/cli/installers/lib/ide/codex.js

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,22 @@ class CodexSetup extends BaseIdeSetup {
7070
console.log(chalk.dim(` - ${written} Codex prompt files written`));
7171
console.log(chalk.dim(` - Destination: ${destDir}`));
7272

73+
// Prominent notice about home directory installation
74+
console.log('');
75+
console.log(chalk.bold.cyan('═'.repeat(70)));
76+
console.log(chalk.bold.yellow(' IMPORTANT: Codex Configuration'));
77+
console.log(chalk.bold.cyan('═'.repeat(70)));
78+
console.log('');
79+
console.log(chalk.white(' Prompts have been installed to your HOME DIRECTORY, not this project.'));
80+
console.log(chalk.white(' No .codex file was created in the project root.'));
81+
console.log('');
82+
console.log(chalk.green(' ✓ You can now use slash commands (/) in Codex CLI'));
83+
console.log(chalk.dim(' Example: /bmad-bmm-agents-pm'));
84+
console.log(chalk.dim(' Type / to see all available commands'));
85+
console.log('');
86+
console.log(chalk.bold.cyan('═'.repeat(70)));
87+
console.log('');
88+
7389
return {
7490
success: true,
7591
mode,

0 commit comments

Comments
 (0)