Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"metadata": {
"description": "Claude Code plugins by 9uiLe.",
"version": "0.1.5"
"version": "0.1.6"
},
"plugins": [
{
Expand Down
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

## [Unreleased]

## [0.1.6] - 2026-07-02

### Added

- **quality-architect** (v0.1.4): 結合・凝集・複雑度・モジュール境界に関する指摘への「削減アクション」必須化。`references/07a-coupling-deep-dive.md` に §6.3.1「削減アクション・カタログ」(検出状況 → 下げる軸 → 具体的手順の対応表と提示書式)を追加し、`quality-review`(step 5・指摘テンプレ・§5)と `quality-architecture`(章 4'・§4)が BALANCE = FALSE の結合・複雑性を検出した際に Khononov のリバランス 3 軸(Strength↓ / Distance↓ / Volatility 隔離)に基づく具体的な削減手順の併記を要求するように。アクションは severity / verdict に影響しない(H9 維持)。
Expand All @@ -18,7 +20,6 @@
### Fixed

- **model-strategy** (v0.1.1): `00-pricing.md` の「Fable 5 は新トークナイザで Opus 系比 30% 増 → 実効 2.6 倍」という誤記載を訂正。Fable 5 のトークナイザは Opus 4.8 と同一で、実効コストは名目通り約 2 倍(30% 増は Opus 4.7 系トークナイザ vs 旧世代モデルの比較)。

## [0.1.5] - 2026-06-15

### Changed
Expand Down Expand Up @@ -71,7 +72,8 @@
- Issue / Pull Request テンプレート、`CONTRIBUTING.md`、`SECURITY.md` を整備。
- MIT License を採用。

[Unreleased]: https://github.com/9uiLe/plugins/compare/v0.1.5...HEAD
[Unreleased]: https://github.com/9uiLe/plugins/compare/v0.1.6...HEAD
[0.1.6]: https://github.com/9uiLe/plugins/compare/v0.1.5...v0.1.6
[0.1.5]: https://github.com/9uiLe/plugins/compare/v0.1.4...v0.1.5
[0.1.4]: https://github.com/9uiLe/plugins/compare/v0.1.3...v0.1.4
[0.1.3]: https://github.com/9uiLe/plugins/compare/v0.1.2...v0.1.3
Expand Down
31 changes: 31 additions & 0 deletions releases/v0.1.6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Release Notes — v0.1.6

リリース日: 2026-07-02

## ハイライト

- **Codex plugin support**: 全プラグインに `.codex-plugin/plugin.json` を追加し、Codex からも配布・利用できる形にしました。
- **quality-architect**: `quality-review` に設計妥当性評価ルートを統合し、結合・凝集・複雑度・モジュール境界の指摘には具体的な削減アクションを必ず添えるようにしました。
- **model-strategy**: Codex CLI での利用手順、Fable 5 の提供条件、価格・effort・コスト削減判断の参照情報を更新しました。

## Added

- **tech-docs / quality-architect / model-strategy**: Codex plugin manifest (`.codex-plugin/plugin.json`) を追加。
- **quality-architect** (v0.1.4): `references/07a-coupling-deep-dive.md` に削減アクション・カタログを追加し、BALANCE FALSE の結合・複雑性検出時に Strength / Distance / Volatility の観点で削減手順を提示するように変更。
- **model-strategy** (v0.1.1): Codex CLI 向けの実行環境判定、委譲代替手順、`references/07-codex.md` を追加。

## Changed

- **quality-architect** (v0.1.4): `quality-review` のスキルルーティングを更新し、既存コードや既存設計の妥当性評価は `quality-review` 側で扱う規律を明確化。
- **model-strategy** (v0.1.1): pricing / effort / decision matrix / cost lever の参照情報を更新。
- **release automation**: marketplace、version verification、README、CONTRIBUTING、RELEASING を Codex manifest 対応に更新。

## Compatibility / Migration

- 破壊的変更はありません。
- Claude plugin manifest と Codex plugin manifest の両方が `verify-versions.sh` の検証対象になります。

## References

- CHANGELOG: [`CHANGELOG.md`](../CHANGELOG.md)
- Compare: <https://github.com/9uiLe/plugins/compare/v0.1.5...v0.1.6>
Loading