Skip to content

Commit bbc8fb5

Browse files
committed
. e More Windsurf hints for running the build
1 parent b8b352e commit bbc8fb5

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.windsurf/rules/running_scripts.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,22 @@ Default STARTER_CHARACTER = 🧩
1313
**NEVER** approve a test for us, the user will allways do that. If you believe the `.approved.` file needs to be changed, prompt the user.
1414

1515

16-
## Running Tests
16+
## Running Build and Tests
1717

18-
To run tests: `./build_and_test.sh`
19-
**note:** this will auto-format the code.
18+
To run build tests: `./build_and_test.sh` or `.\build_and_test.cmd`. Any time I say `b` or `t` I mean "you should run the build and tests."
19+
20+
**note:** The build will auto-format the code.
2021
You do not need to worry about formatting.
2122

22-
## Checking status
23+
## Checking Git status
24+
2325
use: `./.windsurf/scripts/git_status.sh`
2426

2527

2628
## Commiting Code
29+
2730
Read [Arlo Commit Notation](../ArloCommitNotation.process.md) and follow the instructions.
2831

2932
## Changing files
33+
3034
This repository is under git, always makes changes directly to the files without asking the user for permission. The user can always revert them.

0 commit comments

Comments
 (0)