ticket: close pod fresh-start path

This commit is contained in:
Keisuke Hirata 2026-06-10 18:31:20 +09:00
parent 021661b568
commit 791ebbf576
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: "Add Pod archive and fresh-start path"
state: "planning"
state: 'closed'
created_at: "2026-06-07T23:45:30Z"
updated_at: "2026-06-08T03:49:14Z"
updated_at: '2026-06-10T09:29:55Z'
queued_by: "workspace-panel"
queued_at: "2026-06-08T03:48:46Z"
---

View File

@ -0,0 +1 @@
現時点では fresh-start-path を独立機能として実装しない方針に変更する。問題の実体は Pod 名の restorable metadata 衝突と古い Pod/session 履歴の蓄積であり、fresh start 専用 UX ではなく、Pod 名を明示的に空ける archive/delete と storage cleanup/prune の設計で扱う。既存の通常 lifecyclerestorable -> restore、missing -> spawnは維持し、restore bypass の専用 path は作らない。必要になれば Pod/session storage cleanup commands として別 Ticket を切る。

View File

@ -95,4 +95,22 @@ Escalate if:
- Archive requires a storage migration or a new authority boundary.
- Panel support would become a broad Pod manager rather than a bounded explicit fresh-start path.
---
<!-- event: state_changed author: hare at: 2026-06-10T09:29:55Z from: planning to: closed reason: closed field: state -->
## State changed
Ticket を closed にしました。
---
<!-- event: close author: hare at: 2026-06-10T09:29:55Z status: closed -->
## 完了
現時点では fresh-start-path を独立機能として実装しない方針に変更する。問題の実体は Pod 名の restorable metadata 衝突と古い Pod/session 履歴の蓄積であり、fresh start 専用 UX ではなく、Pod 名を明示的に空ける archive/delete と storage cleanup/prune の設計で扱う。既存の通常 lifecyclerestorable -> restore、missing -> spawnは維持し、restore bypass の専用 path は作らない。必要になれば Pod/session storage cleanup commands として別 Ticket を切る。
---