fix: Add warning about the caching of skills#170
Conversation
|
The new
An agent reading both instructions gets contradictory guidance — one says reuse what's in context, the other says don't use cached versions blindly. Rather than adding a separate section, I'd suggest folding the intent directly into step 2 and dropping the phrase that causes the conflict: Current: Suggested: Stale skill content causing broken code is a worse tradeoff than an extra HTTP request, so dropping "use it if already loaded" is the right call. |
Skill Validation ReportNo skill files were changed in this PR — validation skipped. |
marc0olo
left a comment
There was a problem hiding this comment.
this now removes the following sentence:
Do not construct skill URLs manually.
but I don't think it is an issue anymore since we include the URL now explicitly and even provide an example for the II skill.
No description provided.