ticket: ready worker workspace backend

This commit is contained in:
Keisuke Hirata 2026-07-11 07:01:46 +09:00
parent bbcc91db01
commit e6b5013224
No known key found for this signature in database
2 changed files with 19 additions and 2 deletions

View File

@ -1,9 +1,9 @@
--- ---
title: 'Replace Worker workspace_root path with WorkspaceBackend' title: 'Replace Worker workspace_root path with WorkspaceBackend'
state: 'planning' state: 'ready'
priority: 'P1' priority: 'P1'
created_at: '2026-07-10T21:16:22Z' created_at: '2026-07-10T21:16:22Z'
updated_at: '2026-07-10T22:00:16Z' updated_at: '2026-07-10T22:01:46Z'
assignee: null assignee: null
--- ---

View File

@ -46,4 +46,21 @@ Hard dependencies は WorkerFilesystemAuthority を共通前提に限定する
Clarification: this ticket should remove Worker-level `workspace_root: PathBuf`, not leave it as a staged authority surface. Local paths may remain only inside Runtime/host backend adapters or `WorkerFilesystemAuthority::Local`; Worker workspace identity is `Option<WorkspaceId>` and workspace operations go through an injected `WorkspaceClient` / handle. Clarification: this ticket should remove Worker-level `workspace_root: PathBuf`, not leave it as a staged authority surface. Local paths may remain only inside Runtime/host backend adapters or `WorkerFilesystemAuthority::Local`; Worker workspace identity is `Option<WorkspaceId>` and workspace operations go through an injected `WorkspaceClient` / handle.
---
<!-- event: intake_summary author: hare at: 2026-07-10T22:01:46Z -->
## Intake summary
Marked ready by `yoi ticket state`.
---
<!-- event: state_changed author: "yoi ticket" at: 2026-07-10T22:01:46Z from: planning to: ready reason: cli_state field: state -->
## State changed
Marked ready by `yoi ticket state`.
--- ---