Usage of kent rebind:
  kent rebind <session-id> <new-path>

What This Does:
  Retarget one session to a different workspace root.
  Use this when the original workspace moved or when the session should continue from another bound copy.

Requirements:
  `<new-path>` must exist.
  `<new-path>` must not already be bound to a different project.

Examples:
  kent rebind <session-id> ../moved-workspace

