-
Notifications
You must be signed in to change notification settings - Fork 1
chore: bump plugin versions #95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,140 +1,140 @@ | ||
| { | ||
| "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.2" | ||
| }, | ||
| { | ||
| "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" | ||
| } | ||
| ] | ||
| "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" | ||
| } | ||
| ] | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Keep marketplace formatting generator-consistent to avoid sync-check failures.
This file is now 2-space indented, but
packages/doc-engine/src/plugin-list.tsgenerates.claude-plugin/marketplace.jsonwith 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