# Task: Implement Fleet Management

## Objective

Implement the Fleet Management system (Master-Agent via FRP) as exhaustively specified in `module_ideas/fleet_management.md`.

## Strict Requirements

- **Reference Document:** Strictly follow all technical specs and architecture defined in `module_ideas/fleet_management.md`. Do not omit any features.
- **No Local Execution:** Do NOT run `pnpm run dev` or `npm start`. All validation must be static.
- **Verification:** You MUST verify the implementation via:
  - `pnpm build`
  - `pnpm typecheck`
  - `pnpm test`
- **Consistency:** Follow existing project patterns for Mongoose models, API routing, and Tailwind styling. Use standard layout components.
- **Environment:** Document any new environment variables required in `.env.example`.
- **Completeness:** Ensure end-to-end functionality. Do NOT leave placeholders, "TODO" comments, or mock implementations for core logic.

Take your time and do it properly. Implement everything in the idea.
