Releases: itk-dev/itkdev-claude-plugins
Release v0.4.0
What's Changed
Added
itkdev-issue-workflowagent for autonomous GitHub issue workflows (agents/itkdev-issue-workflow.md)- Runs in isolated subagent context, auto-delegated by Claude
- Preloads
itkdev-github-guidelinesskill for team Git conventions - Uses project memory for cross-session codebase knowledge
- Coexists with the existing
/itkdev-issue-workflowskill
Changed
- Updated
plugin.jsonwith full metadata (author, repository, license, keywords) - Updated README to document all 5 skills, both MCP servers, and correct directory structure
Removed
- Removed legacy
commands/directory (content already covered byitkdev-github-guidelinesskill)
Full Changelog
Release v0.3.3
What's Changed
Added
- Manual release workflow for creating releases via GitHub Actions UI
- Supports patch, minor, and major version bumps
- Automatically updates CHANGELOG.md and plugin.json
- Creates git tag and GitHub release with notes from changelog
Full Changelog
Release v0.3.2
What's Changed
This release updates MCP server dependencies:
mcp-itkdev-docker: v0.1.1 -> v0.1.2
MCP Versions
- mcp-claude-code-browser-feedback: v0.4.3
- mcp-itkdev-docker: v0.1.2
Release v0.3.1
What's Changed
Fixed
- Skills not loading due to incorrect directory structure (#17)
- Restructured skills from flat files (
skills/skill-name.md) to subdirectories (skills/skill-name/SKILL.md) - Matches Claude Code's expected plugin structure
- Restructured skills from flat files (
Full Changelog
v0.3.0
What's New
New Skills
-
Documentation skill (
itkdev-documentation) - Generate README files and technical documentation- Follows AarhusAI documentation style guidelines
- Templates for README, deployment guides, architecture docs, and API documentation
- ITK Dev Docker project documentation support
- Project type auto-detection
-
Drupal development skill (
itkdev-drupal) - Code auditing, module/theme development, and configuration management (Drupal 10/11)- ITK Dev Docker environment commands
- Taskfile.yml integration
- Xdebug configuration for VS Code and PHPStorm
-
ADR skill (
itkdev-adr) - Create and manage Architecture Decision Records- Interactive information gathering before writing ADRs
- Comprehensive template with all required fields
Infrastructure
- Auto-release workflow for MCP dependency updates
- Daily scheduled check for new MCP releases (8:30 UTC)
- Automated version bump and release creation when updates detected
- Version tracking in
.claude-plugin/mcp-versions.json
Full Changelog: v0.2.0...v0.3.0
Release v0.2.3
What's Changed
This release updates MCP server dependencies:
mcp-claude-code-browser-feedback: v0.4.1 -> v0.4.3, mcp-itkdev-docker: v0.1.0 -> v0.1.1
MCP Versions
- mcp-claude-code-browser-feedback: v0.4.3
- mcp-itkdev-docker: v0.1.1
Release v0.2.2
What's Changed
This release updates MCP server dependencies:
mcp-claude-code-browser-feedback: v0.4.0 -> v0.4.1
MCP Versions
- mcp-claude-code-browser-feedback: v0.4.1
- mcp-itkdev-docker: v0.1.0
Release v0.2.1
What's Changed
This release updates MCP server dependencies:
mcp-claude-code-browser-feedback: v0.3.1 -> v0.4.0, mcp-itkdev-docker: none -> v0.1.0
MCP Versions
- mcp-claude-code-browser-feedback: v0.4.0
- mcp-itkdev-docker: v0.1.0
v0.2.0
What's New
Features
- User-invocable commands: Added slash commands for GitHub workflows (
/github-issue-workflow,/itk-dev-github) - itkdev-docker MCP server: New MCP server for Docker-related operations
- Autonomous GitHub issue workflow: 6-phase autonomous development workflow with minimal user interaction
- Skill renaming: Skills now use
itkdevprefix for consistency
Bug Fixes
- Fix YAML parsing errors in skill descriptions
- Fix source path format in plugin configuration
- Fix plugin schema issues (owner field, schema refs)
Full Changelog: v0.1.0...v0.2.0