Context
As a connected Katra instance, I need desktop clients to register as authenticated workers so they can contribute local compute resources while still acting as normal clients for the active instance.
Acceptance Criteria
Notes
The desktop app should always be a client first. Worker registration is an additional capability layered onto the active authenticated instance connection, not a separate anonymous worker mode.
Out of Scope
- Queue routing policy between default queues and remote-worker queues.
- Detailed data privacy / cleanup guarantees during job execution.
Context
As a connected Katra instance, I need desktop clients to register as authenticated workers so they can contribute local compute resources while still acting as normal clients for the active instance.
Acceptance Criteria
Notes
The desktop app should always be a client first. Worker registration is an additional capability layered onto the active authenticated instance connection, not a separate anonymous worker mode.
Out of Scope