Deploy the five oh-my-opencode-slim bundled skills (clonedeps, codemap,
deepwork, oh-my-opencode-slim, simplify) by symlinking them from the image
path into ~/.agents/skills/ on every container start, instead of the
installer copying them into the persistent config volume on first run only.
Image-sourced links mean 'docker compose pull' + recreate refreshes the
skills with no installer run and no config reset; the old copy-on-first-run
froze them in the volume forever.
- entrypoint-user.sh: new non-fatal OMOS bundled-skills reconcile block
(runs after skillset deploy so OMOS wins the simplify collision; absolute
symlinks; gated by OMOS_SKILLS, now independent of ENABLE_OMOS). Both
installer calls now pass --skills=no. One-time migration backs up (never
deletes) frozen real copies in ~/.config/opencode/skills/ to .bak.<epoch>.
- scripts/smoke-test.sh: assert the bundled-skills source path on omos.
- Bump OPENCODE_VERSION 1.17.4 -> 1.17.5.
- Versioning: document the move to independent image semver (v2.0.0 was the
decouple point), mirroring pi-devbox. README/AGENTS/.env.example/CHANGELOG
updated; new docs/omos-skills.md.