v0.2.3
Added
post-create.pywarns loudly when no git identity is configured. The
sandbox inheritsuser.name/user.emailfrom the read-only host
~/.gitconfig; if that was empty/broken at build time,git commitfailed
mid-session with a cryptic "Author identity unknown" and couldn't be fixed
from inside. Container creation now flags it last with the host-side fix.
(post-create.py)