phasegate 0.222.0 → 0.229.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.
@@ -26,6 +26,8 @@ Rust製 Biome の AST 解析を用いて、L1(Editor-Time)で以下の8ル
26
26
  | no-comment-flood | L1-007 | 過剰なコメント |
27
27
  | no-code-duplication | L1-008 | 構造的に重複するコードブロック |
28
28
 
29
+ > 注記(WI-274, 2026-07-16): 上表の L1-006〜L1-008 のルール名↔コード対応は当時の記述であり、現行の canonical と異なる。現行の正しい対応は `L1-006`=`no-code-duplication` / `L1-007`=`no-ghost-file` / `L1-008`=`no-comment-flood`(WI-265 で是正済み。真実の源は `biome-ast-engine` の `rule-definition-registry.ts`)。本文は歴史記録として保存する。
30
+
29
31
  ## Consequences
30
32
 
31
33
  - エージェントのプロンプト遵守度に品質が依存しない
@@ -133,6 +133,8 @@ v0.86.0(ADR-014 適用)以降、`ALLOWED_DEPENDENCIES.presentation` に `'do
133
133
  | L1-007 no-comment-flood | 有効維持 |
134
134
  | L1-008 no-code-duplication | 有効維持 |
135
135
 
136
+ > 注記(WI-274, 2026-07-16): 上表の L1-006〜L1-008 のルール名↔コード対応は当時の記述であり、現行の canonical と異なる。現行の正しい対応は `L1-006`=`no-code-duplication` / `L1-007`=`no-ghost-file` / `L1-008`=`no-comment-flood`(WI-265 で是正済み。真実の源は `biome-ast-engine` の `rule-definition-registry.ts`)。`flat` preset で「有効維持」となる 3 ルール(重複/ghost/コメント過多)という判断自体は不変で、コード表記のみが当時 drift していた。本文は歴史記録として保存する。
137
+
136
138
  ### メタデータタグの可変化
137
139
 
138
140
  `@layer` / `@unit` というタグ名自体も `metadataTags` で差し替え可能とする。これにより、社内規約で `@tier` / `@module` 等を使う PJ にも対応できる。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "phasegate",
3
- "version": "0.222.0",
3
+ "version": "0.229.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",