From 77ca2196213a81a95b30fcefc107c0bd288ce6dc Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 21 May 2026 20:09:15 +0000 Subject: [PATCH] Refine SetHeading conversion wording Agent-Logs-Url: https://github.com/enaut/turtlers/sessions/5fb2f5ed-163f-4c2d-8180-1e96150e7e46 Co-authored-by: enaut <290005+enaut@users.noreply.github.com> --- turtle-lib/src/commands.rs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/turtle-lib/src/commands.rs b/turtle-lib/src/commands.rs index 4e60d10..37dd17a 100644 --- a/turtle-lib/src/commands.rs +++ b/turtle-lib/src/commands.rs @@ -34,8 +34,9 @@ pub enum TurtleCommand { // Position Goto(Coordinate), - /// Heading stored as internal radians (Y-down render-space convention), - /// already converted by the builder from user-facing degrees. + /// Heading stored as internal radians (Y-down render-space convention). + /// Values passed via `TurtlePlan::set_heading` are converted from + /// user-facing degrees before this command is enqueued. SetHeading(Radians), // Visibility