Skip to content

Commit ff335b2

Browse files
chore: willboosterify this repo (#551)
Co-authored-by: WillBooster Inc. <bot@willbooster.com>
1 parent e4c5bae commit ff335b2

File tree

6 files changed

+142
-88
lines changed

6 files changed

+142
-88
lines changed

.cursor/rules/general.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ alwaysApply: true
1515
- Do not write tests unless explicitly requested.
1616
- 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.
1717
- If you are confident your changes will not break any tests, you may use `check-for-ai`.
18-
- Once you have verified your changes, commit them to the current branch using the `--no-verify` option and push to the current branch.
18+
- Once you have verified your changes, commit them to the non-main branch using the `--no-verify` option and push to the current branch.
1919
- Follow conventional commits, i.e., your commit message should start with `feat:`, `fix:`, etc.
2020
- Make sure to add a new line at the end of your commit message with: `Co-authored-by: WillBooster (Cursor) <agent@willbooster.com>`.
2121
- Always create new commits. Avoid using `--amend`.

.yarnrc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ npmPreapprovedPackages:
1818
- '@willbooster/eslint-config-ts-react'
1919
- '@willbooster/prettier-config'
2020
- '@willbooster/wb'
21+
- next
22+
- '@next/*'
23+
- react
24+
- react-dom
2125

2226
plugins:
2327
- checksum: d387bf474c315e463ddcbda77aabda9ba0b28ab3723fccccf40a310a3225d073963841bc255b2d2d8de9c1111548a7308b6af27eb31db57c75c4b9cb05aea73e

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- Do not write tests unless explicitly requested.
1010
- 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.
1111
- If you are confident your changes will not break any tests, you may use `check-for-ai`.
12-
- Once you have verified your changes, commit them to the current branch using the `--no-verify` option and push to the current branch.
12+
- Once you have verified your changes, commit them to the non-main branch using the `--no-verify` option and push to the current branch.
1313
- Follow conventional commits, i.e., your commit message should start with `feat:`, `fix:`, etc.
1414
- Make sure to add a new line at the end of your commit message with: `Co-authored-by: WillBooster (Codex CLI) <agent@willbooster.com>`.
1515
- Always create new commits. Avoid using `--amend`.

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- Do not write tests unless explicitly requested.
1010
- 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.
1111
- If you are confident your changes will not break any tests, you may use `check-for-ai`.
12-
- Once you have verified your changes, commit them to the current branch using the `--no-verify` option and push to the current branch.
12+
- Once you have verified your changes, commit them to the non-main branch using the `--no-verify` option and push to the current branch.
1313
- Follow conventional commits, i.e., your commit message should start with `feat:`, `fix:`, etc.
1414
- Make sure to add a new line at the end of your commit message with: `Co-authored-by: WillBooster (Claude Code) <agent@willbooster.com>`.
1515
- Always create new commits. Avoid using `--amend`.

GEMINI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- Do not write tests unless explicitly requested.
1010
- 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.
1111
- If you are confident your changes will not break any tests, you may use `check-for-ai`.
12-
- Once you have verified your changes, commit them to the current branch using the `--no-verify` option and push to the current branch.
12+
- Once you have verified your changes, commit them to the non-main branch using the `--no-verify` option and push to the current branch.
1313
- Follow conventional commits, i.e., your commit message should start with `feat:`, `fix:`, etc.
1414
- Make sure to add a new line at the end of your commit message with: `Co-authored-by: WillBooster (Gemini CLI) <agent@willbooster.com>`.
1515
- Always create new commits. Avoid using `--amend`.

0 commit comments

Comments
 (0)