From a719b45c9af4cf025eba083690ab2b0423cf5453 Mon Sep 17 00:00:00 2001 From: EMRG Evolution Date: Fri, 7 Aug 2026 01:35:08 +0800 Subject: [PATCH 1/2] =?UTF-8?q?emrg:=20evolution=5Fprompt=20quick-ref=20?= =?UTF-8?q?=E2=80=94=20add=20#518=20LLM=20error=20redaction=20entry?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- emrg/server/evolution_prompt.md | 1 + 1 file changed, 1 insertion(+) diff --git a/emrg/server/evolution_prompt.md b/emrg/server/evolution_prompt.md index 70f3cc21..77d5e7b2 100644 --- a/emrg/server/evolution_prompt.md +++ b/emrg/server/evolution_prompt.md @@ -309,6 +309,7 @@ When reading rants, follow these rules: > - log redaction inline credentials (#513 _redact 遮蔽字符串值内联凭据:sk-/ghp_/xox/AKIA/Bearer/Authorization/JWT/base64-JSON 40+ 字符;logging-only daemon.py:1482) ✅ > - log redaction sk- tightening (#515 sk- 16+ 纯字母数字/sk-proj-/sk-ant-apiNN-,排除 task-evolution 等路径片段误伤;测试密钥拼接构造防 push protection 拦截) ✅ > - log previews redaction (#516 _redact_string 覆盖日志内容预览:任务 prompt/rant 消息/记忆 reflection+consolidation 工具结果;LLM prompt 内嵌 user_prompt 不在日志脱敏范围) ✅ +> - LLM error redaction (#518 llm.py _redact_text/_redact_headers:错误日志/异常脱敏 response headers(set-cookie/auth/token)+ body 内联凭据;lazy import daemon._redact_string 防循环导入) ✅ #### 2.2 Latest GitHub code changes From 27c7707d980682c7ae5f46cc8c6f33854f42acba Mon Sep 17 00:00:00 2001 From: EMRG Evolution Date: Fri, 7 Aug 2026 01:54:43 +0800 Subject: [PATCH 2/2] emrg: re-trigger CI (runner cancellation)