fix: use shared formula_lessons_block() to avoid duplicate detection CI failure
This commit is contained in:
parent
fef058081f
commit
1697ab3b3e
6 changed files with 16 additions and 17 deletions
|
|
@ -95,10 +95,7 @@ build_sdk_prompt_footer "
|
|||
PROMPT="You are the strategic planner for ${FORGE_REPO}. Work through the formula below.
|
||||
|
||||
## Project context
|
||||
${CONTEXT_BLOCK}${MEMORY_BLOCK}${LESSONS_INJECTION:+## Lessons learned
|
||||
${LESSONS_INJECTION}
|
||||
|
||||
}
|
||||
${CONTEXT_BLOCK}${MEMORY_BLOCK}$(formula_lessons_block)
|
||||
${GRAPH_SECTION}
|
||||
${SCRATCH_CONTEXT:+${SCRATCH_CONTEXT}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue