1#!/usr/bin/env node2 3/**4 * @license5 * Copyright 2025 Google LLC6 * SPDX-License-Identifier: Apache-2.07 */8 9import { runCliEntryPoint } from './src/cli.js';10 11// --- Global Entry Point ---12 13void runCliEntryPoint();14