ticket: close worker status removal

This commit is contained in:
Keisuke Hirata 2026-07-11 15:22:34 +09:00
parent 2d2c29a775
commit d53bfd8087
No known key found for this signature in database
3 changed files with 21 additions and 2 deletions

View File

@ -1,8 +1,8 @@
--- ---
title: 'Remove duplicate Worker status field' title: 'Remove duplicate Worker status field'
state: 'done' state: 'closed'
created_at: '2026-07-11T06:05:38Z' created_at: '2026-07-11T06:05:38Z'
updated_at: '2026-07-11T06:22:05Z' updated_at: '2026-07-11T06:22:34Z'
assignee: null assignee: null
queued_by: 'yoi ticket' queued_by: 'yoi ticket'
queued_at: '2026-07-11T06:06:13Z' queued_at: '2026-07-11T06:06:13Z'

View File

@ -0,0 +1 @@
Removed duplicate browser-facing Worker `status` field. Workspace Worker summaries now use `state` only; Frontend Worker list/sidebar/Console no longer reference `worker.status`. Runtime, Host, Workdir, and protocol statuses remain where they are distinct concepts.

View File

@ -70,4 +70,22 @@ Validation:
State changed to `done`. State changed to `done`.
---
<!-- event: state_changed author: hare at: 2026-07-11T06:22:34Z from: done to: closed reason: closed field: state -->
## State changed
Ticket を closed にしました。
---
<!-- event: close author: hare at: 2026-07-11T06:22:34Z status: closed -->
## 完了
Removed duplicate browser-facing Worker `status` field. Workspace Worker summaries now use `state` only; Frontend Worker list/sidebar/Console no longer reference `worker.status`. Runtime, Host, Workdir, and protocol statuses remain where they are distinct concepts.
--- ---