cli-v3.0.3

cortezaproject/cortezacli-v3.0.3Jun 17, 2026by pbakaus

AI Summary

This release improves the CLI's update and installation logic by comparing the full bundled skill tree instead of just SKILL.md, and ensures Codex builds report skill versions consistently.

Key Highlights

  • Existing installs now pick up script-only skill fixes via `impeccable update`.
  • Running `impeccable install` refreshes stale skill files automatically.
  • Codex builds now include the same `version` frontmatter as other harnesses.

New Features

  • Full bundled skill tree comparison for update detection.
  • Automatic stale file refresh during installation.
  • Consistent version reporting for Codex installs.

Full Release Notes

- **Existing installs now pick up script-only skill fixes.** `impeccable update` compares the complete bundled skill tree instead of just `SKILL.md`, so fixes in bundled scripts are detected. Running `impeccable install` on an already-installed project also refreshes stale skill files instead of stopping at "already installed."

- **Codex installs report the skill version.** The `.agents` and `.codex` builds now include the same `version` frontmatter as the other harnesses, so check/update output can show the installed skill version consistently.