Minecraft-Console-Client/docs/superpowers/plans
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
..
2026-04-12-mcc-shared-server-isolated-sessions.md refactor: update MCC commands and documentation to use version 1.21.11-Vanilla for consistency across workflows 2026-04-12 20:48:30 +00:00
2026-04-12-parkour-admissibility-plan.md feat: implement parkour admissibility hardening with new feasibility checks 2026-04-12 18:43:33 +00:00
2026-04-12-pathing-live-regression-convergence.md refactor: replace CursorBot references with MCCBot in pathing scripts and documentation 2026-04-14 17:15:33 +00:00
2026-04-12-pathing-lookahead-entry-contracts.md refactor: update MCC commands and documentation to use version 1.21.11-Vanilla for consistency across workflows 2026-04-12 20:48:30 +00:00
2026-04-12-pathing-template-convergence.md refactor: update MCC commands and documentation to use version 1.21.11-Vanilla for consistency across workflows 2026-04-12 20:48:30 +00:00
2026-04-12-pathing-transition-braking.md refactor: replace CursorBot references with MCCBot in pathing scripts and documentation 2026-04-14 17:15:33 +00:00
2026-04-13-pathing-contract-metrics-harness.md test: add zero-replan live pathing harness 2026-04-13 15:36:39 +00:00
2026-04-13-zero-replan-live-pathing.md test: add zero-replan live pathing harness 2026-04-13 15:36:39 +00:00
2026-04-16-linear-parallel-zero-replan.md pathing: tighten linear parkour execution 2026-04-18 06:14:45 +00:00
2026-04-18-parkour-worker-pool.md test-harness: add parkour worker pool 2026-04-18 06:15:10 +00:00
2026-04-18-sidewall-parkour-zero-replan.md pathing: sidewall runup precondition via EntryPreparation 2026-04-19 17:03:03 +00:00
2026-04-19-sidewall-runup-precondition-plan.md pathing: sidewall runup precondition via EntryPreparation 2026-04-19 17:03:03 +00:00