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 +3 -1
- package/package.json +1 -1
- package/portal/worker.js +1 -1
package/README.md
CHANGED
|
@@ -91,7 +91,9 @@ claude login
|
|
|
91
91
|
npx ai-exodus analyze --passes all
|
|
92
92
|
```
|
|
93
93
|
|
|
94
|
-
|
|
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
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.
|
|
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">
|