agent-afk 3.85.0 → 3.87.0
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/README.md +1 -1
- package/dist/cli.mjs +355 -348
- package/dist/index.mjs +107 -107
- package/dist/telegram.mjs +319 -160
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -70,7 +70,7 @@ AFK_TELEGRAM_ALLOWED_CHAT_IDS=12345678
|
|
|
70
70
|
AFK_MAX_BUDGET_USD=5.00
|
|
71
71
|
```
|
|
72
72
|
|
|
73
|
-
**Project-scoped system prompt.** Drop an `AFK.md` at your project root and `afk`
|
|
73
|
+
**Project-scoped system prompt.** Drop an `AFK.md` at your project root and `afk` appends it to its built-in framework prompt whenever you run from that directory — your instructions layer on top of the base, they don't replace it. No frontmatter needed.
|
|
74
74
|
|
|
75
75
|
**Check what resolved.** `afk config` dumps the live configuration. `afk doctor` validates keys, paths, and provider connectivity.
|
|
76
76
|
|