@freibergergarcia/phone-a-friend 1.12.4 → 2.0.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/.claude-plugin/plugin.json +1 -1
- package/README.md +2 -2
- package/dist/index.js +2886 -2281
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
[](https://www.npmjs.com/package/@freibergergarcia/phone-a-friend)
|
|
11
11
|
[](https://github.com/freibergergarcia/phone-a-friend/actions/workflows/ci.yml)
|
|
12
12
|
[](LICENSE)
|
|
13
|
-

|
|
14
14
|
[](https://freibergergarcia.github.io/phone-a-friend/)
|
|
15
15
|
|
|
16
16
|
</div>
|
|
@@ -38,7 +38,7 @@ Relay tasks to any backend, spin up multi-model teams, or run persistent multi-a
|
|
|
38
38
|
|
|
39
39
|
## Quick Start
|
|
40
40
|
|
|
41
|
-
**Prerequisites:** Node.js
|
|
41
|
+
**Prerequisites:** Node.js 22.13+ and at least one backend:
|
|
42
42
|
|
|
43
43
|
- [Claude Code](https://docs.anthropic.com/en/docs/claude-code/setup)
|
|
44
44
|
- [Codex CLI](https://developers.openai.com/codex/quickstart/)
|