v1.0.0 — universal Agent Skills release
First tagged release.
Highlights
- Six portable Agent Skills under
skills/shared/for Codex, Claude Code, Google Antigravity, and Cline:agentic-unit-test,agentic-mutation-check,agentic-refactor,agentic-test-update, and the newly skill-ifiedagentic-coverage-reportandagentic-test-clean(previously Cline-only workflows). - Installers — tarball-based
install.sh/install.ps1copy the skills to.agents/skills/and.claude/skills/, add conditionalAGENTS.md/CLAUDE.mdpointers, and gitignore the installed copies. - AGENT-INSTALL.md — preferred, merge-aware agent-guided install (see README prompt).
- Cline
.clinerules/workflows/shortcuts retired; each skill is invocable as/agentic-*in Claude Code / Antigravity / Cline, via$mention in Codex, or implicitly by description.
The test-generation guarantees are unchanged: main code and user tests are read-only, coverage is measured on agent tests alone, and every generated test passes a flakiness gate.