From 029905890d4027e575dae72bf06a8ddfa7fb7234 Mon Sep 17 00:00:00 2001 From: Tomi Turtiainen <10324676+tomi@users.noreply.github.com> Date: Thu, 18 Jun 2026 12:31:11 +0300 Subject: [PATCH] docs: Add concise comments guideline to AGENTS.md (#32553) --- AGENTS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index 9bfa5570cdb..c625e7cd629 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -11,6 +11,9 @@ frontend, and extensible node-based workflow engine. ## General Guidelines - Always use pnpm +- When adding comments, keep them concise and to the point - explain the "why" + in a line or two; don't be overly verbose. Comments should be scoped and + relevant to the surrounding code, not just to the current task - We use Linear as a ticket tracking system - We use Posthog for feature flags - When starting to work on a new ticket – create a new branch from fresh