mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
fix: prevent redundant skill reloading in conversation (#11838)
This commit is contained in:
parent
d6611f8f69
commit
459f27015d
1 changed files with 1 additions and 0 deletions
|
|
@ -74,6 +74,7 @@ Step 2: Branching Decision
|
|||
CONSTRAINTS:
|
||||
- Do NOT load every skill up front.
|
||||
- Load skills ONLY after a skill is selected.
|
||||
- Do NOT reload a skill whose instructions already appear in this conversation.
|
||||
- Do NOT skip this check.
|
||||
- FAILURE to perform this check is an error.
|
||||
</mandatory_skill_check>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue