From 7cd5585a4ed062213c56b1245c00c1f0f43bfda4 Mon Sep 17 00:00:00 2001 From: Hare Date: Thu, 16 Jul 2026 06:35:35 +0900 Subject: [PATCH] ticket: approve workflow removal implementation --- .yoi/tickets/00001KXKJGYGD/item.md | 2 +- .yoi/tickets/00001KXKJGYGD/thread.md | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/.yoi/tickets/00001KXKJGYGD/item.md b/.yoi/tickets/00001KXKJGYGD/item.md index 17b30ae1..a21d15d7 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:32:50Z' +updated_at: '2026-07-15T21:35:26Z' 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 a372f4b4..015546cf 100644 --- a/.yoi/tickets/00001KXKJGYGD/thread.md +++ b/.yoi/tickets/00001KXKJGYGD/thread.md @@ -356,3 +356,23 @@ Next action: - Request focused re-review of the remaining TUI test blocker and overall acceptance before merge/close decisions。 --- + + + +## Review: approve + +Focused re-review result: approve + +Evidence: +- Verified follow-up `bc48094d` with clean implementation worktree。 +- Focused greps for `ActiveWorkflow|active_workflow|Active workflow`, `workflow_invoke`, `resources/workflows`, `.yoi/workflow`, `workflow invocation`, `Resident workflows`, and workflow completion/resolver surfaces are clean。 +- `/` is no longer a web completion sigil and protocol completion docs now only cover file/Knowledge。 +- `live_system_snapshot_replaces_task_store` now uses active `task_reminder` and passes。 +- `live_legacy_workflow_system_item_is_ignored` also passes。 +- `git diff --check` and `cargo check -p yoi` pass。 +- Legacy persisted `kind: "workflow"` remains bounded to `LegacyIgnored` / diagnostic-or-drop behavior and TUI ignores it。 +- No broad first-class Skills implementation observed; remaining workflow text is ticket lifecycle naming, legacy ignore/rejection tests/docs, or historical/non-active comments, not active Workflow invocation/resource authority。 + +Blockers: none。 + +---