ticket: complete active workflow compaction

This commit is contained in:
Keisuke Hirata 2026-06-15 01:26:06 +09:00
parent 64d26f8490
commit 092fcd806d
No known key found for this signature in database
2 changed files with 45 additions and 2 deletions

View File

@ -1,8 +1,8 @@
--- ---
title: "Preserve active workflows across compaction" title: "Preserve active workflows across compaction"
state: 'inprogress' state: 'done'
created_at: "2026-06-07T02:23:28Z" 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_by: 'workspace-panel'
queued_at: '2026-06-14T15:23:07Z' queued_at: '2026-06-14T15:23:07Z'
--- ---

View File

@ -372,3 +372,46 @@ Conclusion:
- Approved. No remaining blocker found. - Approved. No remaining blocker found.
--- ---
<!-- event: implementation_report author: yoi-orchestrator at: 2026-06-14T16:26:01Z -->
## 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.
---
<!-- event: state_changed author: yoi-orchestrator at: 2026-06-14T16:26:01Z from: inprogress to: done reason: merged_validated field: state -->
## 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.
---