Changelog
Track all releases and changes for the ClaudeKit Engineer Kit.
v2.12.0 (Upcoming)
Highlights
- Agent Teams v2.1.0 — Complete rewrite as CK-native imperative execution engine. Templates auto-execute. Event-driven hooks (TaskCompleted, TeammateIdle) for monitoring. Agent memory persistence.
- Portable manifest — Codex AGENTS.md to
.codex/agents/path migration support /ck:plan red-team— Adversarial plan review command with hostile reviewer lenses- Command-to-Skill migrations —
bootstrap,planmodes consolidated into skills
New Skills
| Skill | Description |
|---|---|
team | Agent Teams orchestration (v2.1.0) |
plan | Consolidated planning skill (replaces /ck:plan --fast, /ck:plan --hard, /ck:plan --parallel, /ck:plan --two) |
bootstrap | Project scaffolding skill (was command) |
test | Comprehensive testing skill |
project-management | Task tracking and session bridging |
mintlify | Mintlify docs site builder (v2.0.0) |
New Commands
/ck:plan red-team— Adversarial plan review with 4 hostile lenses
New Agents
- Code Simplifier — Autonomous code refinement agent
Improvements
- Enhanced
skill-creatorwith Skillmark benchmark support - Native Task orchestration for
/ck:fix,/ck:code-review,/ck:scout,/ck:debugskills /ck:previewcontextual path resolution and responsive Mermaid scaling- Chrome DevTools OS-based headless detection and interactive OAuth login
- Team coordination rules decoupled from default orchestration
v2.11.0 — v2.11.3 (2026-02-20 — 2026-02-21)
v2.11.3 (Hotfixes)
- Discord 25-field embed limit guard
- Double-emoji fix in release notification headers
- Empty-changelog guard for Discord notifications
- Double error log timeout prevention
v2.11.2 (Hotfixes)
- Scout-block: broad glob pattern detection (
**/*.ext) - Scout-block: context-aware path extraction with heredoc detection
- Scout-block: compound command and allowlist edge cases
- Scout-block: absolute/relative path normalization
- Hooks: absolute paths in
buildRulesSection(prevents wrongplans/directory) - Windows: reduced terminal freeze from excessive process spawning
- Session-init: reduced command failures
v2.11.1
- Added
hotfix:commit type for distinct release note visibility in CHANGELOG and GitHub releases
v2.11.0
- Always-on diagnostics logging — Crash wrappers on all hooks for automatic error capture
v2.10.0 (2026-02-05)
Features
- Focused Reader 2.0 — Redesigned markdown-novel-viewer
- Plan validation propagation — Auto-propagate validation decisions to phase files
- Visual generation modes —
/ck:preview --explain,--slides,--diagram,--ascii
Improvements
cook-after-plan-reminderhook for plan-to-implementation flowcode-reviewskill with edge case scouting and token efficiencyskill-creatorskill with rules and subagent awareness- Language-aware file naming guidance hook
- Monorepo-aware worktree paths (
internal worktrees/)
Bug Fixes
/ck:docs initstall after Phase 1- Empty local hooks config inheritance
- Preview ASCII diagram alignment and unicode handling
Earlier Releases
For release notes prior to v2.10.0, see the GitHub Releases page.
Release Channels
| Channel | Branch | npm Tag | Description |
|---|---|---|---|
| Stable | main | latest | Production-ready, fully tested |
| Beta | dev | beta | Pre-release features, may have rough edges |
# Stable (default)
ck update
# Beta
ck update --beta
Versioning
ClaudeKit Engineer follows Semantic Versioning:
- Major (X.0.0): Breaking changes requiring migration
- Minor (0.X.0): New features, backward-compatible
- Patch (0.0.X): Bug fixes and hotfixes
Releases are automated via semantic-release on merge to main.