- remove prompt and preview generation from task creation
- create tasks as inactive and route directly to edit page
- add generated message history UX to edit task
- update entity/task views and related test coverage
Return all tasks for an entity so inactive items remain visible in the entity detail view while global task listings stay active-only.
Add inactive task styling and coverage for the entity page state.
Add a task details action from the entity page and route it to a prefilled edit task page.
Extend the local task API with single-task read and update helpers, and cover the new flow with frontend tests.
Replace the EntityDetailPage modal flow with a route-based CreateTaskPage for better accessibility and long-form usability.
Add route /entities/:entityId/tasks/new and update tests for both entity detail navigation and create-task page behavior.