claude-spotter 1.4.21 → 1.4.22
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.
- package/CHANGELOG.md +13 -1
- package/README.ja.md +1 -1
- package/README.md +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,24 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.4.22 — 2026-07-13
|
|
4
|
+
|
|
5
|
+
- **default-on裁定の文書修正。** v1.4.21の実装どおりdefault-onは確定事項であり、7日・30 fresh resultの測定は精度改善にだけ使う。ON/OFFの再審査やdefault-off rollbackを選択肢としていた誤記をREADME、正典、SLO、計画、課題台帳から削除した。
|
|
6
|
+
|
|
3
7
|
## 1.4.21 — 2026-07-13
|
|
4
8
|
|
|
5
9
|
### Changed
|
|
6
10
|
|
|
7
11
|
- **Throughline監査文脈をdefault-onへ変更。** `spotter install`がPATH上のThroughlineをabsolute pathへ解決できる場合、project markerへ既定設定する。marker v2の`origin:default|explicit`で旧既定disabledだけを移行し、明示OFFは再install後も維持する。POSIXはrealpath、Windows npm shimはabsolute `node.exe + throughline.mjs`を保存する。
|
|
8
12
|
- **不在時は明示disabled。** Throughlineが見つからない場合は固定理由付きdisabledとし、current-only監査や別backendへfallbackしない。installerとdoctorが状態・OFF手順を表示する。
|
|
9
|
-
- **実運用効果測定。** default-on
|
|
13
|
+
- **実運用効果測定。** default-onはowner確定済み。7日以上・fresh 30件以上の過検出・見逃し・stale率・latencyは精度改善にだけ使い、ON/OFFを再審査しない。L2本文は評価ログへ保存しない。
|
|
14
|
+
|
|
15
|
+
### 検証・公開
|
|
16
|
+
|
|
17
|
+
478 tests(476 pass / 2 skip)、macOS/Linux/Windows × Node 22.5/22.xのCI 6/6、packの秘密・
|
|
18
|
+
開発者固有path scan、隔離tarball installを通過。公開commitは`5026ace`。npm `claude-spotter@1.4.21`、
|
|
19
|
+
tag / GitHub Release `v1.4.21`、registry由来global installを同期した。registry版の空projectへ
|
|
20
|
+
`spotter install -y`を実行し、marker v2がThroughlineのglobal実体を`origin:default`で設定し、
|
|
21
|
+
doctorがconnector availableを返すことを確認した。
|
|
10
22
|
|
|
11
23
|
## 1.4.20 — 2026-07-13
|
|
12
24
|
|
package/README.ja.md
CHANGED
|
@@ -190,7 +190,7 @@ spotter auditor model-matrix --fixtures test/fixtures/auditor-model-matrix.v2.js
|
|
|
190
190
|
--recent-turns 2 --body-cap 600
|
|
191
191
|
```
|
|
192
192
|
|
|
193
|
-
評価結論はN=2 / 600です。既定ON
|
|
193
|
+
評価結論はN=2 / 600です。既定ONは確定済みで、7日・30 fresh resultの実運用測定は精度改善に使います。
|
|
194
194
|
|
|
195
195
|
## よく使うコマンド
|
|
196
196
|
|
package/README.md
CHANGED
|
@@ -195,8 +195,8 @@ spotter auditor model-matrix --fixtures test/fixtures/auditor-model-matrix.v2.js
|
|
|
195
195
|
--recent-turns 2 --body-cap 600
|
|
196
196
|
```
|
|
197
197
|
|
|
198
|
-
The evaluated setting is N=2 / 600. Default-on
|
|
199
|
-
30-fresh-result sample used
|
|
198
|
+
The evaluated setting is N=2 / 600. Default-on is final; the 7-day,
|
|
199
|
+
30-fresh-result sample is used only to identify precision improvements.
|
|
200
200
|
|
|
201
201
|
## Common commands
|
|
202
202
|
|