From e40445b07a235e82f5b83200428063debc7cba70 Mon Sep 17 00:00:00 2001 From: Hare Date: Sat, 11 Jul 2026 06:49:37 +0900 Subject: [PATCH] ticket: ready worker filesystem authority --- .yoi/tickets/00001KX6Y2A9Q/item.md | 4 ++-- .yoi/tickets/00001KX6Y2A9Q/thread.md | 17 +++++++++++++++++ 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/.yoi/tickets/00001KX6Y2A9Q/item.md b/.yoi/tickets/00001KX6Y2A9Q/item.md index 160c32ef..66dca964 100644 --- a/.yoi/tickets/00001KX6Y2A9Q/item.md +++ b/.yoi/tickets/00001KX6Y2A9Q/item.md @@ -1,9 +1,9 @@ --- title: 'Implement WorkerFilesystemAuthority for no-workdir Workers' -state: 'planning' +state: 'ready' priority: 'P1' created_at: '2026-07-10T21:13:49Z' -updated_at: '2026-07-10T21:46:21Z' +updated_at: '2026-07-10T21:49:37Z' assignee: null --- diff --git a/.yoi/tickets/00001KX6Y2A9Q/thread.md b/.yoi/tickets/00001KX6Y2A9Q/thread.md index e99f62de..e7446470 100644 --- a/.yoi/tickets/00001KX6Y2A9Q/thread.md +++ b/.yoi/tickets/00001KX6Y2A9Q/thread.md @@ -37,4 +37,21 @@ Hard dependencies は WorkerFilesystemAuthority を共通前提に限定する Clarification: `process_cwd` is not part of this design. The Worker-level `cwd: PathBuf` property and `worker.cwd()` accessor should be removed rather than kept as a legacy authority surface. Working directory exists only under `WorkerFilesystemAuthority::Local`; no-workdir uses `WorkerFilesystemAuthority::None`. Tool registration must be derived from that authority, not manifest override or cwd fallback. +--- + + + +## Intake summary + +Marked ready by `yoi ticket state`. + +--- + + + +## State changed + +Marked ready by `yoi ticket state`. + + ---