/** * CLI Entry Point * * This file re-exports from the modular CLI structure. * The actual implementation is in src/cli/index.ts */ export * from "./cli/index.js"; export type { ModifyOptions } from "./cli/commands/modify.js"; import "./cli/index.js";