ticket: close panel queue orchestrator sync

This commit is contained in:
Keisuke Hirata 2026-06-12 21:26:41 +09:00
parent edb736f4ce
commit 370940a959
No known key found for this signature in database
3 changed files with 68 additions and 2 deletions

View File

@ -1,8 +1,8 @@
---
title: 'Panel Queue時にdevとOrchestrator worktreeを同期する'
state: 'inprogress'
state: 'closed'
created_at: '2026-06-12T01:16:39Z'
updated_at: '2026-06-12T09:12:25Z'
updated_at: '2026-06-12T12:26:26Z'
assignee: null
queued_by: 'yoi ticket'
queued_at: '2026-06-12T02:39:25Z'

View File

@ -0,0 +1,20 @@
Panel Queue handoff implementation was merged from `ticket/panel-queue-orchestrator-sync` into `orchestration/yoi-orchestrator`, then merged into `develop`.
Implemented behavior:
- Panel Queue performs the root-side Ticket `ready -> queued` mutation and Queue commit.
- The dedicated orchestration worktree is synchronized with ff-only semantics before Orchestrator notification.
- Queue success/failure paths report Ticket id, Queue commit, sync result, and notification outcome.
- Dirty/divergent/state-mismatch/worktree-identity failure cases are blocked with explicit diagnostics.
Validation after merge:
- `cargo fmt`
- `cargo test -p client ticket_role`
- `cargo test -p tui ticket_queue_notification_message_carries_routing_contract`
- `target/debug/yoi ticket doctor`
- `cargo check --workspace`
- `nix build .#yoi`
- `cargo test -p tui ticket_queue_notification_message_carries_routing_contract`
Cleanup:
- Removed implementation worktree `/home/hare/Projects/yoi/.worktree/panel-queue-orchestrator-sync`.
- Deleted merged branch `ticket/panel-queue-orchestrator-sync`.

View File

@ -256,4 +256,50 @@ Coder/reviewer Pods stopped after merge-ready dossier was recorded.
- Stopped: `yoi-reviewer-panel-queue-sync`
- Implementation worktree/branch are retained for explicit merge-completion authority.
---
<!-- event: state_changed author: "yoi ticket" at: 2026-06-12T12:26:26Z from: inprogress to: done reason: cli_state field: state -->
## State changed
State changed to `done`.
---
<!-- event: state_changed author: hare at: 2026-06-12T12:26:26Z from: done to: closed reason: closed field: state -->
## State changed
Ticket を closed にしました。
---
<!-- event: close author: hare at: 2026-06-12T12:26:26Z status: closed -->
## 完了
Panel Queue handoff implementation was merged from `ticket/panel-queue-orchestrator-sync` into `orchestration/yoi-orchestrator`, then merged into `develop`.
Implemented behavior:
- Panel Queue performs the root-side Ticket `ready -> queued` mutation and Queue commit.
- The dedicated orchestration worktree is synchronized with ff-only semantics before Orchestrator notification.
- Queue success/failure paths report Ticket id, Queue commit, sync result, and notification outcome.
- Dirty/divergent/state-mismatch/worktree-identity failure cases are blocked with explicit diagnostics.
Validation after merge:
- `cargo fmt`
- `cargo test -p client ticket_role`
- `cargo test -p tui ticket_queue_notification_message_carries_routing_contract`
- `target/debug/yoi ticket doctor`
- `cargo check --workspace`
- `nix build .#yoi`
- `cargo test -p tui ticket_queue_notification_message_carries_routing_contract`
Cleanup:
- Removed implementation worktree `/home/hare/Projects/yoi/.worktree/panel-queue-orchestrator-sync`.
- Deleted merged branch `ticket/panel-queue-orchestrator-sync`.
---