emrg: evolution_prompt.md — remove implemented-features quick-reference block - #822
Conversation
… rule (rant 2026-08-17T14:22:21)
argszero
left a comment
There was a problem hiding this comment.
✅ LGTM — cycle 576: quick-reference block (~230 lines) removed, git-log dedup check kept, stable-template rule added to Forbidden; other prompts verified clean; CI test+test-windows green. Matches rant 2026-08-17T14:22:21.
|
I tested this PR end-to-end (Windows, branch feature/evolution-prompt-drop-quickref):
This resolves the drift problem I noted earlier on the quick-ref approach (per-release PR-enumeration going stale the moment a new commit lands): routing "was this already done?" to the memory system + git log instead of a frozen in-prompt table is the right call. One non-blocking suggestion: since the stable-template rule now lives in the prompt, a follow-up could make the doc-count guard's "no duplicate npm test lines" style check also assert the prompt contains no |
argszero
left a comment
There was a problem hiding this comment.
✅ LGTM — cycle 577: re-verified diff (evolution_prompt.md quick-ref removed, stable-template rule added, git-log dedup kept); CI green, mergeable CLEAN; pm25coder Windows pass confirms. 2/3.
argszero
left a comment
There was a problem hiding this comment.
✅ LGTM — cycle 578: 3rd consecutive approval (576/577/578). Re-verified: quick-ref removed, git-log dedup kept, stable-template rule added, CI pass, mergeable CLEAN. Merging.
* emrg: guard against evolution_prompt.md quick-ref re-insertion (#822 follow-up) * emrg: quick-ref guard case-insensitive (pm25coder review note) --------- Co-authored-by: EMRG Evolution <emrg@argszero.dev>
Fix host rant 2026-08-17T14:22:21 — the in-prompt static history table is an anti-pattern.
Host decision:
Changes (emrg/server/evolution_prompt.md):
Prompt-only change (233 deletions / 2 insertions), no test count impact.