# 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"