ticket: close worker display name preservation

This commit is contained in:
Keisuke Hirata 2026-07-11 17:44:32 +09:00
parent 88d819591e
commit 664f8693a0
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: 'Preserve requested Worker display names'
state: 'done'
state: 'closed'
created_at: '2026-07-11T08:31:24Z'
updated_at: '2026-07-11T08:44:11Z'
updated_at: '2026-07-11T08:44:32Z'
assignee: null
queued_by: 'yoi ticket'
queued_at: '2026-07-11T08:31:54Z'

View File

@ -0,0 +1 @@
Worker display names are now preserved separately from Runtime worker ids. New Worker creation records the requested/sanitized display name, and later live Runtime sync does not overwrite it with the worker id label.

View File

@ -70,4 +70,22 @@ Validation:
State changed to `done`.
---
<!-- event: state_changed author: hare at: 2026-07-11T08:44:32Z from: done to: closed reason: closed field: state -->
## State changed
Ticket を closed にしました。
---
<!-- event: close author: hare at: 2026-07-11T08:44:32Z status: closed -->
## 完了
Worker display names are now preserved separately from Runtime worker ids. New Worker creation records the requested/sanitized display name, and later live Runtime sync does not overwrite it with the worker id label.
---