Adds:
- gitswarm.py: REPL interactivo con rich que escanea repos git de
primer nivel, muestra estado (ahead/behind/dirty) y permite update
<repo>|all via git pull --ff-only.
- gitswarm: wrapper bash que invoca el venv local.
- build.sh: compila a binario standalone con Nuitka --onefile.
- requirements.txt: rich.
- README.md: uso, requisitos del sistema (python3-dev, gcc, patchelf
para el build) e instrucciones de desarrollo y compilacion.