dd93da6b154381416dce69b8448b9843096818f24de636e9a829200fca08d4c87ae449fac830e046Authored: 4 days ago (Fri, 21 Aug 2026 11:36:59 +0000)Match: Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>dab486ba51d717d9b1d640aa89facb680b71327eAuthored: 1 week ago (Sun, 16 Aug 2026 06:42:29 +0000)Match: Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>AGENTS.mdTool: agents-md# AGENTS.md — Guía para Agentes de Desarrollo
## Equipo de Desarrollo
Este proyecto usa un equipo de agentes definido en `.opencode/agents/`:
- **Dani** (dani-coordinator) — Coordinador principal
- **Alex** (alex-java) — Experto en Java
- **Bicho** (bicho-testing) — Experto en testing
- **Jorge** (jorge-ui) — Experto en UI/UX
**IMPORTANTE: Al iniciar cada sesión, lee TODOS los ficheros en `.opencode/agents/` antes de hacer cualquier otra cosa.** Estos ficheros definen las personalidades, reg.opencodeTool: opencodeGEMINI.mdTool: gemini# GEMINI.md
## Project Overview
**LeTrain** is a procedural train simulator combining classic ASCII aesthetics with a modern 3D engine (LibGDX). Players manage rail networks, logistics, and economies in an infinite, procedurally generated world.
## Building and Running
* **Build & Package:** `mvn package -DskipTests`
* This command generates a distribution in the `output/LeTrain` directory.
* **Tests:** `mvn test`
* **Running:** The project includes two main launchers, created via `jpackage` dnone