v0.1.2 — the install path was wrong
What changed
One fix, and it matters: the default install path was wrong.
Fixed
- User skills now install to
$HOME/.agents/skills— the location OpenAI's current Codex documentation actually reads. The previous$CODEX_HOME/skillsdefault was a path Codex never loads, so installed skills would silently never appear. - The validation gate now fails if the installer ever drifts back to a non-official path.
- Bilingual READMEs and changelog updated.
Thanks
The wrong path was caught while preparing the integration guide for awesome-deepseek-agent — a good reminder that reviewer-grade checking is what this project preaches.