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
4 changes: 2 additions & 2 deletions .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.3.3"
"version": "0.3.4"
},
"plugins": [
{
Expand Down Expand Up @@ -83,7 +83,7 @@
"name": "second-opinion",
"source": "./plugins/second-opinion",
"description": "Get an independent Fable/Codex review, or run an evidence-gated decision council with explicit dissent, model-role selection, missing-information checks, and accountable synthesis.",
"version": "0.3.0",
"version": "0.3.1",
"category": "development",
"tags": [
"advisor",
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

## [Unreleased]

## [0.3.4] - 2026-07-15

### Added

- **second-opinion / decision-council**: Issue #55 の手段・目的すり替え防止を追加。owner 承認付き Outcome version、source-namespaced Proposal ID、Proposal→Outcome 因果・trade-off・disposition・verification の台帳、Challenge の link-change 履歴、4種の fail-closed guard、低 stakes compact record を定義し、5つの要求シナリオを決定論的 validator で検証する。
Expand Down Expand Up @@ -143,7 +145,8 @@
- Issue / Pull Request テンプレート、`CONTRIBUTING.md`、`SECURITY.md` を整備。
- MIT License を採用。

[Unreleased]: https://github.com/9uiLe/plugins/compare/v0.3.3...HEAD
[Unreleased]: https://github.com/9uiLe/plugins/compare/v0.3.4...HEAD
[0.3.4]: https://github.com/9uiLe/plugins/compare/v0.3.3...v0.3.4
[0.3.3]: https://github.com/9uiLe/plugins/compare/v0.3.2...v0.3.3
[0.3.2]: https://github.com/9uiLe/plugins/compare/v0.3.1...v0.3.2
[0.3.1]: https://github.com/9uiLe/plugins/compare/v0.3.0...v0.3.1
Expand Down
2 changes: 1 addition & 1 deletion plugins/second-opinion/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "second-opinion",
"version": "0.3.0",
"version": "0.3.1",
"description": "Get independent Fable/Codex reviews or run an evidence-gated decision council with explicit dissent, model-role selection, and accountable synthesis.",
"author": {
"name": "9uiLe"
Expand Down
2 changes: 1 addition & 1 deletion plugins/second-opinion/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "second-opinion",
"version": "0.3.0",
"version": "0.3.1",
"description": "Get independent Fable/Codex reviews or run an evidence-gated decision council with explicit dissent, model-role selection, and accountable synthesis.",
"author": {
"name": "9uiLe",
Expand Down
24 changes: 24 additions & 0 deletions releases/v0.3.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Release Notes — v0.3.4

リリース日: 2026-07-15

## ハイライト

- **decision-council の手段・目的すり替え防止 (Issue #55)**: owner 承認付き Outcome version、source-namespaced Proposal ID、Proposal→Outcome の因果・trade-off・disposition・verification 台帳、Challenge の link-change 履歴、4種の fail-closed guard、低 stakes compact record を追加し、5つの要求シナリオを決定論的 validator で検証できるようにした。
- **decision-council Skill の追加 (second-opinion v0.3.0 相当)**: Outcome Alignment、証拠 readiness gate、Fable/Codex 等の独立 first round、匿名 challenge、全提案の disposition、議長・役割別モデル/effort 選定、劣化時の confidence 上限、Outcome Review を含む意思決定記録の枠組みを定義した。
- **Codex ホスト対応の拡充 (second-opinion v0.2.0 相当)**: Codex rollout JSONL の機械抽出、Codex `SessionStart` hook の `transcript_path` 引き継ぎに対応した。

### Added

- **second-opinion / decision-council**: Issue #55 の手段・目的すり替え防止を追加。owner 承認付き Outcome version、source-namespaced Proposal ID、Proposal→Outcome 因果・trade-off・disposition・verification の台帳、Challenge の link-change 履歴、4種の fail-closed guard、低 stakes compact record を定義し、5つの要求シナリオを決定論的 validator で検証する。
- **second-opinion** (v0.3.0): ツール非依存の `decision-council` Skill を追加。Outcome Alignment、証拠 readiness gate、Fable/Codex 等の独立 first round、匿名 challenge、全提案の disposition、議長・役割別モデル/effort 選定、劣化時の confidence 上限、Outcome Review を含む意思決定記録を定義した。再現可能な safeguard failure をサニタイズして GitHub Issue 化するテンプレートと手順も追加。AWS sample Collaborative AI-DLC の Inception/traceability/role separation/human gate/refinement loop を一次資料付きで取り込み、Orca/orchestration は任意 transport に限定した。
- **second-opinion** (v0.2.0): Codex rollout JSONL の機械抽出、Codex `SessionStart` hook の `transcript_path` 引き継ぎ、`codex exec` による read-only / ephemeral reviewer 起動を追加。`.codex-plugin/plugin.json` と Codex marketplace エントリを追加し、Claude Code / Codex の両ホストから同じ Skill を利用可能にした。Claude Code JSONL と `CLAUDE_ENV_FILE` の既存経路は維持する。

## Compatibility / Migration

- 破壊的変更なし。

## References

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