Usage of kent:
  kent [flags]

Usage without a subcommand starts the interactive TUI. Use `--continue <session-id>` to reopen a session or
`--agent <role>` to start with a configured subagent role.

Commands:
  run         Run a headless subagent prompt or control an active run.
  serve       Run the Kent server in the foreground.
  service     Manage the Kent's system service.
  session     Archive or delete Sessions.
  session-id  Print the session ID of the current agent session.
  goal        Show or change a session goal.
  questions   List answered Questions from one Session.
  question    Show or answer another session's pending question.
  workflow    Create workflows and link them to projects.
  task        Create and operate workflow tasks.
  project     Find, list, or create projects.
  attach      Attach another workspace to a project.
  detach      Detach one workspace from one project.
  rebind      Move a session to another workspace.
  worktree    Create, manage git worktrees and teleport into them.

Examples:
  kent
  kent --continue <session-id>
  kent run --fast "summarize the repo"
  kent service status
  kent <command> --help
