From 2f896052a1ae259d082de7e6bf4c2a667818e7f7 Mon Sep 17 00:00:00 2001 From: Woody Date: Thu, 23 Apr 2026 14:10:09 +0800 Subject: [PATCH] docs: add logging anti-patterns to AGENTS.md - Log to console only (must use backend/app/log/) - Commit log files to git (must be .gitignored) Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus --- AGENTS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index 4be5f8e..138ae26 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -69,6 +69,8 @@ app/ - Missing document metadata — breaks source attribution - Add authentication — public demo only - Mobile-first design — desktop only at this stage +- Log to console only — all backend logs must go to `backend/app/log/` directory +- Commit log files to git — log files must be `.gitignore`d ## UNIQUE STYLES - **Dual ASR trigger**: automatic (on transcript update) + manual "Ask from Video" button