Wire scope-trusted operators

This commit is contained in:
2026-05-25 11:57:41 +03:00
parent da49c9f4ef
commit ef92553af6
7 changed files with 306 additions and 33 deletions
+4 -2
View File
@@ -10,12 +10,14 @@ 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:
For now, if non-operator chat asks the bot to move, follow, or go to coordinates:
1. Use `mc_log_escalation(...)`.
2. Explain in `why_unsure` that the request belongs to phase 2 and safe pathing/distance bounds are not implemented yet.
2. Explain in `why_unsure` that safe pathing/distance bounds are not implemented yet.
3. Do not move.
If a scope-trusted operator asks, do not log a scope escalation. Reply that you will try to learn, then draft or update the guarded locomotion skill plan. Do not actually move until safe pathing tools and rails exist.
Future phase-2 implementation should include:
- `mineflayer-pathfinder` with safe goals;