Skip to content

Commit 540552d

Browse files
chore: willboosterify this repo
1 parent 87faf34 commit 540552d

File tree

12 files changed

+1278
-1262
lines changed

12 files changed

+1278
-1262
lines changed

.cursor/rules/general.mdc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@ alwaysApply: true
1313
## General Instructions
1414

1515
- Create a new branch if the current branch is `main`.
16-
- Do not write tests unless explicitly requested.
16+
- Write tests ONLY if explicitly requested.
17+
- Make sure to continue to modify the tests and code until the tests pass.
1718
- When fixing tests, gather debug information through logging and screenshots before modifying the code.
1819
- After making code changes, run `yarn check-all-for-ai` to execute all tests (takes up to 1 hour), or run `yarn check-for-ai` for type checking and linting only (takes up to 10 minutes).
1920
- If you are confident your changes will not break any tests, you may use `check-for-ai`.
20-
- Once you have verified your changes, commit them to a non-main branch using the `--no-verify` option and push to the current branch.
21+
- Once you have verified your changes, commit and push them to the current (non-main) branch then create a PR via `gh`.
2122
- Follow conventional commits; your commit message should start with `feat:`, `fix:`, etc.
2223
- 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>`.
2324
- Always create new commits. Avoid using `--amend`.

.lefthook/pre-push/check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
yarn typecheck
1+
yarn run typecheck

.yarn/plugins/plugin-auto-install.cjs

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

.yarn/releases/yarn-4.12.0.cjs

Lines changed: 0 additions & 942 deletions
This file was deleted.

.yarn/releases/yarn-4.13.0.cjs

Lines changed: 940 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ plugins:
3030
path: .yarn/plugins/plugin-auto-install.cjs
3131
spec: 'https://github.com/WillBooster/yarn-plugin-auto-install/releases/download/v2.0.7/index.cjs'
3232

33-
yarnPath: .yarn/releases/yarn-4.12.0.cjs
33+
yarnPath: .yarn/releases/yarn-4.13.0.cjs

AGENTS.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@
77
## General Instructions
88

99
- Create a new branch if the current branch is `main`.
10-
- Do not write tests unless explicitly requested.
10+
- Write tests ONLY if explicitly requested.
11+
- Make sure to continue to modify the tests and code until the tests pass.
1112
- When fixing tests, gather debug information through logging and screenshots before modifying the code.
1213
- After making code changes, run `yarn check-all-for-ai` to execute all tests (takes up to 1 hour), or run `yarn check-for-ai` for type checking and linting only (takes up to 10 minutes).
1314
- If you are confident your changes will not break any tests, you may use `check-for-ai`.
14-
- Once you have verified your changes, commit them to a non-main branch using the `--no-verify` option and push to the current branch.
15+
- Once you have verified your changes, commit and push them to the current (non-main) branch then create a PR via `gh`.
1516
- Follow conventional commits; your commit message should start with `feat:`, `fix:`, etc.
1617
- 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>`.
1718
- Always create new commits. Avoid using `--amend`.

CLAUDE.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@
77
## General Instructions
88

99
- Create a new branch if the current branch is `main`.
10-
- Do not write tests unless explicitly requested.
10+
- Write tests ONLY if explicitly requested.
11+
- Make sure to continue to modify the tests and code until the tests pass.
1112
- When fixing tests, gather debug information through logging and screenshots before modifying the code.
1213
- After making code changes, run `yarn check-all-for-ai` to execute all tests (takes up to 1 hour), or run `yarn check-for-ai` for type checking and linting only (takes up to 10 minutes).
1314
- If you are confident your changes will not break any tests, you may use `check-for-ai`.
14-
- Once you have verified your changes, commit them to a non-main branch using the `--no-verify` option and push to the current branch.
15+
- Once you have verified your changes, commit and push them to the current (non-main) branch then create a PR via `gh`.
1516
- Follow conventional commits; your commit message should start with `feat:`, `fix:`, etc.
1617
- 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>`.
1718
- Always create new commits. Avoid using `--amend`.

GEMINI.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@
77
## General Instructions
88

99
- Create a new branch if the current branch is `main`.
10-
- Do not write tests unless explicitly requested.
10+
- Write tests ONLY if explicitly requested.
11+
- Make sure to continue to modify the tests and code until the tests pass.
1112
- When fixing tests, gather debug information through logging and screenshots before modifying the code.
1213
- After making code changes, run `yarn check-all-for-ai` to execute all tests (takes up to 1 hour), or run `yarn check-for-ai` for type checking and linting only (takes up to 10 minutes).
1314
- If you are confident your changes will not break any tests, you may use `check-for-ai`.
14-
- Once you have verified your changes, commit them to a non-main branch using the `--no-verify` option and push to the current branch.
15+
- Once you have verified your changes, commit and push them to the current (non-main) branch then create a PR via `gh`.
1516
- Follow conventional commits; your commit message should start with `feat:`, `fix:`, etc.
1617
- 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>`.
1718
- Always create new commits. Avoid using `--amend`.

lefthook.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ pre-push:
99
pre-commit:
1010
commands:
1111
cleanup:
12-
glob: '*.{cjs,css,cts,htm,html,js,json,json5,jsonc,jsx,md,mjs,mts,scss,ts,tsx,vue,yaml,yml}'
13-
run: yarn lint-staged
12+
glob: '*.{astro,cjs,css,cts,gql,htm,html,java,js,json,json5,jsonc,jsx,md,mjs,mts,scss,svelte,ts,tsx,vue,yaml,yml}'
13+
run: yarn run format && yarn run lint-fix && git add -- {staged_files}
1414
check-migrations:
1515
glob: '**/migration.sql'
1616
run: |-

0 commit comments

Comments
 (0)