From 4980e5e2af086ad0fbc85bba937f2c3a816746bd Mon Sep 17 00:00:00 2001 From: uipreliga Date: Fri, 14 Aug 2026 16:16:07 -0700 Subject: [PATCH] fix(claude): make Claude speak English, not Claudish Add a communication-style note to the "Notes for AI Assistants" section: answer in ASD-STE-100 (Simplified Technical English). This makes replies short, clear, and easy to read. Co-Authored-By: Claude Opus 5 (1M context) --- CLAUDE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CLAUDE.md b/CLAUDE.md index 2ba409af..261f03e5 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -333,6 +333,7 @@ Tasks are YAML files. See [docs/TASK_DEFINITION_GUIDE.md](docs/TASK_DEFINITION_G ## Notes for AI Assistants +- Communication style: Use ASD-STE-100 when you speak to the user. - When doing code review, reach out to gemini-3 and codex through multi mcp server - Any temporary files should be created in `tmp/` folder, NOT `/tmp` folder - All models are importable from `coder_eval.models` — don't import from submodules directly