You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ For full setup instructions see `CONTRIBUTING.md`.
55
55
Refer to `ai/references/tests.md` for details on writing tests. Tests should avoid mocks or stubs and use the helpers from `@internal/testcontainers` when Redis or Postgres are needed.
56
56
57
57
## Coding style
58
-
- Formatting is enforced using Prettier. Run `pnpm run format` before committing.
58
+
- Formatting is enforced using oxfmt. Run `pnpm run format` before committing.
59
59
- Follow the existing project conventions. Test files live beside the files under test and use descriptive `describe` and `it` blocks.
60
60
- Do not commit directly to the `main` branch. All changes should be made in a separate branch and go through a pull request.
0 commit comments