Codex install creates broken data and scripts pointer files on Windows
Hi, thanks for maintaining this skill.
I ran:
Environment:
- OS: Windows
- uipro-cli: 2.2.3
- Codex skill path:
C:\Users\<username>\.codex\skills\ui-ux-pro-max
- Claude skill path:
C:\Users\<username>\.claude\skills\ui-ux-pro-max
Claude works correctly, but Codex fails because the generated Codex skill has data and scripts as plain text files instead of directories.
Current Codex result:
C:\Users\<username>\.codex\skills\ui-ux-pro-max\data
C:\Users\<username>\.codex\skills\ui-ux-pro-max\scripts
Both are files, not folders.
Their contents are:
../../../src/ui-ux-pro-max/data
../../../src/ui-ux-pro-max/scripts
But the referenced path does not exist:
C:\Users\<username>\.codex\src\ui-ux-pro-max\
As a result, Codex cannot execute:
C:\Users\<username>\.codex\skills\ui-ux-pro-max\scripts\search.py
The error is:
python.exe: can't open file 'C:\Users\<username>\.codex\skills\ui-ux-pro-max\scripts\search.py': [Errno 2] No such file or directory
Expected behavior:
uipro init --ai all should install the Codex skill with real data/ and scripts/ directories, the same way Claude does.
Additional note:
Running a fresh test with:
uipro init --ai codex --offline
using uipro-cli 2.2.3 creates the correct directory structure in a temporary folder, so this may be related to --ai all, a previous install path, upgrade behavior, or stale pointer files not being overwritten.
Could the installer detect and replace these broken pointer files when installing for Codex?
Thanks.
Codex install creates broken
dataandscriptspointer files on WindowsHi, thanks for maintaining this skill.
I ran:
uipro init --ai allEnvironment:
C:\Users\<username>\.codex\skills\ui-ux-pro-maxC:\Users\<username>\.claude\skills\ui-ux-pro-maxClaude works correctly, but Codex fails because the generated Codex skill has
dataandscriptsas plain text files instead of directories.Current Codex result:
Both are files, not folders.
Their contents are:
But the referenced path does not exist:
As a result, Codex cannot execute:
The error is:
Expected behavior:
uipro init --ai allshould install the Codex skill with realdata/andscripts/directories, the same way Claude does.Additional note:
Running a fresh test with:
using
uipro-cli 2.2.3creates the correct directory structure in a temporary folder, so this may be related to--ai all, a previous install path, upgrade behavior, or stale pointer files not being overwritten.Could the installer detect and replace these broken pointer files when installing for Codex?
Thanks.