@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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "phone-a-friend",
3
3
  "description": "CLI relay that lets AI coding agents collaborate by sending prompts and repository context to backend agents.",
4
- "version": "1.12.4",
4
+ "version": "2.0.0",
5
5
  "author": {
6
6
  "name": "Bruno Freiberger"
7
7
  }
package/README.md CHANGED
@@ -10,7 +10,7 @@
10
10
  [![npm](https://img.shields.io/npm/v/%40freibergergarcia%2Fphone-a-friend)](https://www.npmjs.com/package/@freibergergarcia/phone-a-friend)
11
11
  [![CI](https://github.com/freibergergarcia/phone-a-friend/actions/workflows/ci.yml/badge.svg)](https://github.com/freibergergarcia/phone-a-friend/actions/workflows/ci.yml)
12
12
  [![License](https://img.shields.io/badge/license-Apache--2.0-blue)](LICENSE)
13
- ![Node.js 20+](https://img.shields.io/badge/node-%E2%89%A520.12-green)
13
+ ![Node.js 22.13+](https://img.shields.io/badge/node-%E2%89%A522.13-green)
14
14
  [![Website](https://img.shields.io/badge/website-phone--a--friend-blue)](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 20+ and at least one backend:
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/)