/** * Integration-style tests for src/cli/codeprism.ts * * These tests verify that all expected commands are registered in the Commander * program. They import the program indirectly by inspecting Commander's command * tree rather than invoking the CLI binary, so no LLM calls or filesystem I/O * is triggered. * * Strategy: Commander's `program.commands` array lists all registered sub-commands. * We build the list of names and verify presence/absence without executing any * action handler. */ export {}; //# sourceMappingURL=codeprism.test.d.ts.map