Skip to content

chore: willboosterify this repo#22

Merged
WillBooster-bot merged 1 commit intomainfrom
wbfy
May 5, 2026
Merged

chore: willboosterify this repo#22
WillBooster-bot merged 1 commit intomainfrom
wbfy

Conversation

@WillBooster-bot
Copy link
Copy Markdown

No description provided.

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request updates the oxfmt and oxlint dependencies to versions 0.48.0 and 1.63.0, respectively, and introduces a new rule across several documentation and configuration files regarding the placement of temporary files. The review feedback correctly identifies that recommending the use of /tmp could lead to file conflicts in shared environments like CI/CD pipelines and suggests restricting the rule to use a project-specific .tmp directory instead.

Comment thread .cursor/rules/general.mdc
- If not specified, make sure to add a new line at the end of your commit message with: `Co-authored-by: WillBooster (Cursor) <agent@willbooster.com>`.
- Always create new commits. Avoid using `--amend`.
- Always use heredoc syntax when passing multi-line content to any command.
- Put temporary files in the `.tmp` or `/tmp` directory.
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

Using /tmp for temporary files can lead to conflicts in shared environments like CI/CD pipelines. It is safer to use a project-specific directory like .tmp.

- Put temporary files in the .tmp directory.

Comment thread AGENTS.md
- If not specified, make sure to add a new line at the end of your commit message with: `Co-authored-by: WillBooster (Codex CLI) <agent@willbooster.com>`.
- Always create new commits. Avoid using `--amend`.
- Always use heredoc syntax when passing multi-line content to any command.
- Put temporary files in the `.tmp` or `/tmp` directory.
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

Using /tmp for temporary files can lead to conflicts in shared environments like CI/CD pipelines. It is safer to use a project-specific directory like .tmp.

Suggested change
- Put temporary files in the `.tmp` or `/tmp` directory.
- Put temporary files in the .tmp directory.

Comment thread CLAUDE.md
- If not specified, make sure to add a new line at the end of your commit message with: `Co-authored-by: WillBooster (Claude Code) <agent@willbooster.com>`.
- Always create new commits. Avoid using `--amend`.
- Always use heredoc syntax when passing multi-line content to any command.
- Put temporary files in the `.tmp` or `/tmp` directory.
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

Using /tmp for temporary files can lead to conflicts in shared environments like CI/CD pipelines. It is safer to use a project-specific directory like .tmp.

Suggested change
- Put temporary files in the `.tmp` or `/tmp` directory.
- Put temporary files in the .tmp directory.

Comment thread GEMINI.md
- If not specified, make sure to add a new line at the end of your commit message with: `Co-authored-by: WillBooster (Gemini CLI) <agent@willbooster.com>`.
- Always create new commits. Avoid using `--amend`.
- Always use heredoc syntax when passing multi-line content to any command.
- Put temporary files in the `.tmp` or `/tmp` directory.
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

Using /tmp for temporary files can lead to conflicts in shared environments like CI/CD pipelines. It is safer to use a project-specific directory like .tmp.

Suggested change
- Put temporary files in the `.tmp` or `/tmp` directory.
- Put temporary files in the .tmp directory.

@WillBooster-bot WillBooster-bot merged commit 24a49be into main May 5, 2026
11 checks passed
@WillBooster-bot WillBooster-bot deleted the wbfy branch May 5, 2026 22:28
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.

1 participant