Skip to content

fix: exclude SKILL-DIAGNOSTIC.json from validation scans#40

Open
aisling404 wants to merge 1 commit intomainfrom
fix/diagnostic-self-reference
Open

fix: exclude SKILL-DIAGNOSTIC.json from validation scans#40
aisling404 wants to merge 1 commit intomainfrom
fix/diagnostic-self-reference

Conversation

@aisling404
Copy link
Copy Markdown
Collaborator

Summary

  • Adds SKILL-DIAGNOSTIC.json to the excluded files list in validate-migration.sh
  • Fixes a self-referencing false positive where the diagnostic output file contains Twilio pattern strings (e.g., hmac_sha1) from its own analysis, causing validate-migration.sh to flag them as unmigrated code

Test plan

  • Run validate-migration.sh on a project that has a SKILL-DIAGNOSTIC.json in its root — confirm no false positives from diagnostic output
  • Run validate-migration.sh on a project without SKILL-DIAGNOSTIC.json — confirm no behavior change

🤖 Generated with Claude Code

The post-test diagnostic tool writes SKILL-DIAGNOSTIC.json which contains
references to Twilio patterns (like hmac_sha1) from its own analysis output.
When validate-migration.sh runs again, it scans this file and reports false
positives. Adding it to the exclude list prevents this self-referencing issue.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant