Minecraft-Console-Client/MinecraftClient/Pathing/Execution
BruceChen 95b20d9d1c pathing: async replan + template success/failure alignment
Move PathSegmentManager's Replan to Task.Run so the main tick only reads
results and swaps executors, and introduce a _nextExecutor pre-planning
slot so upcoming segments can prepare while the current one finishes.

Relax per-tick yaw/pitch rate limiting: allow instantaneous snapping
before jump ticks (Baritone does this and servers do not kick for it).

Align jump-template success/failure contracts with Baritone:
- Success key shifts from "speed squared" to "feet-on-target block".
- Failure window widened to the ~200 tick range.
- AscendTemplate gets a headBonkClear + edge/side proximity
  precondition so launches only happen from a safe takeoff.

Expose an initialMomentumTicks option on TemplateSimulationRunner so
follow-up sidewall scenarios can warm up physics before a template
starts.

Made-with: Cursor
2026-04-19 17:02:41 +00:00
..
Telemetry test: surface path timing contracts in live harness 2026-04-14 10:51:13 +00:00
Templates pathing: async replan + template success/failure alignment 2026-04-19 17:02:41 +00:00
ActionTemplateFactory.cs feat: add transition-aware path execution braking 2026-04-12 18:43:33 +00:00
IActionTemplate.cs feat: add transition-aware path execution braking 2026-04-12 18:43:33 +00:00
PathExecutor.cs pathing: async replan + template success/failure alignment 2026-04-19 17:02:41 +00:00
PathSegment.cs refactor: thread parkour profile into runtime segments 2026-04-18 16:04:45 +00:00
PathSegmentBuilder.cs refactor: thread parkour profile into runtime segments 2026-04-18 16:04:45 +00:00
PathSegmentManager.cs pathing: async replan + template success/failure alignment 2026-04-19 17:02:41 +00:00
PathTransitionHints.cs feat: add transition-aware path execution core 2026-04-13 15:35:43 +00:00
PathTransitionType.cs feat: add transition-aware path execution braking 2026-04-12 18:43:33 +00:00
TransitionBrakingDecision.cs feat: add transition-aware path execution braking 2026-04-12 18:43:33 +00:00
TransitionBrakingPlanner.cs feat: add transition-aware path execution core 2026-04-13 15:35:43 +00:00
TransitionInputProfile.cs feat: add transition-aware path execution core 2026-04-13 15:35:43 +00:00
TransitionLookaheadEvaluator.cs feat: add transition-aware path execution core 2026-04-13 15:35:43 +00:00