From 68c3f7fe74911d0066ca19d59d866b577cf68505 Mon Sep 17 00:00:00 2001 From: EMRG Evolution Date: Fri, 7 Aug 2026 04:18:57 +0800 Subject: [PATCH] =?UTF-8?q?emrg:=20evolution=5Fprompt=20quick-ref=20?= =?UTF-8?q?=E2=80=94=20add=20#527=20workflow=5Fdispatch=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 df49155..ec66be0 100644 --- a/emrg/server/evolution_prompt.md +++ b/emrg/server/evolution_prompt.md @@ -313,6 +313,7 @@ When reading rants, follow these rules: > - LLM URL redaction (#520 logger.debug 请求/流式 URL 经 _redact_text 遮蔽 query-string 凭据;base_url 可携带 token) ✅ > - GUI max-rounds truncation hint (#523 chat.js handleDone 检测 exceeded+max|limit|round → chat.maxRoundsHint zh/en 提示可继续;对齐 TUI client/app.py:442;正反两态测试无假阳性) ✅ > - evolution cycle truncation flag (#525 scheduler EvolutionHandler done 帧检测 exceeded → truncated 标记,不误计空周期/不推进 idle-halt backoff;impact tag -truncated + truncated=max-tool-rounds;正反两态测试) ✅ +> - Test workflow manual dispatch (#527 test.yml 加 workflow_dispatch 触发:push 事件被丢/CI 队列故障时 `gh workflow run test.yml --ref ` 手动重触发,替代空 commit 重触发(空 commit 污染 git 历史且 push 管线若坏同样无效);actionlint gate 已验) ✅ #### 2.2 Latest GitHub code changes