From 092fcd806de7de4756d8a51212a851a911bd3310 Mon Sep 17 00:00:00 2001 From: Hare Date: Mon, 15 Jun 2026 01:26:06 +0900 Subject: [PATCH] ticket: complete active workflow compaction --- .yoi/tickets/00001KTFY8V80/item.md | 4 +-- .yoi/tickets/00001KTFY8V80/thread.md | 43 ++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+), 2 deletions(-) diff --git a/.yoi/tickets/00001KTFY8V80/item.md b/.yoi/tickets/00001KTFY8V80/item.md index 9ffd9ff7..a2a5147f 100644 --- a/.yoi/tickets/00001KTFY8V80/item.md +++ b/.yoi/tickets/00001KTFY8V80/item.md @@ -1,8 +1,8 @@ --- title: "Preserve active workflows across compaction" -state: 'inprogress' +state: 'done' created_at: "2026-06-07T02:23:28Z" -updated_at: '2026-06-14T16:25:00Z' +updated_at: '2026-06-14T16:26:01Z' queued_by: 'workspace-panel' queued_at: '2026-06-14T15:23:07Z' --- diff --git a/.yoi/tickets/00001KTFY8V80/thread.md b/.yoi/tickets/00001KTFY8V80/thread.md index 89777e53..2c6b4bd7 100644 --- a/.yoi/tickets/00001KTFY8V80/thread.md +++ b/.yoi/tickets/00001KTFY8V80/thread.md @@ -372,3 +372,46 @@ Conclusion: - Approved. No remaining blocker found. --- + + + +## Implementation report + +Integration report: + +Merged implementation branch into orchestration branch: +- branch: `impl/00001KTFY8V80-active-workflows-compaction` +- implementation commits: + - `362fedfb fix: preserve active workflows across compaction` + - `ff446052 fix: gate active workflow rehydration state` +- merge commit: `64d26f84 merge: preserve active workflows across compaction` + +Reviewer result: +- First review requested changes for stale prompt-history guidance and completion/cancellation durability. +- Second-pass review `approve` recorded from `yoi-reviewer-00001KTFY8V80-r2`. + +Validation in Orchestrator worktree `/home/hare/Projects/yoi/.worktree/orchestration`: +- Passed: `cargo test -p pod active_workflow --lib` + - 7 passed +- Passed: `cargo test -p pod interceptor --lib` + - 19 passed +- Passed: `cargo fmt --check` +- Passed: `git diff --check` + +Notes: +- Full `cargo test -p pod --lib` was not rerun at integration because coder already reported only the known unrelated prompt assertion failures. Focused tests and reviewer inspection covered the changed active workflow/compaction/interceptor paths. +- Orchestrator worktree is clean after validation. + +Cleanup planned: +- Stop related coder/reviewer Pods. +- Remove only child implementation worktree/branch for this Ticket. + +--- + + + +## State changed + +Reviewer approved after requested fixes, implementation branch merged into the orchestration branch, and focused validation passed in the Orchestrator worktree. Marking Ticket done in the orchestration branch. + +---