From e8faab03684e8e6a4e28f22709e38cd2470f2f57 Mon Sep 17 00:00:00 2001 From: deadprogram Date: Tue, 1 Sep 2026 13:29:10 +0200 Subject: [PATCH] docs: add instructions to use ASD-STE-100 Simplified Technical English like other TinyGo repos Signed-off-by: deadprogram --- AGENTS.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 AGENTS.md diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 00000000..0257acf0 --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,10 @@ +## Communication style +Use ASD-STE-100 Simplified Technical English when you speak to the operator. + +## Comments +Use ASD-STE100 Simplified Technical English for content outside of the code like comments, PR description, PR title, github comments, and issues. + +Generally omit extra redundant comments. If a comment is absolutely needed, always keep it brief, no more than 2 lines. Avoid extra use of colons, semicolons, and dashes. When comments are required due to some specific requirements, include a reference such as to a datasheet or other definitive source to explain why this is the case, including the chapter/section number, page number, and/or URL. + +## No coding tool attributions +Never add "created by XXX" or any other attributions from coding tools to any PRs, issues, comments, or anywhere else.