mirror of
https://github.com/nextlevelbuilder/ui-ux-pro-max-skill.git
synced 2026-08-25 22:29:09 +00:00
test(cli): add droid to script-path rendering coverage
droid's install root (.factory) doesn't match its platform identifier, the same mismatch pattern already covered for codex (.agents). Extends the existing test cases rather than adding new assertions.
This commit is contained in:
parent
c87cdc226f
commit
e084ceb4ee
@ -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;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user