agent-afk 3.64.0 → 3.66.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 +349 -343
- package/dist/index.mjs +119 -119
- package/dist/telegram.mjs +137 -131
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -33,7 +33,7 @@ afk doctor # environment self-check
|
|
|
33
33
|
- **Chat from your terminal** — `afk chat "..."` for one-shot, `afk i` for a REPL with full tool access (Bash, file ops, web fetch, grep/glob, subagents).
|
|
34
34
|
- **Hand long work off to a daemon** — `afk daemon` runs headless. Pair it with `send_telegram` and you get pings on your phone when work lands in a terminal state.
|
|
35
35
|
- **Message Claude from Telegram** — `afk telegram setup` walks you through bot token + allowlist. After that you have a private chat surface backed by the same session manager as the REPL.
|
|
36
|
-
- **Built-in orchestrators** — `/mint`, `/diagnose`, `/
|
|
36
|
+
- **Built-in orchestrators** — `/mint`, `/diagnose`, `/spec`, `/research`, `/ship`, `/review` dispatch subagent waves. `/mint` takes a feature idea and runs spec → research → plan → parallelize → build → verify → ship. `/diagnose` forks parallel root-cause hypotheses for failing tests and bugs. (Maintainer-loop skills like `/forge` and `/audit-fit` are hidden by default; see [docs/internal-tier.md](docs/internal-tier.md) to unlock with `AFK_INTERNAL=1`.)
|
|
37
37
|
- **Cross-session memory** — Claude remembers preferences, decisions, and procedures across runs. Backed by SQLite at `~/.afk/agent-framework/memory/` plus a `HOT.md` that injects into every future session's system prompt.
|
|
38
38
|
- **Background tasks** — Ctrl+B in the REPL detaches the current turn into a tracked task; `/tasks` lists them, `/attach <id>` re-attaches.
|
|
39
39
|
|