Skip to content

Commit d1e5906

Browse files
committed
docs: fix formatting in AGENTS.md
- Add missing newlines in build commands section - Improve readability of documentation
1 parent d88a1c1 commit d1e5906

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

AGENTS.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
- **Test all:**
1414
`bun test`
1515
- **Test single file:**
16-
`bun test tests/claude-request.test.ts`- **Start (prod):**
16+
`bun test tests/claude-request.test.ts`
17+
- **Start (prod):**
1718
`bun run start`
1819

1920
## Code Style Guidelines
@@ -35,7 +36,8 @@
3536
- **Modules:**
3637
Use ESNext modules, no CommonJS.
3738
- **Testing:**
38-
Use Bun’s built-in test runner. Place tests in `tests/`, name as `*.test.ts`.- **Linting:**
39+
Use Bun's built-in test runner. Place tests in `tests/`, name as `*.test.ts`.
40+
- **Linting:**
3941
Uses `@echristian/eslint-config` (see npm for details). Includes stylistic, unused imports, regex, and package.json rules.
4042
- **Paths:**
4143
Use path aliases (`~/*`) for imports from `src/`.

0 commit comments

Comments
 (0)