* chore: use utils * feat: refactor pathfinding stagnation detection and add navigation tests * refactor(minecraft): simplify ensure.ts with shared ensureMined helper * refactor(minecraft): centralize collectible block aliases and extraction flow - move block collection usage onto the dedicated action module - extract collectible alias expansion for ores, deepslate variants, and dirt - keep exact block validation strict while widening collection lookups - preserve original smelting errors when temporary furnace cleanup fails - add regression coverage for alias handling and furnace cleanup * chore: sleep() using shared utils * refactor(minecraft): container helpers; guarantee close in takeFromChest() * chore: add unsafe type comment refactor: zod schema for YAML rule DSL refactor: zod for hardened config validation refactor: zod schema for ws client command validation * refactor(minecraft): alien-signals for reflex context/runtime/manager state * fix(minecraft): prevent reconnect deadlock before spawn; centralize plugin lifecycle * fix(minecraft): make command chat listener idempotent across spawn/reconnect * refactor(minecraft): extract reconnect state machine into connection supervisor; further centralize plugin-related logic * fix(minecraft): temp type fix * fix(minecraft): add LLM call timeout/cancel boundaries and ignore pause abort errors * fix(minecraft): enforce deterministic temporal rule semantics and honor accumulator.mode * fix(minecraft): preserve callback errors during container cleanup * fix(minecraft): report EventBus subscriber failures via project logger * refactor(minecraft): migrate perception temporal accumulator to detector with decision tracing * feat(minecraft): add detector.groupBy and optimize rule engine detector hot path * fix(minecraft): bound event queue and temp anti-starvation scheduling * fix(minecraft): normalize debug dashboard tool param typing * [autofix.ci] apply automated fixes --------- Co-authored-by: Neko <neko@ayaka.moe> Co-authored-by: Rin <shinohara-rin@users.noreply.github.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>