From 8bd9ce04310c1f08acdbcc2f31b95974e7d0a99c Mon Sep 17 00:00:00 2001 From: you Date: Mon, 23 Mar 2026 23:53:44 +0000 Subject: [PATCH] =?UTF-8?q?docs:=20add=20rule=20=E2=80=94=20never=20check?= =?UTF-8?q?=20in=20private=20info=20(public=20repo)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AGENTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AGENTS.md b/AGENTS.md index 3cdde89f..50b54a41 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -163,6 +163,7 @@ After pushing, verify in the browser: - No build step, no transpilation — write ES2020 for server, ES5/6 for frontend (broad browser support) ## What NOT to Do +- **Don't check in private information** — no names, API keys, tokens, passwords, IP addresses, personal data, or any identifying information. This is a PUBLIC repo. - Don't add npm dependencies without asking - Don't create a build step - Don't add framework abstractions (React, Vue, etc.)