ticket: ready worker filesystem authority

This commit is contained in:
Keisuke Hirata 2026-07-11 06:49:37 +09:00
parent 3df1c2dcfa
commit e40445b07a
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: '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
---

View File

@ -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.
---
<!-- event: intake_summary author: hare at: 2026-07-10T21:49:37Z -->
## Intake summary
Marked ready by `yoi ticket state`.
---
<!-- event: state_changed author: "yoi ticket" at: 2026-07-10T21:49:37Z from: planning to: ready reason: cli_state field: state -->
## State changed
Marked ready by `yoi ticket state`.
---