Exception: Pikuri::Tasks::ItemNotFound
- Inherits:
-
StandardError
- Object
- StandardError
- Pikuri::Tasks::ItemNotFound
- Defined in:
- lib/pikuri/tasks/list.rb
Overview
Raised by List#set_status and List#delete when no item with the given id exists. The three mutation tools rescue this and report “Error: no such task id: <id>” plus the current list render, so the LLM can pick the right id on the next turn.