"detect:ai":"USE_AI_SELECTORS=true bun run detect",
"detect:ai":"USE_AI_SELECTORS=true bun run detect",
"fix":"DETECTION_MODE=fix bun run src/detect_section_selector_masters/index.ts",
"fix":"DETECTION_MODE=fix bun run src/detect_section_selector_masters/index.ts",
"fix:ai":"USE_AI_SELECTORS=true bun run fix",
"fix:ai":"USE_AI_SELECTORS=true bun run fix",
"nav":"DETECTION_MODE=extractNav bun run src/detect_section_selector_masters/index.ts",
"diff-nav":"DETECTION_MODE=extractNav bun run src/detect_section_selector_masters/index.ts && bun run src/detect_section_selector_masters/diffNavWithDeepDiff.ts",
"nav:ai":"USE_AI_SELECTORS=true bun run nav",
"diff-nav:ai":"USE_AI_SELECTORS=true bun run diff-nav",
"diff":"bun run src/detect_section_selector_masters/diffWithDeepDiff.ts",
"diff":"bun run src/detect_section_selector_masters/diffWithDeepDiff.ts",
"diff:ai":"USE_AI_SELECTORS=true bun run diff",
"diff:ai":"USE_AI_SELECTORS=true bun run diff",
"task":"bun run extract && bun run diff",
"task":"bun run extract && bun run diff",
"task:ai":"bun run extract:ai && bun run diff:ai",
"task:ai":"bun run extract:ai && bun run diff:ai",
"send-diff":"bun run src/detect_section_selector_masters/sendDiffToSlack.ts",
"send-gsheet":"bun run src/detect_section_selector_masters/sendDiffToGoogleSheets.ts",
"send-gsheet":"bun run src/detect_section_selector_masters/sendDiffToGoogleSheets.ts",
"task:slack":"bun run task && bun run send-diff",
"task:slack:ai":"bun run task:ai && bun run send-diff",
"task:gsheet":"bun run task && bun run send-gsheet",
"task:gsheet":"bun run task && bun run send-gsheet",
"task:gsheet:ai":"bun run task:ai && USE_AI_SELECTORS=true bun run send-gsheet",
"task:gsheet:ai":"bun run task:ai && USE_AI_SELECTORS=true bun run send-gsheet",
"notify-slack":"bun run src/detect_section_selector_masters/sendNotifySlack.ts"
"notify-slack":"bun run src/detect_section_selector_masters/sendNotifySlack.ts"