Create A Reproducible Termux Dev Bootstrap
Write a safe setup script for Git, Python, an editor and one project without changing unrelated phone settings.
Mission
Write a safe setup script for Git, Python, an editor and one project without changing unrelated phone settings.
Required Work
- Detect missing packages.
- Avoid root and shared-storage assumptions.
- Create project and virtual-environment folders.
- Document rollback and update commands.
Evidence To Produce
A bootstrap script, package manifest and uninstall/cleanup notes.
Quality Checks
The result must name its sources, separate observation from assumption, preserve originals and explain limitations.