Draft: feat(sync): add repo ref preflight and tunable hardening
Summary
- add a
repo initref preflight before the expensive sync phase - add a merged manifest ref preflight using
git ls-remote --exit-code - factor
repo syncflags into a single path with environment overrides - document the new operational knobs in the image config and README
Validation
bash -n src/build.shpython3 -m py_compile src/repo_ref_preflight.py
Refs #17