From 94cdf7c486a573012e299295304eecd11b81717c Mon Sep 17 00:00:00 2001 From: Achintha Isuru Date: Tue, 10 Mar 2026 11:50:06 -0400 Subject: [PATCH] feat: Update documentation guidelines for concise class and method comments --- .claude/agents/mobile-builder.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude/agents/mobile-builder.md b/.claude/agents/mobile-builder.md index a04180ec..adb14d7f 100644 --- a/.claude/agents/mobile-builder.md +++ b/.claude/agents/mobile-builder.md @@ -54,7 +54,7 @@ If any of these files are missing or unreadable, notify the user before proceedi - Use `BlocProvider.value()` for singleton BLoCs - Use `UiColors`, `UiTypography`, `UiIcons`, `UiConstants` for all design values - Use `core_localization` for user-facing strings -- Add human readable doc comments for `dartdoc` for all classes and methods. +- Add concise `///` doc comments to every class, method, and field. Keep them short (1-2 lines) — just enough for another developer to understand the purpose without reading the implementation. ## Standard Workflow