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.