Skip to content

Commit 182f309

Browse files
ToyamaEijietoyamaclaude
authored
fix(#123): remove $schema field and bump version to 0.5.1 (#124)
* fix(#123): marketplace.json の $schema フィールドを削除しバージョンを 0.5.1 に更新 Claude Code の marketplace validator が $schema を Unrecognized key として reject し、plugin が settings 上 enabled でも runtime で disabled 扱いに なり全 skill がロードされない問題を修正する。 合わせて plugin.json / pyproject.toml / uv.lock / CHANGELOG.md のバージョンを 0.5.1 に bump。autoUpdate 経由で既存 0.5.0 ユーザに fix を配布する。 Closes #123 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * docs(#124): CHANGELOG 末尾の比較リンク定義を 0.5.1 用に更新 [unreleased] の比較 base を v0.5.0 → v0.5.1 に置換し、 [0.5.1]: compare/v0.5.0...v0.5.1 を新規追加。他バージョンの 比較リンク定義との一貫性を回復する。 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> --------- Co-authored-by: etoyama <eijitoyama@gmail.com> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 5bf1429 commit 182f309

5 files changed

Lines changed: 15 additions & 5 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
32
"name": "insight-blueprint-marketplace",
43
"owner": {
54
"name": "etoyama"

.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": "insight-blueprint",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "Hypothesis-driven data analysis workflow and catalog MCP server",
55
"author": { "name": "Eto Yama" },
66
"repository": "https://github.com/etoyama/insight-blueprint",

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.5.1] - 2026-04-21
11+
12+
### Fixed
13+
14+
- Remove `$schema` field from `.claude-plugin/marketplace.json` to restore plugin skill loading (#123)
15+
- Claude Code's marketplace validator rejected `$schema` as an Unrecognized key,
16+
causing the runtime to treat the plugin as disabled even when enabled in settings
17+
- This blocked all insight-blueprint skills (`analysis-design`, `analysis-framing`,
18+
`catalog-register`, `premortem`, etc.) from loading into the available skills list
19+
1020
## [0.5.0] - 2026-04-21
1121

1222
### Added
@@ -117,7 +127,8 @@ Version bumps and maintenance releases. See git history for details:
117127
- YAML direct edit resilience (extra field preservation + corrupt file isolation)
118128
- SQLite FTS5 full-text search index
119129

120-
[unreleased]: https://github.com/etoyama/insight-blueprint/compare/v0.5.0...HEAD
130+
[unreleased]: https://github.com/etoyama/insight-blueprint/compare/v0.5.1...HEAD
131+
[0.5.1]: https://github.com/etoyama/insight-blueprint/compare/v0.5.0...v0.5.1
121132
[0.5.0]: https://github.com/etoyama/insight-blueprint/compare/v0.4.4...v0.5.0
122133
[0.4.1]: https://github.com/etoyama/insight-blueprint/compare/v0.4.0...v0.4.1
123134
[0.4.0]: https://github.com/etoyama/insight-blueprint/compare/v0.3.0...v0.4.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "insight-blueprint"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
description = "MCP server for data science analysis design management"
55
readme = "README.md"
66
requires-python = ">=3.11"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)