···01- Don’t create a summary document.
2-- Running all the tests with `bun run test` is cheap, so do it all the time.
3- Try to maintain 100% test coverage. Use `bun run test --coverage`.
4- I’m using `jj` so you can use that to look at your diff, but please don’t commit unless I ask you to.
0
···1+- I’m using bun to manage packages.
2- Don’t create a summary document.
3+- Running all the tests with `bun run test` is cheap, so do it all the time. Don’t do too much before running tests.
4- Try to maintain 100% test coverage. Use `bun run test --coverage`.
5- I’m using `jj` so you can use that to look at your diff, but please don’t commit unless I ask you to.
6+- Make sure you leave things in a good state. No diagnostics warnings. No type errors.