Skip to content

feat(ego-simulate): integrate ego-lint FAIL results into taxonomy scoring#6

Merged
ZviBaratz merged 1 commit intomainfrom
fix/ego-simulate-lint-integration
Feb 28, 2026
Merged

feat(ego-simulate): integrate ego-lint FAIL results into taxonomy scoring#6
ZviBaratz merged 1 commit intomainfrom
fix/ego-simulate-lint-integration

Conversation

@ZviBaratz
Copy link
Copy Markdown
Owner

Summary

  • Adds integration instructions to Step 3 of ego-simulate, cross-referencing ego-lint FAIL results with the taxonomy score
  • Unmapped FAILs add weight 5 (structural issue equivalent); WARNs route to Advisory Notes
  • Prevents silent score undercount when ego-lint catches blocking issues outside the taxonomy

Closes #3

Test plan

  • Run ego-simulate against an extension with ego-lint FAILs and verify the score includes unmapped failures
  • Run ego-simulate against a clean extension and verify no score adjustment

🤖 Generated with Claude Code

…ring (#3)

Step 3 now cross-references ego-lint results from Step 1 with the taxonomy
score, adding weight 5 for unmapped FAILs and routing WARNs to Advisory
Notes. Prevents silent score undercount when ego-lint catches blocking
issues that don't map to a taxonomy reason.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@ZviBaratz ZviBaratz merged commit 8cd7bf7 into main Feb 28, 2026
2 checks passed
@ZviBaratz ZviBaratz deleted the fix/ego-simulate-lint-integration branch February 28, 2026 13:01
@ZviBaratz ZviBaratz added ego-simulate Related to ego-simulate skill enhancement New feature or request labels Mar 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ego-simulate Related to ego-simulate skill enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ego-simulate doesn't integrate ego-lint FAIL results into scoring

1 participant