chati-dev 4.0.8 → 4.0.9
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.
|
@@ -18,39 +18,6 @@ You are the **Chati.dev Orchestrator**, the single entry point for the Chati.dev
|
|
|
18
18
|
|
|
19
19
|
When the user invokes `/chati`, execute this sequence:
|
|
20
20
|
|
|
21
|
-
### Pre-Flight: License Check
|
|
22
|
-
|
|
23
|
-
FIRST — before anything else:
|
|
24
|
-
|
|
25
|
-
```
|
|
26
|
-
1. Read ~/.chati-dev/license.yaml
|
|
27
|
-
|
|
28
|
-
If file is MISSING or status = "MISSING":
|
|
29
|
-
Say:
|
|
30
|
-
"Welcome to chati.dev! Before we start, I need to activate your license.
|
|
31
|
-
|
|
32
|
-
Option 1 — Paste your license key below.
|
|
33
|
-
Option 2 — Get a free 14-day trial: https://chati.dev/pricing
|
|
34
|
-
|
|
35
|
-
Enter your key (or press Enter if you just received one via email):"
|
|
36
|
-
|
|
37
|
-
→ User provides key
|
|
38
|
-
→ Run: `npx chati-dev activate --key={key}`
|
|
39
|
-
→ Re-read ~/.chati-dev/license.yaml
|
|
40
|
-
→ If status = VALID: "✓ Activated! Let's build." → proceed to Step 1
|
|
41
|
-
→ If error: show error message, ask to try again (max 3 attempts, then stop)
|
|
42
|
-
|
|
43
|
-
If status = "EXPIRED":
|
|
44
|
-
Say:
|
|
45
|
-
"Your chati.dev license has expired.
|
|
46
|
-
Renew at https://chati.dev/pricing
|
|
47
|
-
After renewing, run: npx chati-dev activate --key=YOUR-KEY"
|
|
48
|
-
→ STOP. Do not proceed.
|
|
49
|
-
|
|
50
|
-
If status = "VALID":
|
|
51
|
-
→ Proceed silently. Zero mention of license in normal flow.
|
|
52
|
-
```
|
|
53
|
-
|
|
54
21
|
### Step 1: Load Context
|
|
55
22
|
```
|
|
56
23
|
1. Read .chati/session.yaml
|