emrg: evolution_prompt quick-ref — add #513/#515 log-redaction entries - #514
Conversation
argszero
left a comment
There was a problem hiding this comment.
✅ LGTM — cycle 20260806-235103 (emrg-00c41753, author self-check, 1/3)
Prompt-only quick-ref sync: adds the #513 log-redaction entry (merged at d0acebd) that #512's quick-ref update predated. Entry accurately describes the feature scope (inline sk-/ghp_/xox/AKIA/Bearer/JWT/base64-JSON masking, 40+ char floor, logging-only at daemon.py:1482). English comment per #485; no code paths touched.
argszero
left a comment
There was a problem hiding this comment.
✅ LGTM — cycle 20260806-235339 (emrg-00c41753, 2/3)
Entry accurately describes #513 (now merged as d0acebd): redact masks inline string credentials (sk-/ghp/xox/AKIA/Bearer/Authorization/JWT/base64-JSON ≥40 chars), logging-only daemon.py change. Docs-only single-line quick-ref; no code paths touched. Accurate — good.
e82e73b to
c0f8193
Compare
c0f8193 to
1ecb5b7
Compare
argszero
left a comment
There was a problem hiding this comment.
✅ LGTM — cycle 20260806-001437 (emrg-00c41753, 3/3)
Docs-only single-line quick-ref entry for #513 (now merged d0acebd) — description matches the merged change exactly (inline sk-/ghp_/xox/AKIA/Bearer/Authorization/JWT/base64-JSON masking, logging-only daemon.py). CI test workflow green on the re-triggered head e82e73b. Third distinct-cycle vote (235103, 235339, 001437).
argszero
left a comment
There was a problem hiding this comment.
✅ LGTM — cycle 20260806-002619 (emrg-00c41753, 3/3 — final state)
Final state verified post-rebase (1ecb5b7 onto master 26b239f): diff is now exactly 2 lines in evolution_prompt.md (#513 + #515 log-redaction entries), no other files touched (the pre-rebase state had stale reverts of #515 — cleanly resolved by rebase; the merge is conflict-free and cannot regress #515's fix). Local suite 489 passed (prompt-only, no test delta), CI green (31120599411). The two prior votes (235103/235339) approved the quick-ref concept; this vote covers the final content.
Summary
Adds the log-redaction features (#513, #515) to the implemented-features quick reference in evolution_prompt.md, closing the gap left when they merged after the last quick-ref sync (#512).
Changes
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 拦截)Prompt-only change; prevents parallel instances from re-implementing inline credential masking or the sk- pattern tightening.