Skip to content

refactor: rename autofix to fixer and integrate oxlint#35

Merged
torn4dom4n merged 3 commits intomainfrom
refactor/rename-autofix-to-fixer-3933775440180582509
Mar 21, 2026
Merged

refactor: rename autofix to fixer and integrate oxlint#35
torn4dom4n merged 3 commits intomainfrom
refactor/rename-autofix-to-fixer-3933775440180582509

Conversation

@torn4dom4n
Copy link
Member

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

- 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>
@google-labs-jules
Copy link
Contributor

👋 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 @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

@chatgpt-codex-connector
Copy link

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

torn4dom4n and others added 2 commits March 21, 2026 00:30
- 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>
@torn4dom4n torn4dom4n merged commit 8a59486 into main Mar 21, 2026
6 checks passed
@torn4dom4n torn4dom4n deleted the refactor/rename-autofix-to-fixer-3933775440180582509 branch March 21, 2026 16:21
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