Codex fails to detect or load skills that are linked into the project using symbolic links created by the specify extension add --dev command.
Steps to Reproduce
- Run:
specify extension add --dev <extension-name>
This creates a symbolic link to the extension in the project.
- Attempt to use the skill provided by the extension in Codex.
- Observe that Codex does not recognize or load the skill.
Expected Behavior
Codex should correctly resolve symbolic links and recognize skills added via specify extension add --dev.
Actual Behavior
- Skills added via symbolic links are not recognized.
- Codex behaves as if the extension is missing or not installed.
Specify CLI Version
0.10
AI Agent
Codex CLI
Operating System
Windows
Python Version
3.12
Error Logs
Additional Context
- Skills work correctly when installed normally (without symbolic links).
- The issue seems specific to symbolic link resolution.
Codex fails to detect or load skills that are linked into the project using symbolic links created by the
specify extension add --devcommand.Steps to Reproduce
Expected Behavior
Codex should correctly resolve symbolic links and recognize skills added via
specify extension add --dev.Actual Behavior
Specify CLI Version
0.10
AI Agent
Codex CLI
Operating System
Windows
Python Version
3.12
Error Logs
Additional Context