UNPKG

ctrlshiftleft

Version:

AI-powered toolkit for embedding QA and security testing into development workflows

11 lines (10 loc) 422 B
/** * AI-Enhanced Watch Command * * This command provides an intelligent file watching capability that automatically * generates tests, performs security analysis, and creates QA checklists as you code. * It's designed to work seamlessly with code generation tools like Cursor AI. */ import { Command } from 'commander'; export declare function watchAICommand(program: Command): void; export default watchAICommand;