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
@@ -4,7 +4,7 @@
4
4
- This repository uses **Yarn 4 (Berry)** in classic `node_modules` mode (Plug'n'Play is disabled). Install dependencies with `yarn install --immutable`.
5
5
- A `postinstallDev` script runs [Beemo](https://beemo.dev/) with the `@niieani/scaffold` configuration to materialize local config files after install. If you ever need to regenerate those scaffolds manually, run `yarn postinstallDev`.
6
6
- The primary verification flow matches the CI workflow in `.github/workflows/ci-cd.yml`: run `yarn build` followed by `yarn test` when practical. The `yarn test` command runs formatting, type-checking, linting, and unit tests.
7
-
- Use the existing formatting and linting tools instead of manual formatting. Prettier and ESLint configurations are already provided.
7
+
- Use the existing formatting and linting tools instead of manual formatting. Prettier and ESLint configurations are already provided. Make sure to run `yarn format` before committing changes.
8
8
9
9
## Code generation boundaries
10
10
- The following outputs are generated by scripts and must not be edited manually:
0 commit comments