Skip to content

Conversation

@exKAZUu
Copy link
Member

@exKAZUu exKAZUu commented Dec 7, 2025

No description provided.

Copilot AI review requested due to automatic review settings December 7, 2025 06:40
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR performs repository standardization ("willboosterify") by updating AI agent documentation and Yarn configuration. The changes clarify Git workflow instructions for AI agents and expand the list of pre-approved npm packages.

Key changes:

  • Updated AI agent instructions to specify "non-main branch" instead of "current branch" for commits
  • Added Next.js and React dependencies to Yarn's pre-approved packages list

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
GEMINI.md Updated Git workflow instruction to clarify commits should be made to non-main branch
CLAUDE.md Updated Git workflow instruction to clarify commits should be made to non-main branch
AGENTS.md Updated Git workflow instruction to clarify commits should be made to non-main branch
.cursor/rules/general.mdc Updated Git workflow instruction to clarify commits should be made to non-main branch
.yarnrc.yml Added next, @next/*, react, and react-dom to npm pre-approved packages list

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

- After making code changes, run `yarn check-all-for-ai` to execute all tests (note: this may take up to 30 minutes), or run `yarn check-for-ai` for type checking and linting only.
- If you are confident your changes will not break any tests, you may use `check-for-ai`.
- Once you have verified your changes, commit them to the current branch using the `--no-verify` option and push to the current branch.
- Once you have verified your changes, commit them to the non-main branch using the `--no-verify` option and push to the current branch.
Copy link

Copilot AI Dec 7, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Inconsistent wording: The instruction says to "commit them to the non-main branch" but then says "push to the current branch". For clarity and consistency, consider changing this to either:

  • "commit them to the non-main branch using the --no-verify option and push to the non-main branch."
  • "commit them using the --no-verify option and push to the current non-main branch."

This ensures users understand they should be working on and pushing to the same non-main branch.

Suggested change
- Once you have verified your changes, commit them to the non-main branch using the `--no-verify` option and push to the current branch.
- Once you have verified your changes, commit them to the non-main branch using the `--no-verify` option and push to the non-main branch.

Copilot uses AI. Check for mistakes.
- After making code changes, run `yarn check-all-for-ai` to execute all tests (note: this may take up to 30 minutes), or run `yarn check-for-ai` for type checking and linting only.
- If you are confident your changes will not break any tests, you may use `check-for-ai`.
- Once you have verified your changes, commit them to the current branch using the `--no-verify` option and push to the current branch.
- Once you have verified your changes, commit them to the non-main branch using the `--no-verify` option and push to the current branch.
Copy link

Copilot AI Dec 7, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Inconsistent wording: The instruction says to "commit them to the non-main branch" but then says "push to the current branch". For clarity and consistency, consider changing this to either:

  • "commit them to the non-main branch using the --no-verify option and push to the non-main branch."
  • "commit them using the --no-verify option and push to the current non-main branch."

This ensures users understand they should be working on and pushing to the same non-main branch.

Suggested change
- Once you have verified your changes, commit them to the non-main branch using the `--no-verify` option and push to the current branch.
- Once you have verified your changes, commit them to the non-main branch using the `--no-verify` option and push to the non-main branch.

Copilot uses AI. Check for mistakes.
- After making code changes, run `yarn check-all-for-ai` to execute all tests (note: this may take up to 30 minutes), or run `yarn check-for-ai` for type checking and linting only.
- If you are confident your changes will not break any tests, you may use `check-for-ai`.
- Once you have verified your changes, commit them to the current branch using the `--no-verify` option and push to the current branch.
- Once you have verified your changes, commit them to the non-main branch using the `--no-verify` option and push to the current branch.
Copy link

Copilot AI Dec 7, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Inconsistent wording: The instruction says to "commit them to the non-main branch" but then says "push to the current branch". For clarity and consistency, consider changing this to either:

  • "commit them to the non-main branch using the --no-verify option and push to the non-main branch."
  • "commit them using the --no-verify option and push to the current non-main branch."

This ensures users understand they should be working on and pushing to the same non-main branch.

Suggested change
- Once you have verified your changes, commit them to the non-main branch using the `--no-verify` option and push to the current branch.
- Once you have verified your changes, commit them to the non-main branch using the `--no-verify` option and push to the non-main branch.

Copilot uses AI. Check for mistakes.
- After making code changes, run `yarn check-all-for-ai` to execute all tests (note: this may take up to 30 minutes), or run `yarn check-for-ai` for type checking and linting only.
- If you are confident your changes will not break any tests, you may use `check-for-ai`.
- Once you have verified your changes, commit them to the current branch using the `--no-verify` option and push to the current branch.
- Once you have verified your changes, commit them to the non-main branch using the `--no-verify` option and push to the current branch.
Copy link

Copilot AI Dec 7, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Inconsistent wording: The instruction says to "commit them to the non-main branch" but then says "push to the current branch". For clarity and consistency, consider changing this to either:

  • "commit them to the non-main branch using the --no-verify option and push to the non-main branch."
  • "commit them using the --no-verify option and push to the current non-main branch."

This ensures users understand they should be working on and pushing to the same non-main branch.

Suggested change
- Once you have verified your changes, commit them to the non-main branch using the `--no-verify` option and push to the current branch.
- Once you have verified your changes, commit them to the non-main branch using the `--no-verify` option and push to the non-main branch.

Copilot uses AI. Check for mistakes.
@WillBooster-bot WillBooster-bot force-pushed the wbfy branch 2 times, most recently from ed6fff4 to 2535ba5 Compare December 7, 2025 17:28
@exKAZUu exKAZUu merged commit c79418f into main Dec 9, 2025
10 checks passed
@exKAZUu exKAZUu deleted the wbfy branch December 9, 2025 03:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants