agent-afk 3.80.5 → 3.80.7
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/bundled-plugins/awa-bundled/skills/ground-claim/SKILL.md +1 -1
- package/dist/cli.mjs +360 -733
- package/dist/index.mjs +147 -520
- package/dist/telegram.mjs +164 -537
- package/dist/threads.mjs +134 -507
- package/package.json +1 -1
- package/dist/bundled-plugins/awa-bundled/bundled.test.ts +0 -403
|
@@ -10,7 +10,7 @@ Self-referential meta-capability questions about the current repository, framewo
|
|
|
10
10
|
|
|
11
11
|
- "What does this repo enable?"
|
|
12
12
|
- "What are the orchestration patterns available?"
|
|
13
|
-
- "List the skills in
|
|
13
|
+
- "List the skills in private-framework."
|
|
14
14
|
- "What capabilities does the plugin provide?"
|
|
15
15
|
- "Show me what the framework can do."
|
|
16
16
|
|