@kylecheng3146/agent-ops 0.1.21 → 0.1.24

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,6 +32,11 @@ English source version: 2026-07-23. Revalidate: when the English specification c
32
32
  - Positive: `review --harness claude` 解析成一個 target。
33
33
  - Negative: `讓一次 review invocation 隱式跑過所有已安裝 harness。`
34
34
 
35
+ 明確指定的 target MUST 已存在於 configured independent-review role。它只會將
36
+ configured chain 縮窄為單一 target,並保留 model、effort 與 timeout policy。
37
+ 未提供 `--harness` 時,完整 configured chain 仍套用 host-aware ordering;每個
38
+ 結果都以 `plannedTargets` 保存這個實際順序。
39
+
35
40
  ## REVIEW-READONLY-001
36
41
 
37
42
  review target MUST 以其自身的唯讀機制啟動;沒有唯讀機制的 target MUST 被跳過,而非在無沙箱狀態下執行。
@@ -47,6 +52,11 @@ disposable repository clone 中執行。review chain 優先選擇不同於 hosti
47
52
  target;沒有其他可用 target 時,才允許同 CLI 的 fresh review,但輸出 MUST 明確
48
53
  標示 `DEGRADED: isolated self-review`。不得 resume 開發 session 作為獨立審查。
49
54
 
55
+ Capability 與模型啟動進度即使在 JSON 模式也寫到 stderr;reviewer 原始輸出仍
56
+ 維持 bounded capture,不直接串流。SIGINT 或 SIGTERM 會中止 active process
57
+ tree,不 fallback、不寫 attestation;timeout 保留獨立 NOT_RUN reason,不得被
58
+ 扁平化為 `missing-cli`。
59
+
50
60
  ## REVIEW-CHAIN-001
51
61
 
52
62
  已設定的 targets 組成有序後備鏈,MUST 僅在「沒有審到」時換下一家,且 MUST NOT 在取得判定後繼續往下試。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kylecheng3146/agent-ops",
3
- "version": "0.1.21",
3
+ "version": "0.1.24",
4
4
  "description": "Evidence-driven development loops for agy, Codex, Claude Code, and opencode",
5
5
  "type": "module",
6
6
  "license": "MIT",