Skip to content

v0.3.0

Choose a tag to compare

@sjnims sjnims released this 24 Jan 23:27
· 36 commits to main since this release
a6f1b89

Summary

Documentation sync with official Claude Code, workflow improvements, and security hardening.

What's Changed

Changed

  • Sync documentation with official Claude Code docs - Updated all skill documentation to align with latest Claude Code features and terminology (#192)
  • Replace deprecated TodoWrite with Task tools - Updated documentation to use current TaskCreate, TaskUpdate, TaskGet, TaskList tools (#190)
  • Update documentation for Skill tool consolidation - Reflect Claude Code's unified Skill tool approach (#186)
  • Optimize CLAUDE.md with progressive disclosure - Restructured for faster onboarding

Fixed

  • Use dynamic GitHub release badge - Badge now updates automatically from GitHub releases

Security

  • Remove untrusted checkout in ci-failure-analysis - Hardened workflow against potential code injection

CI/CD

  • Improve workflow consistency and add YAML linting
  • Improve links and markdownlint workflows
  • Eliminate workflow dependencies and optimize CI
  • Various workflow and template improvements

Dependencies

  • Bump anthropics/claude-code-action to v1.0.34
  • Bump actions/checkout to v6.0.2
  • Bump actions/cache to v5.0.2
  • Bump yamllint to 1.38.0

Full Changelog: v0.2.1...v0.3.0