You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(build): remove artifact dep from build, make ai-bootstrap fail-soft
artifact (AI manifest generation) was a hard dependency of the build
recipe and tried to write automation/manifest.json as root when the repo
is mounted at /. Removing it from build deps — it is optional dev tooling,
not an OCI build gate. Dropping -e from ai-bootstrap.sh and wrapping each
python3 call in || true so a single permission error never blocks the build.
Also fixes wsl-firstboot default password: when no MIOS_USER_PASSWORD_HASH
is supplied, falls back to generating the sha512crypt hash of 'mios' via
openssl passwd -6 rather than leaving the account locked.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments