Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
@@ -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`.
Expand Down