diff --git a/cli/tests/e2e/template-script-paths.spec.ts b/cli/tests/e2e/template-script-paths.spec.ts index a07e028..b808ef9 100644 --- a/cli/tests/e2e/template-script-paths.spec.ts +++ b/cli/tests/e2e/template-script-paths.spec.ts @@ -6,6 +6,7 @@ const cases = [ ['codex', '.agents/skills/ui-ux-pro-max/scripts/search.py'], ['copilot', '.github/prompts/ui-ux-pro-max/scripts/search.py'], ['kiro', '.kiro/steering/ui-ux-pro-max/scripts/search.py'], + ['droid', '.factory/skills/ui-ux-pro-max/scripts/search.py'], ] as const; const SEARCH_COMMAND_COUNT = 17;