diff --git a/.yoi/tickets/00001KVZSGT14/item.md b/.yoi/tickets/00001KVZSGT14/item.md index eb5f37d7..9574fa21 100644 --- a/.yoi/tickets/00001KVZSGT14/item.md +++ b/.yoi/tickets/00001KVZSGT14/item.md @@ -2,7 +2,7 @@ title: 'Backend RuntimeRegistryにremote worker-runtime processを接続する' state: 'inprogress' created_at: '2026-06-25T16:23:58Z' -updated_at: '2026-06-26T06:27:50Z' +updated_at: '2026-06-26T06:29:12Z' assignee: null queued_by: 'workspace-panel' queued_at: '2026-06-25T20:34:35Z' diff --git a/.yoi/tickets/00001KVZSGT14/thread.md b/.yoi/tickets/00001KVZSGT14/thread.md index 46418502..179ade3b 100644 --- a/.yoi/tickets/00001KVZSGT14/thread.md +++ b/.yoi/tickets/00001KVZSGT14/thread.md @@ -282,3 +282,22 @@ Residual risks / review focus: - 将来 `Display` や手動ログで field を直接出す実装を追加する場合は別途注意が必要。 --- + + + +## Review: approve + +Review result: approve + +ブロッカーは解消済み。 + +確認内容: +- `RuntimeObservationSourceConfig` は manual `Debug` になり、`runtime_id` / `worker_id` のみ実値、`endpoint` は ``、`bearer_token` は `` 表示になっている。 +- `BackendObservationProxy` も manual `Debug` になり、source map / state internals を出さず `source_count` と omitted marker だけを出すため、内包する remote endpoint/token が Debug 経由で漏れない。 +- 追加テストは source config と proxy Debug の forbidden host/path/token 非混入を検証している。 +- 差分は `observation.rs` の redaction/test に限定され、API/WS payload 形状や remote routing への scope creep は見当たらない。 + +検証: +- read-only inspection のみ実施。テスト実行はしていない。 + +---