Make AGENTS.md a symlink to CLAUDE.md

This commit is contained in:
Jarred Sumner
2025-06-27 21:13:12 -07:00
parent 964f2a8941
commit 8d9b56260b
2 changed files with 2 additions and 36 deletions

View File

@@ -1,36 +0,0 @@
## bun tests
**IMPORTANT**: use the `bun bd` command instead of the `bun` command. For example:
✅ Good
```sh
bun bd test internal/ban-words.test.ts
bun bd ./foo.ts
```
The `bun bd` command runs the DEBUG build. If you forget to run the debug build, your changes will not be reflected..
### Run a file
To run a file, you can use the `bun bd <file-path>` command.
```sh
bun bd ./foo.ts
```
### Run tests
To run a single test, you need to use the `bun bd test <test-name>` command.
```sh
bun bd test internal/ban-words.test.ts
```
You must ALWAYS make sure to pass a file path to the `bun bd test <file-path>` command. DO NOT try to run ALL the tests at once unless you're in a specific subdirectory.
### Run a Node.js test
```sh
bun bd --silent node:test test-fs-link
```

1
AGENTS.md Symbolic link
View File

@@ -0,0 +1 @@
CLAUDE.md

1
test/AGENTS.md Symbolic link
View File

@@ -0,0 +1 @@
CLAUDE.md