/** * Command related constants * Defines which commands trigger AI processing */ // Command names that trigger AI processing export const AI_COMMAND_NAMES = [ 'add-task', 'analyze-complexity', 'expand-task', 'parse-prd', 'research', 'research-save', 'update-subtask', 'update-task', 'update-tasks' ];