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 <clio-agent@sisyphuslabs.ai>
This commit is contained in:
Woody 2026-04-23 14:10:09 +08:00
parent e83a4708b5
commit 2f896052a1
1 changed files with 2 additions and 0 deletions

View File

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