Skip to content

feat(ENG-4587): add IsAIOnlyAnalyzer field to AnalyzerMeta#251

Open
anto-deepsource wants to merge 1 commit intomasterfrom
ENG-4587
Open

feat(ENG-4587): add IsAIOnlyAnalyzer field to AnalyzerMeta#251
anto-deepsource wants to merge 1 commit intomasterfrom
ENG-4587

Conversation

@anto-deepsource
Copy link
Copy Markdown
Contributor

Summary

Adds is_ai_only_analyzer to the Atlas analyzer_meta payload so Atlas can distinguish AI-only analyzers (e.g. Dart) from regular analyzers. When true, Atlas skips the static analyzer pod and only runs AI review — see the dispatcher side in DeepSourceCorp/asgard#6793.

Companion PRs

  • DeepSourceCorp/asgard#6793 (Asgard — adds the flag and emits it in atlas message)
  • Atlas (follow-up PR — consumes the flag)
  • Marvin (follow-up PR — adds --ai-only-run)
  • Enki (follow-up PR — adds Dart to supported extensions)

Linear: https://linear.app/deepsource/issue/ENG-4587

Test plan

  • Field marshals with the correct JSON tag (is_ai_only_analyzer) to match the asgard side

🤖 Generated with Claude Code

Adds is_ai_only_analyzer to the analyzer_meta payload so Atlas can
distinguish AI-only analyzers (e.g. Dart) from regular analyzers. When
true, Atlas skips the static analyzer pod and only runs AI review.

Co-Authored-By: Claude Opus 4.7 (1M context) <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