Skip to content

Codex install creates broken data and scripts pointer files on Windows #237

@bookHsu-shinher

Description

@bookHsu-shinher

Codex install creates broken data and scripts pointer files on Windows

Hi, thanks for maintaining this skill.

I ran:

uipro init --ai all

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions