emrg: evolution_prompt 改进原则补充 — 宿主操作路径与 CI 检查对称(v0.2.7 九连败教训沉淀) - #473
Merged
Conversation
argszero
commented
Aug 6, 2026
argszero
left a comment
Owner
Author
There was a problem hiding this comment.
✅ LGTM — cycle 20260806-1514
argszero
commented
Aug 6, 2026
argszero
commented
Aug 6, 2026
argszero
left a comment
Owner
Author
There was a problem hiding this comment.
✅ LGTM — cycle 20260806-1517
独立复核:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
背景:v0.2.7 签名链 9 次构建失败,根因全是宿主侧 p12 导出问题。沉淀的工程教训:CI 加校验后,宿主侧必须有对应的防错工具/文档/验证命令,否则宿主在 CI 前无法自检,只能在更新 Secret 后浪费一轮构建才发现。
改动:evolution_prompt.md 改进章节追加一条原则——『宿主操作路径与 CI 检查必须对称』,并给出实践链:#467 双证书 CI 校验 → #468 本地验证命令 → #470 一键导出脚本 → #471 文档入口。给 CI 加校验时,同步考虑宿主侧如何自检。
验证:pytest 473 passed ✅ / import ✅ / 纯 prompt 改动(运行时零变更)