From 879cccf383796f69d047be8069e70961099ccb29 Mon Sep 17 00:00:00 2001 From: Stefano Fiorini Date: Thu, 9 Apr 2026 10:31:41 -0500 Subject: [PATCH] Refine web automation provenance exclusions --- .../claude-code/scripts/reference-source.json | 12 +++++++----- .../codex/scripts/reference-source.json | 10 +++++++--- .../opencode/scripts/reference-source.json | 12 +++++++----- 3 files changed, 21 insertions(+), 13 deletions(-) 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" ] }