From b48d15df5967b8a3544bb0009e856084781648e9 Mon Sep 17 00:00:00 2001 From: Wind-Explorer Date: Sat, 3 Jan 2026 20:46:52 +0800 Subject: [PATCH] Update AGENTS.md --- AGENTS.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index e0f4da7..63dc258 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -56,4 +56,6 @@ Desktop client app for Friendolls. ## Note -Do not run the app yourself. Detect errors via LSPs if available, `cd src-tauri && cargo check` & `pnpm check` else. Don't perform git actions yourself either. +Be sure to gather sufficient context from codebase before proceeding with changes. Observe patterns and follow trends. + +Do not run the app yourself. `cd src-tauri && cargo check` & `pnpm check` to confirm your changes are error-free. Don't perform git actions yourself.