From d73ac3670a4affb448fa1327cf244b061efc67fb Mon Sep 17 00:00:00 2001 From: winlin Date: Wed, 2 Jul 2025 20:53:19 -0400 Subject: [PATCH] AI: Update the docs guideline for augment code. --- .augment-guidelines | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.augment-guidelines b/.augment-guidelines index 8d28c31e4..e6facd4e9 100644 --- a/.augment-guidelines +++ b/.augment-guidelines @@ -112,3 +112,12 @@ code_review: - 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 + +documentation: + location: "3rdparty/srs-docs" + description: | + SRS documentation source files are located in the 3rdparty/srs-docs directory + usage: | + When looking for documentation or need to update docs, check this directory for markdown + files and documentation structure. Do not search ossrs.io or ossrs.net for documentation, + use the local files instead.