fix(runtime/skills): recover from wedged pits with tunnel-out

This commit is contained in:
2026-05-26 12:39:23 +03:00
parent a57625b541
commit 564557450d
5 changed files with 512 additions and 13 deletions
+2
View File
@@ -26,6 +26,7 @@ import { skill as chopLogs } from "./chop-logs.js";
import { skill as eat } from "./eat.js";
import { skill as wander } from "./wander.js";
import { skill as exploreFar } from "./explore-far.js";
import { skill as tunnelOut } from "./recovery-tunnel-out.js";
import { skill as diagPhysics } from "./diagnose-physics.js";
import { skill as gatherStone } from "./gather-stone.js";
import { skill as gatherWool } from "./gather-wool.js";
@@ -63,6 +64,7 @@ register(chopLogs);
register(eat);
register(wander);
register(exploreFar);
register(tunnelOut);
register(diagPhysics);
register(gatherStone);
register(gatherWool);