Usage of kent service:
  kent service status [--json]
  kent service install [--force] [--no-start]
  kent service uninstall [--keep-running]
  kent service start
  kent service stop
  kent service restart [--if-installed]

Run one shared user-scoped Kent server in the background and start it at login.
The server will orchestrate all agents that connect to it and that belong to its persistence root.
See kent.sh/server.md for more details.

If you are an agent, you may not restart, stop, reinstall, or kill the Kent service, because YOU are run by it and this will kill YOU and disrupt all other agents. Do not try to circumvent this; ask the user to run the necessary commands instead. You may safely uninstall the server with --keep-running, and install with --no-start.

On Windows, install and uninstall require Administrator elevation, and `uninstall --keep-running` is unavailable.
