Highlights
- Moved the canonical imgen skill source to
.agents/skills/imgenand kept the repository OpenClaw mirror synchronized from that source. - Made Agents skill installation unconditional while skipping Claude and OpenClaw installs when their runtime directories are absent; explicit directory flags still enable either optional target.
- Added
--agents-dir, preserved--codex-diras a compatibility alias, and improved help, repository discovery, doctor checks, release packaging, and regression coverage. - Streamlined the imgen skill guidance and clarified that
backend.reasoning_effortoverrides the Codex CLI setting per invocation when configured.
Notes
Running ./skill-sync --apply always updates the personal Agents install. Claude and OpenClaw installs are updated only when their runtime directories already exist or their destination flags are supplied.
Validation
./scripts/ci-local.sh clean./skill-sync --check- GitHub PR checks:
test,Analyze Go, andCodeQL