# --- @plurnk/plurnk-execs : runtime registration policy (SPEC ยง3.3) --- # Purely subtractive: these only ever REMOVE tags from the registered set โ€” there # is no force-enable verb. Unset โ‡’ every discovered runtime is registered. This # package sets no operative default; the comments below ARE the operator docs. # Allowlist: register ONLY these tags (comma-separated); every other tag is off. # PLURNK_EXECS_ONLY=sh,jq # Per-tag kill-switch (case-insensitive): set any registered tag to 0 to drop it. # Absent โ‡’ the runtime stays enabled. e.g.: # PLURNK_EXECS_PYTHON=0 # PLURNK_EXECS_BC=0 # Maximum source characters retained from third-party diagnostics in a failed # operation's model-facing Problem detail. Empty/unset leaves them unbounded. PLURNK_EXECS_ERROR_DETAIL_LIMIT=512