Minecraft-Console-Client/MinecraftClient.Tests/Pathing/Execution
BruceChen 418f17b4a1 pathing: add side-wall theory, full-coverage parkour test suite, and live test fixes
Theory simulator:
- Add 2D side-wall jump physics with yaw sweep for worst-case margin
- Generate sidewall theory cases (flat/ascend/descend, wall_offset 0/1)
- Add momentum-capabilities.json with band compression and max_reach
- Extend models, capabilities, canonical, and renderers for sidewall

Full-coverage parkour test suite (tools/test-parkour.py):
- Derive test matrix from momentum-capabilities.json
- Build linear/neo/ceiling courses via RCON with 7-block clear margin
- Use /goto for pathfinding, parse A* and PathMgr log output
- Stop-at-first-failure per (family, subfamily, dy, ceil, wo) group
- Hierarchical --filter (e.g. linear/flat, ceiling/headhitter/ceil2.5)
- Exclude sidewall from default matrix (identical max_reach to linear)

Pathing execution fixes:
- Align parkour contracts and timing budgets with live test results
- Fix jump-entry yaw snapping for grounded handoffs
- Template helper and sprint jump template refinements

Made-with: Cursor
2026-04-15 17:52:47 +00:00
..
Contracts pathing: align parkour contracts with live budgets 2026-04-15 17:36:20 +00:00
Scenarios test: add long route timing contracts 2026-04-13 17:20:46 +00:00
Support pathing: align parkour contracts with live budgets 2026-04-15 17:36:20 +00:00
ClimbFallTemplateTests.cs feat: converge grounded path segment completion 2026-04-12 18:43:33 +00:00
FlatWorldTestBuilder.cs test: add pathing transition regression coverage 2026-04-13 15:36:09 +00:00
FlatWorldTestBuilderTests.cs test: add pathing transition regression coverage 2026-04-13 15:36:09 +00:00
GroundedTemplateConvergenceTests.cs pathing: add side-wall theory, full-coverage parkour test suite, and live test fixes 2026-04-15 17:52:47 +00:00
LivePathingRegressionTests.cs pathing: add side-wall theory, full-coverage parkour test suite, and live test fixes 2026-04-15 17:52:47 +00:00
PathExecutionLogObserverTests.cs test: surface path timing contracts in live harness 2026-04-14 10:51:13 +00:00
PathExecutorCompletionTests.cs test: add pathing transition regression coverage 2026-04-13 15:36:09 +00:00
PathingContractBootstrapTests.cs test: add long route timing contracts 2026-04-13 17:20:46 +00:00
PathPlanningContractTests.cs pathing: align parkour contracts with live budgets 2026-04-15 17:36:20 +00:00
PathSegmentBuilderTests.cs feat: add transition-aware path execution braking 2026-04-12 18:43:33 +00:00
PathSegmentManagerTests.cs test: add pathing transition regression coverage 2026-04-13 15:36:09 +00:00
PathTimingContractTests.cs test: add long route timing contracts 2026-04-13 17:20:46 +00:00
PathTransitionHintsTests.cs test: add pathing transition regression coverage 2026-04-13 15:36:09 +00:00
SprintJumpTemplateScenarioTests.cs pathing: add side-wall theory, full-coverage parkour test suite, and live test fixes 2026-04-15 17:52:47 +00:00
TemplateBrakingTests.cs feat: add transition-aware path execution braking 2026-04-12 18:43:33 +00:00
TemplateFootingTests.cs test: add pathing transition regression coverage 2026-04-13 15:36:09 +00:00
TemplateSimulationRunner.cs feat: converge grounded path segment completion 2026-04-12 18:43:33 +00:00
TransitionBrakingPlannerTests.cs test: add pathing transition regression coverage 2026-04-13 15:36:09 +00:00
TransitionLookaheadEvaluatorTests.cs test: add pathing transition regression coverage 2026-04-13 15:36:09 +00:00