Back up legacy Codex prompt during install

This commit is contained in:
Kirill Kostarev
2026-06-12 16:58:26 +03:00
committed by carpedkm
parent 1953484822
commit d31e9d9407
3 changed files with 18 additions and 3 deletions
+3
View File
@@ -28,6 +28,9 @@ bash plugins/codex/install.sh # installs the skill
export SKILLOPT_SLEEP_REPO="$(pwd)" # so the runner is found from anywhere
```
If a previous install created `~/.codex/prompts/sleep.md`, the installer moves
that deprecated prompt aside with a `.skillopt-legacy*.bak` suffix.
Requires Python ≥ 3.10 and the `codex` CLI on PATH.
## Use