v0.10.0 Release Notes¶
Release Date: 2026-08-09
Highlights¶
- docs-release-check skill for reviewing and fixing documentation before a release
- Dependency updates:
assistantkitv0.14.0 → v0.15.0, GitHub Actions runners
What's New¶
Docs Release Check Skill¶
A new Claude Code skill, docs-release-check, wraps the existing docs-fix VEAL loop (docs-reviewer validates, docs-writer fixes, repeat until GO) behind a single entry point that also determines the release range:
- Uses
schangelog parse-commitsto suggest the next version from conventional commits when noversionargument is given - Falls back to
git describe --tags --abbrev=0for the previous version when none is given - Available as a Claude Code skill (
.claude/skills/docs-release-check/) and Kiro steering doc (plugins/kiro/steering/docs-release-check.md)
Full Changelog¶
Added¶
docs-release-checkskill spec inspecs/skills/
Dependencies¶
assistantkitv0.14.0 → v0.15.0actions/setup-go6 → 7actions/setup-python6 → 7- Go module dependencies updated (
go mod tidy)
Documentation¶
- Updated README shields
- Documented
golangci-lintanddocs-release-checkskills in the Claude Code integration guide and README
Infrastructure¶
- Regenerated Claude Code and Kiro CLI plugins with the
docs-release-checkskill
Migration Guide¶
No breaking changes. Existing workflows continue to work.