From c0a5a509ce17978741e67095fdb129da4a2b803d Mon Sep 17 00:00:00 2001 From: silverwind Date: Mon, 2 Feb 2026 19:23:04 +0100 Subject: [PATCH] tweak agents --- AGENTS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index ff62c4b86e..511a9a2fb9 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -1,8 +1,8 @@ # Instructions for agents - Use `make help` to find available development targets -- Install the latest Golang stable release before working on `.go` files -- Install the latest Node.js LTS release and `pnpm` before working on `.ts` files +- 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