Debug Get Local Grid

Debug tool: Get raw local_grid from world_state

bdambrosio 407b141 3 files · 2.5 KB Updated

File contents

debug-get-local-grid

Debug tool for testing coordinate system. Returns raw local_grid data from world_state.

Input

None

Output

Returns uniform return format with:

  • value: Summary text
  • data: Raw local_grid dict with:
    • center: {x, y, z, yaw} (absolute coordinates)
    • radius: int
    • cells: Dict of cell data (keyed by "x,y,z")

Notes

  • Hidden from planner catalog (debug/testing only)
  • Returns raw internal grid structure
  • Accessible via direct {"type": "debug-get-local-grid"} invocation

bdambrosio/cognitive_workbench/tree/main/src/world-tools/minecraft/debug-get-local-grid commit 407b1417e9

Frequently asked questions

npx skillmds@latest add bdambrosio/debug-get-local-grid