docs(crew-movement): record verify summary
crew-movement: wire input, tick, and render Add drawCrew to render.go (interpolated circle + selection ring + initial label). Extend Game with crew slice, walkable-tile map, selectedCrew, and dt-based tick; handle left-click for crew selection and BFS-path dispatch.
crew-movement: crew struct, starting roster, tick
crew-movement: walkability + BFS pathfinding with tests
docs(crew-movement): plan + resume summary
docs(crew-movement): design
docs(skeleton): record review conclusion
docs(skeleton): record verify summary
add Makefile, WASM loader shell, play-web target
scaffold game loop and placeholder ship render
chore: initialize project and task design