From 9dc27a10bb05fc83da810eadf1c85c13a6259bee Mon Sep 17 00:00:00 2001 From: Hare Date: Thu, 16 Jul 2026 06:32:55 +0900 Subject: [PATCH] ticket: record workflow tui test fix --- .yoi/tickets/00001KXKJGYGD/item.md | 2 +- .yoi/tickets/00001KXKJGYGD/thread.md | 29 ++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/.yoi/tickets/00001KXKJGYGD/item.md b/.yoi/tickets/00001KXKJGYGD/item.md index 9390778b..17b30ae1 100644 --- a/.yoi/tickets/00001KXKJGYGD/item.md +++ b/.yoi/tickets/00001KXKJGYGD/item.md @@ -2,7 +2,7 @@ title: 'Remove workflow tracking and workflow resources' state: 'inprogress' created_at: '2026-07-15T19:02:13Z' -updated_at: '2026-07-15T21:25:42Z' +updated_at: '2026-07-15T21:32:50Z' assignee: null queued_by: 'workspace-panel' queued_at: '2026-07-15T19:54:36Z' diff --git a/.yoi/tickets/00001KXKJGYGD/thread.md b/.yoi/tickets/00001KXKJGYGD/thread.md index 08f68888..a372f4b4 100644 --- a/.yoi/tickets/00001KXKJGYGD/thread.md +++ b/.yoi/tickets/00001KXKJGYGD/thread.md @@ -327,3 +327,32 @@ Required fix: - Update the test fixture to use a non-legacy active SystemItem kind or otherwise align it with workflow ignore semantics。 --- + + + +## Implementation report + +Third follow-up implementation progress report after request_changes: + +- Coder Pod `yoi-coder-00001KXKJGYGD-workflow-removal` completed the remaining TUI test blocker fix。 +- Follow-up commit: `bc48094dde08f5a1b20a060623b7a4c786d81ee2` (`fix: update workflow-free tui tests`)。 +- Orchestrator inspected worktree status, branch log, commit stats, and `git diff --check 83ad7506..HEAD`; worktree was clean and diff check passed。 + +Fix summary: +- Updated `live_system_snapshot_replaces_task_store` so the task-store snapshot fixture is carried by active `task_reminder` `SystemItem` text instead of legacy `kind: "workflow"`。 +- Legacy workflow `SystemItem`s remain ignored/drop-diagnostic only; no workflow active behavior was re-enabled。 +- Updated stale dashboard routing-message test assertions to match workflow-free queue guidance while running full TUI tests。 + +Coder-reported validation passed: +- `cargo test -p tui --lib live_system_snapshot_replaces_task_store -- --nocapture` +- `cargo test -p tui --lib live_legacy_workflow_system_item_is_ignored -- --nocapture` +- `git diff --check` +- `cargo test -p tui --lib --tests` +- `cargo check -p yoi` +- `yoi ticket doctor` +- `nix build .#yoi --no-link` + +Next action: +- Request focused re-review of the remaining TUI test blocker and overall acceptance before merge/close decisions。 + +---