@adityaaria/spark 6.0.22 → 6.0.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -54,7 +54,7 @@ Skills speak in actions ("dispatch a subagent", "create a todo", "read a file")
|
|
|
54
54
|
|
|
55
55
|
**Invoke relevant or requested skills BEFORE any response or action.** Even a 1% chance a skill might apply means that you should invoke the skill to check. If an invoked skill turns out to be wrong for the situation, you don't need to use it.
|
|
56
56
|
|
|
57
|
-
**CRITICAL:** If the user
|
|
57
|
+
**CRITICAL:** If the user's prompt matches the purpose of ANY existing skill, or mentions a skill by name, you MUST invoke that skill IMMEDIATELY as your very first tool call. Do not answer conversationally. Do not ask for confirmation. Execute the skill first.
|
|
58
58
|
|
|
59
59
|
## Announcement Format
|
|
60
60
|
When you invoke a skill, you MUST announce it to the developer using exactly this format as the very first thing you say:
|