forkoff 1.0.7 → 1.0.8

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.
Files changed (2) hide show
  1. package/README.md +11 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -8,6 +8,17 @@
8
8
  <strong>Bridge your AI coding tools to your mobile device</strong>
9
9
  </p>
10
10
 
11
+ > ## ⚠️ **WAITLIST ONLY - NOT PUBLICLY AVAILABLE YET**
12
+ >
13
+ > **This package requires an invitation to use.** ForkOff is currently in private beta with a waitlist.
14
+ >
15
+ > 🔗 **Join the waitlist at [forkoff.app](https://forkoff.app)**
16
+ >
17
+ > After joining the waitlist, you'll receive an invitation email with access instructions.
18
+ > The CLI will not work without an active account invitation.
19
+
20
+ ---
21
+
11
22
  <p align="center">
12
23
  <a href="https://forkoff.app">Website</a> •
13
24
  <a href="#installation">Installation</a> •
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "forkoff",
3
- "version": "1.0.7",
4
- "description": "CLI tool for ForkOff - Connect your AI coding tools to mobile. Currently in waitlist - join at forkoff.app",
3
+ "version": "1.0.8",
4
+ "description": "⚠️ WAITLIST ONLY - Join at forkoff.app | CLI tool to connect your AI coding tools to mobile",
5
5
  "main": "dist/integration.js",
6
6
  "types": "dist/integration.d.ts",
7
7
  "homepage": "https://forkoff.app",