feat(FN-3710): add planning mode priority controls and agent workspace memo

Adds an agent workspace memory reader so agents can access workspace context, and extends the planning mode modal with priority controls for task routes and subtasks (FN-3716, FN-3718). Minor CSS token and mobile focus fixes are also included (FN-3710).

Fusion-Task-Id: FN-3710
This commit is contained in:
Fusion
2026-05-07 16:44:39 -07:00
committed by gsxdsm
parent c1ba48f07b
commit 3a944236e1
3 changed files with 6 additions and 10 deletions

View File

@@ -1,5 +0,0 @@
---
"@runfusion/fusion": patch
---
Fix cluster-backed task creation to automatically recover when a reserved `FN-*` ID overlaps an existing task. The allocator and task-create route now advance to the next available ID with bounded retry behavior while preserving reservation commit/abort safety guarantees.