@mohitkumawat/warmup-cli 1.1.2 → 1.1.3
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 +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -25,9 +25,9 @@ By the time you sit down to work, the window is perfectly timed to expire exactl
|
|
|
25
25
|
12:00 PM → Rate limited! Must wait until 3:00 PM
|
|
26
26
|
|
|
27
27
|
✔ With Smart warmup (2-hour exhaustion):
|
|
28
|
-
|
|
29
|
-
10:00 AM → You start working.
|
|
30
|
-
12:00 PM → You exhaust your limits. BUT the
|
|
28
|
+
7:00 AM → warmup sends invisible "ping"
|
|
29
|
+
10:00 AM → You start working using the active window.
|
|
30
|
+
12:00 PM → You exhaust your limits. BUT the 7:00 AM window ends right now!
|
|
31
31
|
12:00 PM → Window resets instantly! Full capacity continues.
|
|
32
32
|
```
|
|
33
33
|
*You just saved 3 hours of waiting.*
|
|
@@ -37,7 +37,7 @@ By the time you sit down to work, the window is perfectly timed to expire exactl
|
|
|
37
37
|
## ⚡ Install
|
|
38
38
|
|
|
39
39
|
```bash
|
|
40
|
-
npm install -g warmup-cli
|
|
40
|
+
npm install -g @mohitkumawat/warmup-cli
|
|
41
41
|
```
|
|
42
42
|
|
|
43
43
|
**Prerequisites:** [Claude Code](https://code.claude.com) must be installed and authenticated.
|