From 718d7c6ccb545974467477a81adb318f6755a492 Mon Sep 17 00:00:00 2001 From: Jacky Ser Date: Tue, 11 Aug 2026 10:55:54 +0800 Subject: [PATCH] Configure automatic repository workflow --- AGENTS.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 AGENTS.md diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000..036a170 --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,5 @@ +# Repository workflow + +- After completing and validating any requested code change, commit it to `main` and push it to `origin` automatically. +- Do not push local-only prototypes, unconfirmed visual experiments, or changes the user explicitly asks to keep local. +- Never commit credentials, deploy private keys, environment secrets, or generated dependency/build directories.