You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: Apply path validation to all custom paths with improved error message
Previously, the validation that checks if the install path is inside
`.claude/skills` or `.codex/skills` only ran when using `--path .` or
`--path current`. This meant arbitrary paths like `/tmp` could be used.
Now:
- Any custom path (including `.`, `current`, or absolute paths) is validated
- Error message clearly explains both valid options (default vs custom path)
- Shows examples of correct usage when validation fails
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
0 commit comments