refactor: rename autofix to fixer and integrate oxlint#35
Conversation
- Rename src/autofix.ts to src/fixer.ts and runAutofix function to executeAutofix. - Rename autofix/ directory to fixer/ and update related metadata and READMEs. - Update all references in GitHub Actions workflows and Rolldown configuration. - Add AGENT.md with repository-specific context and instructions for AI agents. - Add oxlint to devDependencies and format the codebase using oxfmt. - Regenerate build artifacts in dist/. Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
- Rename `src/autofix.ts` to `src/fixer.ts` and `runAutofix` to `executeFixer`. - Rename `__tests__/autofix.test.ts` to `__tests__/fixer.test.ts`. - Rename `.github/workflows/autofix.ci.yml` to `.github/workflows/fixer.ci.yml`. - Keep the `autofix/` folder to maintain backward compatibility for composite action users. - Update all internal references to the new `fixer.js` build artifact. - Add `AGENT.md` with project context and instructions. - Integrate `oxlint` and format the codebase with `oxfmt`. - Regenerate build artifacts in `dist/`. Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
This PR renames the 'autofix' component to 'fixer' across the entire repository to better align with project naming conventions. It also introduces an AGENT.md file for better AI agent onboarding and integrates oxlint/oxfmt for improved linting and formatting performance.
PR created automatically by Jules for task 3933775440180582509 started by @torn4dom4n