chore: bump plugin versions#95
Conversation
Auto-Version-Bump: true
📝 WalkthroughWalkthroughThis PR updates the mutils plugin version from 0.24.2 to 0.24.3 across two configuration files: the marketplace registry and the plugin manifest. The marketplace file is reformatted to use consistent 2-space indentation throughout, replacing tabs, while preserving all plugin entries. Changesmutils Plugin Version 0.24.3
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In @.claude-plugin/marketplace.json:
- Around line 2-139: The marketplace JSON uses 2-space indentation but the doc
generator that produces this file (the plugin-list generation logic) emits tabs,
causing CI sync-check diffs; fix by regenerating .claude-plugin/marketplace.json
using the doc generator so it uses the same indentation as the generator output
(or update the generator's output formatting to 2-space), ensuring the generated
file and the generator are consistent to avoid out-of-sync failures when
comparing raw text.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: dad35ace-d561-4678-8a93-bd9829114fcd
📒 Files selected for processing (2)
.claude-plugin/marketplace.jsonplugins/mutils/plugin.json
| "name": "masseater-plugins", | ||
| "owner": { | ||
| "name": "masseater" | ||
| }, | ||
| "plugins": [ | ||
| { | ||
| "name": "agnix", | ||
| "source": "./plugins/agnix", | ||
| "description": "AI アシスタント設定ファイルリンター(agnix)統合", | ||
| "version": "0.0.19" | ||
| }, | ||
| { | ||
| "name": "cc-hooks-ts", | ||
| "source": "./plugins/cc-hooks-ts", | ||
| "description": "cc-hooks-ts ライブラリガイド・Hook作成支援", | ||
| "version": "0.1.9" | ||
| }, | ||
| { | ||
| "name": "code-review", | ||
| "source": "./plugins/code-review", | ||
| "description": "PR・コードレビューワークフロー支援", | ||
| "version": "0.2.11" | ||
| }, | ||
| { | ||
| "name": "context", | ||
| "source": "./plugins/context", | ||
| "description": "プロジェクトコンテキスト管理(AGENTS.md, rules)", | ||
| "version": "0.2.13" | ||
| }, | ||
| { | ||
| "name": "debug", | ||
| "source": "./plugins/debug", | ||
| "description": "plugin debug 用", | ||
| "version": "0.0.21" | ||
| }, | ||
| { | ||
| "name": "devkit", | ||
| "source": "./plugins/devkit", | ||
| "description": "Development toolkit — tech stack definitions, project setup, and quality automation", | ||
| "version": "0.3.16" | ||
| }, | ||
| { | ||
| "name": "diagram-render", | ||
| "source": "./plugins/diagram-render", | ||
| "description": "Markdown + Mermaid を beautiful-mermaid で SVG にレンダリングし自己完結HTMLとして出力するスキル", | ||
| "version": "0.0.9" | ||
| }, | ||
| { | ||
| "name": "discord-notify", | ||
| "source": "./plugins/discord-notify", | ||
| "description": "Discord通知 — idle時にセッションの最新メッセージをDiscordスレッドに投稿", | ||
| "version": "0.0.9" | ||
| }, | ||
| { | ||
| "name": "gh-projects", | ||
| "source": "./plugins/gh-projects", | ||
| "description": "GitHub Projects を EPIC - Story - Task の階層と依存関係で運用するための汎用パターン集", | ||
| "version": "0.0.4" | ||
| }, | ||
| { | ||
| "name": "github-issue-db", | ||
| "source": "./plugins/github-issue-db", | ||
| "description": "GitHub issue をローカル SQLite にクローンしオフライン検索・重複検知・状態更新を行うプラグイン", | ||
| "version": "0.1.2" | ||
| }, | ||
| { | ||
| "name": "github-workflow", | ||
| "source": "./plugins/github-workflow", | ||
| "description": "Git/GitHub ワークフロー支援 — Stop 時にブランチ状態とコンフリクトを通知", | ||
| "version": "0.0.32" | ||
| }, | ||
| { | ||
| "name": "mutils", | ||
| "source": "./plugins/mutils", | ||
| "description": "汎用ユーティリティ(フック・スキル)", | ||
| "version": "0.24.3" | ||
| }, | ||
| { | ||
| "name": "ops-harbor", | ||
| "source": "./plugins/ops-harbor", | ||
| "description": "Ops Harbor integration for cached work item visibility and MCP-first workflows", | ||
| "version": "0.1.1" | ||
| }, | ||
| { | ||
| "name": "persona", | ||
| "source": "./plugins/persona", | ||
| "description": "planner / worker カスタムペルソナの切替プラグイン。UserPromptSubmit で最小プロンプトを注入し、詳細指針は skill で参照", | ||
| "version": "0.0.3" | ||
| }, | ||
| { | ||
| "name": "plan", | ||
| "source": "./plugins/plan", | ||
| "description": "Plan file structure template and content rules", | ||
| "version": "0.0.18" | ||
| }, | ||
| { | ||
| "name": "progress-tracker", | ||
| "source": "./plugins/progress-tracker", | ||
| "description": "過去セッションの進捗ファイル参照スキル", | ||
| "version": "0.1.18" | ||
| }, | ||
| { | ||
| "name": "research", | ||
| "source": "./plugins/research", | ||
| "description": "調査・分析ツール(画像解析、ライブラリ調査、Figma連携)", | ||
| "version": "0.1.17" | ||
| }, | ||
| { | ||
| "name": "sdd", | ||
| "source": "./plugins/sdd", | ||
| "description": "Spec Driven Development (SDD) ワークフロー支援コマンド集", | ||
| "version": "0.5.22" | ||
| }, | ||
| { | ||
| "name": "swarm", | ||
| "source": "./plugins/swarm", | ||
| "description": "Agent Teams(swarm)支援 - チーム設計・運用・振り返りガイド", | ||
| "version": "0.1.4" | ||
| }, | ||
| { | ||
| "name": "ui-dev", | ||
| "source": "./plugins/ui-dev", | ||
| "description": "Figma x AI UI implementation workflow", | ||
| "version": "0.0.29" | ||
| }, | ||
| { | ||
| "name": "workspace-id", | ||
| "source": "./plugins/workspace-id", | ||
| "description": "エージェント作業ディレクトリ(workspace-id)の規約定義と Auto Compact / resume 時の復元", | ||
| "version": "0.0.5" | ||
| }, | ||
| { | ||
| "name": "zenn-article", | ||
| "source": "./plugins/zenn-article", | ||
| "description": "Zenn技術記事の執筆・投稿支援", | ||
| "version": "0.0.4" | ||
| } | ||
| ] |
There was a problem hiding this comment.
Keep marketplace formatting generator-consistent to avoid sync-check failures.
This file is now 2-space indented, but packages/doc-engine/src/plugin-list.ts generates .claude-plugin/marketplace.json with tab indentation and, in check mode, compares raw text. That can cause recurring “out of sync” failures despite identical data. Please regenerate via the doc generator (or restore tab indentation) so CI and auto-sync stay stable.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In @.claude-plugin/marketplace.json around lines 2 - 139, The marketplace JSON
uses 2-space indentation but the doc generator that produces this file (the
plugin-list generation logic) emits tabs, causing CI sync-check diffs; fix by
regenerating .claude-plugin/marketplace.json using the doc generator so it uses
the same indentation as the generator output (or update the generator's output
formatting to 2-space), ensuring the generated file and the generator are
consistent to avoid out-of-sync failures when comparing raw text.
Automated plugin version bump.
The workflow waits for PR CI to pass and then merges this PR without admin merge.
Auto-Version-Bump: true
Summary by CodeRabbit