diff --git a/AGENTS.md b/AGENTS.md index 511a9a2fb9..6f8a317a50 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -1,8 +1,6 @@ # Instructions for agents - Use `make help` to find available development targets -- Install the latest `go` stable release before working on `.go` files -- Install the latest `node` LTS release and `pnpm` before working on `.ts` files - Before running `.go` tests, run `make deps-backend` to install dependencies - Before running `.ts` tests, run `make deps-frontend` to install dependencies - Before committing `.go`, run `make fmt` to format, and run `make lint-go` to lint