From 4f5446cacda21626c74ccdc41dcfafe49e7a14d2 Mon Sep 17 00:00:00 2001 From: Anner Date: Mon, 27 Jul 2026 13:50:01 +0800 Subject: [PATCH] docs: require reading project contribution guidance --- AGENTS.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index 96910fa..f394be5 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -1,5 +1,16 @@ # Standard development workflow +## Required project guidance + +Before planning or modifying code or documentation: + +1. Read `CONTRIBUTING.md` completely. It is the canonical source for contribution scope, validation, localization, commit, and pull-request requirements. +2. Read `docs/development/README.md` completely and follow every link relevant to the task. For implementation, environment setup, or test selection, also read `docs/development/development.md` completely. +3. For security-sensitive changes or vulnerability-reporting work, read `SECURITY.md` completely before proceeding. +4. When changing localized documentation, open both the Chinese and English companion files before editing and update them together. + +Do not rely only on summaries in this file; the applicable referenced documents are part of the instructions for the task. + ## Repository roles - The canonical upstream repository is `git@github.com:VirtualBeingsResearch/CoWorker.git`.