987 B
987 B
name, description, when_to_use
| name | description | when_to_use |
|---|---|---|
| phase-2-locomotion-pending | Pending skill stub for future safe movement/follow/coordinate requests. Use to remember that locomotion is intentionally out of scope during phase 1 and must be escalated. | Use when someone asks the bot to come somewhere, follow a player, or go to coordinates before phase 2 is implemented. |
Phase 2 Locomotion Pending
Status: pending.
Locomotion is intentionally out of scope for the current session. Do not add movement/pathfinder tools yet.
For now, if chat asks the bot to move, follow, or go to coordinates:
- Use
mc_log_escalation(...). - Explain in
why_unsurethat the request belongs to phase 2 and safe pathing/distance bounds are not implemented yet. - Do not move.
Future phase-2 implementation should include:
mineflayer-pathfinderwith safe goals;- max travel distance bounds;
- focus/lock while traveling;
- lava/void/claim avoidance;
- clear refusal messages when travel is unsafe.