v0.23.0
v0.23.0 — P3-13 embedded backend (proof of concept) — task broad-glitter-acae
- Detect a bundled self-contained Python beside the binary (POSIX
resources/python/bin/python3+resources/pythonin findPythonForRoot/findVenvRoot), mirroring the existing Windows layout. getVenvSitePackagesfallback widened to 3.14/3.15 (only reached 3.13 before).scripts/bundle-python.sh: provisions a python-build-standalone CPython viauv python install --install-dirand installs alice-agent + deps intoresources/python(PEP 668 bypassed with--break-system-packages).- Verified end-to-end: the bundle is relocatable, imports alice_cli (0.23.0), and the embedded backend served
/api/status-> HTTP 200. ~211MB;build/binis git-ignored. - Make buildBackendEnv tests hermetic; gitignore repo-root
/build/.
Commit e8d038e.