Standardized README for the InDriveAudioFix repository.
- README.md
- CHANGELOG.md
- sysgit.py / sysup.py
Short description: consolidated repository following the OpenClaw project template.
- README.md — this file
- CHANGELOG.md — project changelog (Keep a Changelog format)
- sysgit.py / sysup.py — repo maintenance automation
- src/ or modules/ — main source code
-
Clone the repository:
git clone [email protected]:criollojoel10/$(basename "$(pwd)").git
-
Use sysgit/sysup for maintenance:
- python3 sysgit.py --auto # standardize docs and push
- python3 sysup.py # (Nix repos) apply configuration and push
.
├── CAMBIOS.md
├── CHANGELOG.md
├── DOCUMENTACION_TECNICA.md
├── GUIA_RAPIDA.md
├── README.md
├── app
├── app-debug.apk
├── build.gradle.kts
├── gradle
├── gradle.properties
├── gradlew
├── gradlew.bat
├── settings.gradle.kts
├── sysgit.py