You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: platform-integrations/bob/evolve-lite/skills/evolve-lite:learn/SKILL.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ Principles:
51
51
52
52
### Step 3: Save Entities
53
53
54
-
Output entities as JSON and pipe to the save script. Include the `trajectory` field with the path output by the evolve-save-trajectory skill earlier in this conversation. The `type` field must always be `"guideline"` — no other types are accepted.
54
+
Output entities as JSON and pipe to the save script. The `type` field must always be `"guideline"` — no other types are accepted.
55
55
56
56
```bash
57
57
echo'{
@@ -60,8 +60,7 @@ echo '{
60
60
"content": "Proactive entity stating what TO DO",
61
61
"rationale": "Why this approach works better",
62
62
"type": "guideline",
63
-
"trigger": "Situational context when this applies",
0 commit comments