From 89f343af1508ab52641b56d46aee80c82ccbfdf2 Mon Sep 17 00:00:00 2001 From: winlin Date: Wed, 2 Jul 2025 08:16:52 -0400 Subject: [PATCH] AI: Update the pr diff guideline for augment code. --- .augment-guidelines | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.augment-guidelines b/.augment-guidelines index 819098791..8d28c31e4 100644 --- a/.augment-guidelines +++ b/.augment-guidelines @@ -104,3 +104,11 @@ testing: HELPER_EXPECT_SUCCESS(some_function_that_should_succeed()); HELPER_EXPECT_FAILED(some_function_that_should_fail()); } + +code_review: + github_pull_requests: + - When reviewing or understanding GitHub pull requests, use the diff URL to get the code changes + - Format: https://patch-diff.githubusercontent.com/raw/ossrs/srs/pull/{PR_NUMBER}.diff + - Example: For PR #4289, access https://patch-diff.githubusercontent.com/raw/ossrs/srs/pull/4289.diff + - This provides the raw diff showing all changes made in the pull request + - Use web-fetch tool to retrieve and analyze the diff content