From 2081fd5bdaf7fd966f88ce72e5adee5af3bb8dc8 Mon Sep 17 00:00:00 2001 From: Hare Date: Sun, 21 Jun 2026 01:46:56 +0900 Subject: [PATCH] ticket: start resume cli review --- .yoi/tickets/00001KVJX7VZT/item.md | 2 +- .yoi/tickets/00001KVJX7VZT/thread.md | 31 ++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/.yoi/tickets/00001KVJX7VZT/item.md b/.yoi/tickets/00001KVJX7VZT/item.md index 6d20f55c..b000f373 100644 --- a/.yoi/tickets/00001KVJX7VZT/item.md +++ b/.yoi/tickets/00001KVJX7VZT/item.md @@ -2,7 +2,7 @@ title: 'CLI: `resume` サブコマンド化と Pod 名の暗黙解釈廃止' state: 'inprogress' created_at: '2026-06-20T16:18:52Z' -updated_at: '2026-06-20T16:46:22Z' +updated_at: '2026-06-20T16:46:52Z' assignee: null readiness: 'implementation_ready' risk_flags: ['cli-ux', 'pod-metadata', 'workspace-scope', 'backward-compatibility'] diff --git a/.yoi/tickets/00001KVJX7VZT/thread.md b/.yoi/tickets/00001KVJX7VZT/thread.md index 86808a4e..4dd6e17d 100644 --- a/.yoi/tickets/00001KVJX7VZT/thread.md +++ b/.yoi/tickets/00001KVJX7VZT/thread.md @@ -188,3 +188,34 @@ Next action: - Route to read-only Reviewer Pod for acceptance review against the Ticket and IntentPacket。 --- + + + +## Comment + +Review routing: + +Spawned read-only Reviewer Pod: +- `yoi-reviewer-00001KVJX7VZT-r1` + +Review target: +- Worktree: `/home/hare/Projects/yoi/.worktree/00001KVJX7VZT-cli-resume-subcommand` +- Branch: `impl/00001KVJX7VZT-cli-resume-subcommand` +- Baseline: `a63b40f4` +- Implementation commit: `861c351a feat: add explicit resume command` +- Diff: `a63b40f4..861c351a` + +Reviewer scope: +- read-only `/home/hare/Projects/yoi` + +Reviewer focus: +- No remaining `-r` / `--resume` compatibility alias。 +- No remaining top-level bare Pod-name inference。 +- Default `yoi resume` is workspace-scoped and `resume --all` is required for host-wide listing。 +- Workspace filtering uses persisted Pod metadata `workspace_root` semantics。 +- Explicit `--pod ` and existing subcommands remain parseable。 +- Help/errors are discoverable and no longer advertise `[POD_NAME]` or legacy resume flag。 + +Orchestrator will wait for reviewer verdict before integration。 + +---