fix: patch generated web diagnostics#25
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 15cd5eac5e
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| || normalized.ends_with(".tsx") | ||
| || normalized.ends_with(".jsx") |
There was a problem hiding this comment.
Keep fast-fail scoped to generated-app subtasks
The new artifact detector treats any diagnostic path ending in .tsx/.jsx as a generated-web artifact, so should_stop_before_generated_app_syntax_repair now fast-fails on first-attempt syntax errors even for non-generated React edits (for example, ordinary repo tasks that fail on src/App.tsx:1:1). That skips the normal repair retry loop and can prematurely fail user tasks that previously self-recovered.
Useful? React with 👍 / 👎.
Summary
Verification