depot-services-review
Installation
SKILL.md
Depot Services Review Skill
Reviews Rust microservices in the depot/ directory that provide base station infrastructure for rover fleet operations.
Overview
The depot consists of 5 Rust-based microservices that handle rover discovery, mission dispatch, mapping, and GPS infrastructure:
Services Covered
| Service | Port | Purpose | Database | WebSocket |
|---|---|---|---|---|
| discovery | 4860 | Rover registration, heartbeat tracking, session API | No | Yes (operator updates) |
| dispatch | 4890 | Mission planning, task assignment, zone management | PostgreSQL | Yes (rover + console) |
| map-api | 4870 | Serve processed maps and sessions | No | No |
| gps-status | 4880 | RTK base station monitoring | No | Yes (console updates) |
| mapper | - | Map processing orchestrator (batch job) | No | No |