-
Notifications
You must be signed in to change notification settings - Fork 1
Add entry log to error_classifier.js classify function #755
Copy link
Copy link
Closed
Labels
agent:codexAgent-created issues from CodexAgent-created issues from Codexagents:apply-suggestionsagents:auto-pilotEnd-to-end automation: Issue → Agent → MergeEnd-to-end automation: Issue → Agent → Mergeagents:formatagents:optimizeRequest AI-powered issue analysis and optimization suggestionsRequest AI-powered issue analysis and optimization suggestionsciCI/CD relatedCI/CD relatedtestverify:evaluateRequest LLM evaluation of merged PRRequest LLM evaluation of merged PR
Description
Activity
Metadata
Metadata
Assignees
Labels
agent:codexAgent-created issues from CodexAgent-created issues from Codexagents:apply-suggestionsagents:auto-pilotEnd-to-end automation: Issue → Agent → MergeEnd-to-end automation: Issue → Agent → Mergeagents:formatagents:optimizeRequest AI-powered issue analysis and optimization suggestionsRequest AI-powered issue analysis and optimization suggestionsciCI/CD relatedCI/CD relatedtestverify:evaluateRequest LLM evaluation of merged PRRequest LLM evaluation of merged PR
Why
The
classify()function inerror_classifier.jsprocesses error messages but lacks visibility into when classification starts. Adding an entry log helps trace error classification during CI failure debugging.Scope
classify()function in.github/scripts/error_classifier.jsconsole.logstatement at function entryNon-Goals
Tasks
console.logat start ofclassify()showing error type being classifiedAcceptance Criteria
classify()logs:[error_classifier] Classifying error: <first 50 chars>__tests__/error_classifier.test.jspassImplementation Notes
File:
.github/scripts/error_classifier.jsAdd at the start of the classify function: