- AI_PATH_B_EXECUTION_PLAN.md: add 3 safety nets (auto-push, kill switch, hard tool removal), tighten 4 risks (network policy week 1, HMR spike day 1, lean image + lazy mise, random preview suffix). - AI_CAPABILITIES_ROADMAP.md: pointer note already in place. - vibn-dev/Dockerfile + supervisord.conf + mise.default.toml + README: scaffold for the per-project dev container image. Ubuntu 24.04 + git + ripgrep + python3 + mise. Toolchains lazy-install on first `mise install`. Container runs as uid 1000 vibn (sudo available). Frontend wiring lives in vibn-frontend (separate commit). Made-with: Cursor
7 lines
244 B
TOML
7 lines
244 B
TOML
# Default toolchain hints for vibn-dev. Nothing is installed until the
|
|
# AI (or the user) runs `mise install`. Override per-project by writing
|
|
# /workspace/.mise.toml — mise auto-loads the closest config.
|
|
[tools]
|
|
node = "lts"
|
|
python = "3.12"
|