#!/usr/bin/env bash
# l0 — host-native test execution; runs w3 .test level::3 directly on the host.
# Entered via VERB_LAYER=l0 or called directly as ./verb/test.d/l0.
#
# Differs from l1 (container-internal):
# - CARGO_NET_OFFLINE is NOT set — host cargo may update registry index
# - NO_COLOR is NOT set — real terminal controls colour; no PTY wrapping issue
SCRIPT_DIR=""
if ; then ; ; fi