Minecraft-Console-Client/MinecraftClient/Pathing/Execution
BruceChen da52aa5c3c pathing: sidewall runup precondition via EntryPreparation
Introduce an EntryPreparationState carried on PathNode + A* context so
sidewall parkour can explicitly request one or more runway traverses
before takeoff instead of silently dropping the move. ParkourFeasibility
gains TryGetRequiredStaticEntryRunupSteps + HasPreparedRunup helpers so
long descends (major=5, dy=-1) only remain feasible when the preceding
node proved the runup.

Widen HasDominantAxisRunUp to accept cold-start sprint-jumps within
~3.1-3.5 blocks horizontally so lone overhang / staircase takeoffs stay
feasible without a 2-block runway (matches Baritone's MomentumBehavior
.ALLOWED contract).

Add a runtime SidewallParkourController that implements the corner
commitment + wall-hug chain during execution.

Extend pathing test fixtures with InitialMomentumTicks, add sidewall
accepted/rejected scenarios, and refresh timing + contract baselines to
reflect the new planner shapes. Document the design in
docs/superpowers/specs and plans.

Made-with: Cursor
2026-04-19 17:03:03 +00:00
..
Telemetry test: surface path timing contracts in live harness 2026-04-14 10:51:13 +00:00
Templates pathing: sidewall runup precondition via EntryPreparation 2026-04-19 17:03:03 +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