From dff8b7fb68cce8369d7dd2dd3d51581ab34b53f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=81=E8=96=84=E4=BA=91?= Date: Wed, 5 Aug 2026 13:33:11 +0800 Subject: [PATCH] docs: describe MovementTest time controls --- .../2026-08-05-movementtest-longitudinal-time-step-design.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/superpowers/specs/2026-08-05-movementtest-longitudinal-time-step-design.md b/docs/superpowers/specs/2026-08-05-movementtest-longitudinal-time-step-design.md index 1d4d52a..1d80fc3 100644 --- a/docs/superpowers/specs/2026-08-05-movementtest-longitudinal-time-step-design.md +++ b/docs/superpowers/specs/2026-08-05-movementtest-longitudinal-time-step-design.md @@ -16,6 +16,7 @@ Add configurable `TimeHorizonSeconds` and `OutputTimeStepSeconds` values to the - Expose both settings in the MovementTest as public fields with defaults of `6d` and `0.10d`. - Copy both values to the session-local `EmPlannerConfiguration.Scheduling` configuration. - Verify custom settings reach the planning request and non-positive values are rejected. +- Add Chinese XML documentation comments to the MovementTest fields and settings properties, explaining horizon coverage, timestamp spacing, defaults, and the distinction from `ObserverPeriodSeconds`. ## Non-goals