Configure automatic repository workflow

This commit is contained in:
Jacky Ser
2026-08-11 10:55:54 +08:00
parent 9078f19194
commit 718d7c6ccb

5
AGENTS.md Normal file
View File

@@ -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.