fix: prevent redundant skill reloading in conversation (#11838)

This commit is contained in:
Hannes Rudolph 2026-03-02 16:47:19 -07:00 committed by GitHub
parent d6611f8f69
commit 459f27015d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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>