Skip to content

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: assistantkit v0.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-commits to suggest the next version from conventional commits when no version argument is given
  • Falls back to git describe --tags --abbrev=0 for 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-check skill spec in specs/skills/

Dependencies

  • assistantkit v0.14.0 → v0.15.0
  • actions/setup-go 6 → 7
  • actions/setup-python 6 → 7
  • Go module dependencies updated (go mod tidy)

Documentation

  • Updated README shields
  • Documented golangci-lint and docs-release-check skills in the Claude Code integration guide and README

Infrastructure

  • Regenerated Claude Code and Kiro CLI plugins with the docs-release-check skill

Migration Guide

No breaking changes. Existing workflows continue to work.