From 5c47b3d2957f1ec3e483155b8f02540a0195ad93 Mon Sep 17 00:00:00 2001 From: silverwind Date: Thu, 5 Feb 2026 00:11:14 +0100 Subject: [PATCH] remove version info --- AGENTS.md | 2 -- 1 file changed, 2 deletions(-) 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