phasegate 0.177.0 → 0.181.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -32,9 +32,11 @@ Rust製 Biome の AST 解析を用いて、L1(Editor-Time)で以下の8ル
32
32
  - Rust 製 Biome により 50-100 倍の高速 AST 解析が可能
33
33
  - import グラフ解析によりレイヤー違反を物理的に検出
34
34
 
35
+ > 補記(2026-07-05): 本 ADR が参照する「K1(4層防御モデル)」は v1 時点の層数である。その後 L0(FUSE は defer、hooks engine として実現)が加わり防御モデルは 5層(L0-L4)へ復帰した。経緯は ADR-025(FUSE Hooks Engine は v1 スコープ外)および ADR-029(L0 4層→5層復帰パス)を参照。本 ADR の決定(L1 の 8 ルールを Biome AST で強制)は現行で不変。
36
+
35
37
  ## 関連要件
36
38
 
37
- K1(4層防御モデル)、K3(Biome AST解析)、K3.5(@unit/@layerメタデータ)
39
+ K1(4層防御モデル — 現在は 5層 L0-L4、ADR-029 参照)、K3(Biome AST解析)、K3.5(@unit/@layerメタデータ)
38
40
 
39
41
  ## Alternatives
40
42
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "phasegate",
3
- "version": "0.177.0",
3
+ "version": "0.181.0",
4
4
  "packageManager": "pnpm@10.30.1",
5
5
  "description": "Phasegate — AI-agnostic quality defense toolkit. Enforces structural integrity between design intent and code.",
6
6
  "license": "MIT",
@@ -60,7 +60,7 @@ TDD実装フェーズ
60
60
 
61
61
  ---
62
62
 
63
- ## 3フェーズ実行ルール
63
+ ## ⚠️ 3フェーズ実行ルール
64
64
 
65
65
  - **Phase 1(計画)**: Opus がスコープ・方針・不明点を整理し、人間の承認を得る
66
66
  - **Phase 2(実行)**: Sonnet 4.6 に委任して成果物を生成する(`npx phasegate delegate-sonnet` 経由)
@@ -58,7 +58,7 @@ TDD実装フェーズ
58
58
 
59
59
  ---
60
60
 
61
- ## 3フェーズ実行ルール
61
+ ## ⚠️ 3フェーズ実行ルール
62
62
 
63
63
  - **Phase 1(計画)**: Opus がスコープ・方針・不明点を整理し、人間の承認を得る
64
64
  - **Phase 2(実行)**: Sonnet 4.6 に委任して成果物を生成する(`npx phasegate delegate-sonnet` 経由)