add pre-commit hooks, move claude to agents. (#2877)
This commit is contained in:
parent
f658a8eacd
commit
6d24afba1c
13 changed files with 1041 additions and 776 deletions
|
|
@ -147,6 +147,7 @@ make build
|
|||
We recommend using Nix for dependency management to ensure you have all required tools. If you prefer to manage dependencies yourself, you can use Make directly:
|
||||
|
||||
**With Nix (recommended):**
|
||||
|
||||
```shell
|
||||
nix develop
|
||||
make test
|
||||
|
|
@ -154,6 +155,7 @@ make build
|
|||
```
|
||||
|
||||
**With your own dependencies:**
|
||||
|
||||
```shell
|
||||
make test
|
||||
make build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue