diff --git a/skills/web-automation/claude-code/scripts/reference-source.json b/skills/web-automation/claude-code/scripts/reference-source.json index e84ddeb..1549744 100644 --- a/skills/web-automation/claude-code/scripts/reference-source.json +++ b/skills/web-automation/claude-code/scripts/reference-source.json @@ -15,10 +15,12 @@ "test-profile.ts" ], "excludedReferencePatterns": [ - "*discover.js", - "*photos.js", - "*identifiers.js", - "*.test.mjs", - "domain-specific helper scripts" + "*-discover.js", + "*-photos.js", + "*-identifiers.js", + "*-photo-data.js", + "*-address.js", + "*-photo-common.js", + "*.test.mjs" ] } diff --git a/skills/web-automation/codex/scripts/reference-source.json b/skills/web-automation/codex/scripts/reference-source.json index 1c8e984..1549744 100644 --- a/skills/web-automation/codex/scripts/reference-source.json +++ b/skills/web-automation/codex/scripts/reference-source.json @@ -15,8 +15,12 @@ "test-profile.ts" ], "excludedReferencePatterns": [ - "real-estate*", - "zillow*", - "har*" + "*-discover.js", + "*-photos.js", + "*-identifiers.js", + "*-photo-data.js", + "*-address.js", + "*-photo-common.js", + "*.test.mjs" ] } diff --git a/skills/web-automation/opencode/scripts/reference-source.json b/skills/web-automation/opencode/scripts/reference-source.json index e84ddeb..1549744 100644 --- a/skills/web-automation/opencode/scripts/reference-source.json +++ b/skills/web-automation/opencode/scripts/reference-source.json @@ -15,10 +15,12 @@ "test-profile.ts" ], "excludedReferencePatterns": [ - "*discover.js", - "*photos.js", - "*identifiers.js", - "*.test.mjs", - "domain-specific helper scripts" + "*-discover.js", + "*-photos.js", + "*-identifiers.js", + "*-photo-data.js", + "*-address.js", + "*-photo-common.js", + "*.test.mjs" ] }