ticket: approve workflow removal implementation

This commit is contained in:
Keisuke Hirata 2026-07-16 06:35:35 +09:00
parent 9dc27a10bb
commit 7cd5585a4e
No known key found for this signature in database
2 changed files with 21 additions and 1 deletions

View File

@ -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'

View File

@ -356,3 +356,23 @@ Next action:
- Request focused re-review of the remaining TUI test blocker and overall acceptance before merge/close decisions。
---
<!-- event: review author: reviewer at: 2026-07-15T21:35:26Z status: approve -->
## 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。
---