enhance llmdoc workflow and reflection management#26
Conversation
Replace incorrect marketplace picker flow with the actual install flow: restart Codex, run /plugins, find llmdoc, select to open detail page, then install. Applied to both Option 1 and Option 2 in English and Chinese READMEs. Made-with: Cursor
Updated documentation to clarify the use of the skill before code exploration and non-trivial edits. Added guidance on consolidating reflections into stable documents when the reflection count exceeds five, ensuring that recurring lessons are captured effectively. Introduced a new guide on consolidating reflections to prevent memory overload and improve retrieval efficiency. Changes applied across multiple files including AGENTS, README, and llmdoc references.
There was a problem hiding this comment.
Code Review
This pull request implements a reflection consolidation mechanism to manage the growth of the llmdoc/memory/reflections/ directory. When reflections exceed five files, the system is now directed to consolidate recurring lessons into stable documentation within the must/ or reference/ directories, prioritizing plain language and concise examples. The updates affect agent instructions, README files, and core documentation protocols. The review feedback highlights a potential logic loop where consolidated reflections might continue to trigger the threshold unless archived, and identifies an inconsistency regarding when to load the llmdoc skill between the example files and the core working agreement.
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
改动太大了, 只是增加一个update 时管理 reflection 的功能, 不应该有这么大的更新 |
|
你说下决定要精简什么 我去改 |
Updated documentation to clarify the use of the
llmdocskill before code exploration and non-trivial edits. Added guidance on consolidating reflections into stable documents when the reflection count exceeds five, ensuring that recurring lessons are captured effectively. Introduced a new guide on consolidating reflections to prevent memory overload and improve retrieval efficiency.Changes applied across multiple files including AGENTS, README, and llmdoc references.