Skip to content

Commit 73f25ec

Browse files
authored
chore: prepare release v0.3.4 (#204)
Version bump to v0.3.4 ## Changes ### Documentation - Address 20 documentation gaps from claude-docs audit (#203) - Added 5 new reference files covering advanced frontmatter, headless/CI mode, GitHub Actions, memory/rules system, and advanced topics - Enhanced 6 skills with inline additions and updated trigger phrases - Improved coverage of plugin behavior in non-interactive contexts ## Checklist - [x] Version updated in plugin.json, marketplace.json, CLAUDE.md - [x] CHANGELOG.md updated with release notes - [x] Markdownlint passes (87 files, 0 errors) - [x] Plugin tested locally **Full Changelog**: v0.3.3...v0.3.4
1 parent 0bf8a76 commit 73f25ec

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

.claude-plugin/marketplace.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
},
77
"metadata": {
88
"description": "Unofficial plugin-dev plugin marketplace. Originally created by Daisy Hollman at Anthropic, now maintained by Steve Nims.",
9-
"version": "0.3.3"
9+
"version": "0.3.4"
1010
},
1111
"plugins": [
1212
{
1313
"name": "plugin-dev",
1414
"description": "Comprehensive toolkit for developing Claude Code plugins. Includes 10 expert skills covering hooks, MCP integration, LSP servers, commands, agents, marketplaces, and best practices, plus a guide skill for navigation. AI-assisted plugin creation and validation.",
15-
"version": "0.3.3",
15+
"version": "0.3.4",
1616
"author": {
1717
"name": "Steve Nims",
1818
"url": "https://github.com/sjnims"

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.3.4] - 2026-01-30
11+
12+
### Documentation
13+
14+
- **Address 20 documentation gaps from claude-docs audit** - Comprehensive audit against official Claude Code documentation identified missing topics relevant to plugin developers. Added 5 new reference files covering:
15+
- Advanced frontmatter fields (model, scoped hooks, visibility budget)
16+
- Headless/CI mode compatibility
17+
- GitHub Actions integration
18+
- Memory & rules system interaction
19+
- Advanced topics (keybindings, status line, caching, CLI commands, installation scopes)
20+
- **Enhanced skill coverage** - Updated 6 skills (skill-development, hook-development, agent-development, mcp-integration, plugin-structure, plugin-settings) with inline additions and trigger phrases for new content
21+
- **Added cross-cutting references** - New reference docs address plugin behavior in non-interactive contexts (headless mode, GitHub Actions, CI pipelines)
22+
1023
## [0.3.3] - 2026-01-27
1124

1225
### Added

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Guidance for Claude Code working in this repository.
66

77
Plugin marketplace containing the **plugin-dev** plugin - a toolkit for developing Claude Code plugins. Provides 10 skills, 3 agents, 4 slash commands.
88

9-
**Version**: v0.3.3 | [CHANGELOG.md](CHANGELOG.md)
9+
**Version**: v0.3.4 | [CHANGELOG.md](CHANGELOG.md)
1010

1111
## MCP Tool Requirements (CRITICAL)
1212

plugins/plugin-dev/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plugin-dev",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"description": "Comprehensive toolkit for developing Claude Code plugins. Includes 10 expert skills covering hooks, MCP integration, LSP servers, commands, agents, marketplaces, and best practices, plus a guide skill for navigation. AI-assisted plugin creation and validation.",
55
"author": {
66
"name": "Steve Nims",

0 commit comments

Comments
 (0)