File tree Expand file tree Collapse file tree
tools/cli/installers/lib/ide Expand file tree Collapse file tree Original file line number Diff line number Diff 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,
You can’t perform that action at this time.
0 commit comments