ticket: dispatch reviewers for implementation branches
This commit is contained in:
parent
7ae725c95d
commit
20cc77573b
|
|
@ -2,7 +2,7 @@
|
||||||
title: 'Plugin: enforce Plugin permission grants'
|
title: 'Plugin: enforce Plugin permission grants'
|
||||||
state: 'inprogress'
|
state: 'inprogress'
|
||||||
created_at: '2026-06-15T14:48:59Z'
|
created_at: '2026-06-15T14:48:59Z'
|
||||||
updated_at: '2026-06-18T14:15:12Z'
|
updated_at: '2026-06-18T14:16:18Z'
|
||||||
assignee: null
|
assignee: null
|
||||||
readiness: 'implementation_ready'
|
readiness: 'implementation_ready'
|
||||||
risk_flags: ['plugin', 'permission', 'grant-enforcement', 'capability-boundary', 'tool-execution']
|
risk_flags: ['plugin', 'permission', 'grant-enforcement', 'capability-boundary', 'tool-execution']
|
||||||
|
|
|
||||||
|
|
@ -195,3 +195,30 @@ Next action:
|
||||||
- 特に fail-closed grant enforcement、source/digest/version binding、no ambient authority、external_write/effect metadata、bounded diagnostics、existing PreToolCall path との整合性を確認する。
|
- 特に fail-closed grant enforcement、source/digest/version binding、no ambient authority、external_write/effect metadata、bounded diagnostics、existing PreToolCall path との整合性を確認する。
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<!-- event: plan author: yoi-orchestrator at: 2026-06-18T14:16:18Z -->
|
||||||
|
|
||||||
|
## Plan
|
||||||
|
|
||||||
|
Review dispatch:
|
||||||
|
|
||||||
|
Reviewer Pod `yoi-reviewer-00001KV5W3PJ3` を read-only scope で起動した。
|
||||||
|
|
||||||
|
Review target:
|
||||||
|
- worktree: `/home/hare/Projects/yoi/.worktree/00001KV5W3PJ3-plugin-permission-grants`
|
||||||
|
- branch: `impl/00001KV5W3PJ3-plugin-permission-grants`
|
||||||
|
- commit: `b1ba1599`
|
||||||
|
|
||||||
|
Reviewer focus:
|
||||||
|
- recorded intent / invariants / acceptance criteria に対する適合性。
|
||||||
|
- registration / execution の fail-closed grant enforcement。
|
||||||
|
- source-qualified identity / digest / version binding。
|
||||||
|
- unrelated grant / digest mismatch / missing surface/tool/external_write / unknown kind の拒否。
|
||||||
|
- `external_write` と Tool effect / PreToolCall path の整合性。
|
||||||
|
- future `https` / `fs` host API permission boundary が ambient authority を作っていないこと。
|
||||||
|
- bounded safe diagnostics。
|
||||||
|
|
||||||
|
Next:
|
||||||
|
- Reviewer output を確認し、approve なら Ticket review に記録して merge-ready 判断へ進む。request_changes なら Coder に修正依頼する。
|
||||||
|
|
||||||
|
---
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
title: 'Panel startup latency をユーザー目線の dashboard content ready 基準で計測・改善する'
|
title: 'Panel startup latency をユーザー目線の dashboard content ready 基準で計測・改善する'
|
||||||
state: 'inprogress'
|
state: 'inprogress'
|
||||||
created_at: '2026-06-18T13:30:51Z'
|
created_at: '2026-06-18T13:30:51Z'
|
||||||
updated_at: '2026-06-18T14:15:27Z'
|
updated_at: '2026-06-18T14:16:26Z'
|
||||||
assignee: null
|
assignee: null
|
||||||
readiness: 'implementation_ready'
|
readiness: 'implementation_ready'
|
||||||
risk_flags: ['panel', 'e2e', 'startup-latency', 'user-visible-readiness', 'dashboard-content', 'profiling']
|
risk_flags: ['panel', 'e2e', 'startup-latency', 'user-visible-readiness', 'dashboard-content', 'profiling']
|
||||||
|
|
|
||||||
|
|
@ -178,3 +178,29 @@ Next action:
|
||||||
- 特に dashboard content ready が名前だけの metric ではないこと、fixture が live-like な representative dashboard content を検証していること、single-row readiness だけでは通らないこと、negative fixtures が有効であること、Panel semantics を accidental に変更していないことを確認する。
|
- 特に dashboard content ready が名前だけの metric ではないこと、fixture が live-like な representative dashboard content を検証していること、single-row readiness だけでは通らないこと、negative fixtures が有効であること、Panel semantics を accidental に変更していないことを確認する。
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<!-- event: plan author: yoi-orchestrator at: 2026-06-18T14:16:26Z -->
|
||||||
|
|
||||||
|
## Plan
|
||||||
|
|
||||||
|
Review dispatch:
|
||||||
|
|
||||||
|
Reviewer Pod `yoi-reviewer-00001KVDETSN6` を read-only scope で起動した。
|
||||||
|
|
||||||
|
Review target:
|
||||||
|
- worktree: `/home/hare/Projects/yoi/.worktree/00001KVDETSN6-panel-dashboard-content-ready`
|
||||||
|
- branch: `impl/00001KVDETSN6-panel-dashboard-content-ready`
|
||||||
|
- commit: `fc1ee5bb`
|
||||||
|
|
||||||
|
Reviewer focus:
|
||||||
|
- recorded intent / invariants / acceptance criteria に対する適合性。
|
||||||
|
- `dashboard_content_ready` が名前だけの metric ではなく、代表 dashboard content の expected row/content set に基づくこと。
|
||||||
|
- first frame / single-row readiness だけでは主 E2E が通らないこと。
|
||||||
|
- missing dashboard content / missing orchestration overlay の negative fixtures が意味を持つこと。
|
||||||
|
- startup source breakdown が bounded で regression triage に使えること。
|
||||||
|
- Existing Panel behavior / workflow semantics を accidental に変更していないこと。
|
||||||
|
|
||||||
|
Next:
|
||||||
|
- Reviewer output を確認し、approve なら Ticket review に記録して merge-ready 判断へ進む。request_changes なら Coder に修正依頼する。
|
||||||
|
|
||||||
|
---
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user