From 2f0810dd2eaff6a9d0a5aeeab9c1444fbda74622 Mon Sep 17 00:00:00 2001 From: Wickedness Date: Sun, 21 Jun 2026 22:00:45 +0900 Subject: [PATCH] Add project agent instructions --- AGENTS.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 AGENTS.md diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000..b304817 --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,6 @@ +# Project Instructions + +- This repository is connected to Gitea at `https://gitea.comtropy.synology.me/Wickedness/heros_web.git`. +- Use Gitea-related values from `C:\Users\MD\source\repos\nas_connection\.env`, including `GITEA_BASE_URL`, `GITEA_USERNAME`, `GITEA_EMAIL`, `GITEA_TOKEN`, and `GITEA_DEFAULT_OWNER`. +- Do not copy secrets from that `.env` file into tracked files, logs, or responses. +- For this project, whenever source changes are made, commit the changes and push them to the Gitea remote before finishing the task.