source-command-cowork-update-releases
Installation
SKILL.md
source-command-cowork-update-releases
Use this skill when the user asks to run the migrated source command cowork-update-releases.
Command Template
Update Codex Cowork Releases
Parse the Cowork guide CHANGELOG and sync both:
- Guide YAML:
/Users/florianbruniaux/Sites/perso/Codex-cowork-guide/machine-readable/Codex-cowork-releases.yaml - Landing TS:
/Users/florianbruniaux/Sites/perso/Codex-cowork-guide-landing/src/data/releases.ts
Unlike Codex, there is no npm package or external CHANGELOG. The source of truth is the local CHANGELOG.md in the guide repo.
Step 1: Parse Arguments
--since <version>— process only versions strictly newer than this--dry-run— show planned changes, don't write anything- No args — auto-detect from
latest:field in YAML (or from CHANGELOG if YAML doesn't exist yet)