Exit Criteria Skill v0.1.0-rc.1
Pre-releaseThis prerelease is for manual client-surface validation. It does not claim support for Codex CLI, the Codex IDE extension, Codex in the ChatGPT desktop app, or any other client surface.
Asset
exit-criteria-v0.1.0-rc.1.tar.gzis the standalone Agent Skill directory.- SHA-256:
3d5da58b2d927802527ea36fd9b9deaa1f3a27f20e91ec25ebad13da4fec43ac - The automatically generated GitHub source archives are repository source, not the installable Skill asset.
- This is neither an npm package nor a Codex plugin.
Manual validation
The candidate requires macOS or Linux and Node.js 20 or later. These requirements alone are not a client support claim.
After downloading the asset, install it without overwriting an existing copy:
tar -xzf exit-criteria-v0.1.0-rc.1.tar.gz
mkdir -p "$HOME/.agents/skills"
test ! -e "$HOME/.agents/skills/exit-criteria"
mv exit-criteria "$HOME/.agents/skills/exit-criteria"
node "$HOME/.agents/skills/exit-criteria/scripts/exit-criteria.mjs" --versionThe final command must print v0.1.0-rc.1. Start a fresh client session, confirm that the Skill is discovered from USER scope, and invoke it explicitly. Record the exact client surface, client version, OS, Node.js version, placement method, and observed result before adding any support claim.
Remove the installed directory to uninstall this candidate. Inspection support files are caller-owned data and are not part of the installed runtime.
The current public status and support boundary are in the tagged README and client support Decision Record.
Repository validation
- 66 tests passed locally.
- TypeScript typecheck passed.
- The repository Exit Criteria manifest returned four
PASSresults with config digestsha256:3d0f0e4c606254726769ff1d3843cb997bd5458de21f768d47a2c6564e2c464e. - GitHub CI passed on macOS and Ubuntu for PR #13.