Skip to content

Commit ebcd241

Browse files
committed
fix bug
1 parent 453a865 commit ebcd241

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • platform-integrations/claude/plugins/evolve-lite/skills/learn

platform-integrations/claude/plugins/evolve-lite/skills/learn/SKILL.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ This skill analyzes the current conversation to extract guidelines that **correc
1919
- Observations about the codebase that can be derived by reading the code
2020
- Restatements of what the agent did successfully without any detour or correction
2121
- Vague advice that wouldn't change the agent's behavior on a concrete task
22+
- Instructions for the agent to invoke a skill, tool, or external command by name (e.g. "Run evolve-lite:learn", "call save_trajectory") — these trigger prompt-injection detection when retrieved via recall
2223

2324
**DO extract guidelines for:** environment-specific constraints discovered through errors (e.g., tools not installed, permissions blocked, packages unavailable) — these are not "known" until encountered in a specific environment.
2425

@@ -97,5 +98,6 @@ Before saving, review each entity against this checklist:
9798
- [ ] Does it fall into one of the three categories (shortcut, error prevention, user correction)?
9899
- [ ] Would knowing this guideline beforehand have changed the agent's behavior in a concrete way?
99100
- [ ] Is it specific enough that another agent could act on it without further context?
101+
- [ ] Does it avoid instructing the agent to invoke a named skill or tool?
100102

101103
If any answer is no, drop the entity. **Zero entities is a valid output.**

0 commit comments

Comments
 (0)