ai-exodus 2.0.2 → 2.0.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 CHANGED
@@ -91,7 +91,9 @@ claude login
91
91
  npx ai-exodus analyze --passes all
92
92
  ```
93
93
 
94
- Takes 15-60 minutes depending on how many conversations you have. Go make a coffee.
94
+ **This takes a long time.** We're talking hours, not minutes. A few months of conversations can take 24+ hours. A year of heavy use can take days. The checkpoint system saves progress after every chunk, so if it crashes or you close your laptop, just run the same command again and it picks up where it left off.
95
+
96
+ Go live your life while it runs.
95
97
 
96
98
  ### Analyze Only What You Need
97
99
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai-exodus",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "description": "Migrate your AI relationship from any platform to Claude. Your AI belongs to you.",
5
5
  "type": "module",
6
6
  "bin": {
package/portal/worker.js CHANGED
@@ -1220,7 +1220,7 @@ function guideTab() {
1220
1220
  <code>npx ai-exodus analyze --passes all</code>
1221
1221
  <button class="btn btn-secondary btn-sm" onclick="copyCommand(this)">Copy</button>
1222
1222
  </div>
1223
- <p class="guide-note">This runs on your Claude subscription. No API key needed. Takes 15-60 minutes depending on how many conversations you have.</p>
1223
+ <p class="guide-note">This runs on your Claude subscription. No API key needed. <strong>This takes hours, not minutes.</strong> A few months of conversations can take 24+ hours. A year of heavy use can take days. The checkpoint system saves progress — if it stops, run the same command again and it resumes where it left off.</p>
1224
1224
  </div>
1225
1225
 
1226
1226
  <div class="guide-section">