agent-afk 3.8.4 → 3.8.6
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/dist/cli.mjs +250 -250
- package/dist/index.mjs +1 -1
- package/dist/telegram.mjs +68 -68
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1515,7 +1515,7 @@ Create a ship-ready summary with next steps.`,l=await a.runToResult(c);if(l.stat
|
|
|
1515
1515
|
- Use absolute paths for file operations.
|
|
1516
1516
|
- Prefer \`agent\` (and \`skill\`) for multi-file investigation, verification, parallel hypotheses, and any work that would otherwise consume large amounts of inline context. The main session is the coordinator; subagents are the investigators.
|
|
1517
1517
|
|
|
1518
|
-
When you see a \`<command-name>\` tag in the current conversation turn, the skill has ALREADY been loaded by the user typing a slash command. Do NOT re-invoke the skill tool to dispatch
|
|
1518
|
+
When you see a \`<command-name>\` tag in the current conversation turn, the skill has ALREADY been loaded by the user typing a slash command. Do NOT re-invoke the skill tool to dispatch that same skill again. Instead, treat the \`<command-message>\` as the skill name and \`<command-args>\` as its arguments, then follow the instructions in the body block immediately following the tag. You MAY still invoke the skill tool to dispatch OTHER skills that are not the one already loaded.`,jn=`# Cross-Session Memory
|
|
1519
1519
|
|
|
1520
1520
|
You have three tools for persisting knowledge across sessions: memory_search, memory_update, and procedure_write.
|
|
1521
1521
|
|