From cf4c163c92107c4edb2abf748d31a032220de2a6 Mon Sep 17 00:00:00 2001 From: Aarnav Tale Date: Sat, 14 Mar 2026 11:50:19 -0400 Subject: [PATCH] chore: update agents file --- AGENTS.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index f5c0afc..4b9c88b 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -42,8 +42,10 @@ care to use our preferred PNPM version and Node version as defined in the `engines` field of `package.json`. We also use TypeScript Go and Oxfmt for type-checking and formatting respectively. -You can also run Headscale CLI commands with -`docker exec headscale headscale ` when the dev environment is running. +When typechecking, use `pnpm run typecheck`, when linting and formatting, use +the respective `lint` and `format` scripts, you can pass flags to them. You can +also run Headscale CLI commands with `docker exec headscale headscale ` +when the dev environment is running. ## Docs