worka.ui
worka.ui is the host-owned UI service for platform-level view operations.
It exists because creating or updating a view is not a random frontend side effect. It changes what the workspace exposes to users, so Worka wants that operation to flow through a governed host path.
What it is for
Use worka.ui when you need to:
- create or update a workspace view
- append or push view updates through the platform path
- keep view publication aligned with workspace state
Why not write directly
If you skip the host UI service and try to write UI state directly, you lose:
- a consistent publication path
- a stable audit trail
- alignment with workspace state and release flow
That is why generated workspace delivery in Forge uses the host UI path rather than treating view files as enough on their own.