@mukulaggarwal/pacman 0.1.4 → 0.1.5

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
@@ -58,6 +58,16 @@ pacman init -d .personal-assistant
58
58
 
59
59
  This launches the onboarding UI and configures your profile, assistant identity, storage backend, integrations, and sync schedule.
60
60
 
61
+ The onboarding form is checkpointed in browser `localStorage`, so refreshes and reopened tabs resume from the same draft.
62
+
63
+ </details>
64
+
65
+ <details>
66
+ <summary><strong>Hard reset the onboarding checkpoint</strong></summary>
67
+
68
+ Use the `Hard Reset Onboarding Draft` action from the completion screen, or remove the
69
+ `pacman.onboarding.v1` key from the browser's local storage for the onboarding page.
70
+
61
71
  </details>
62
72
 
63
73
  <details open>