You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+35-1Lines changed: 35 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -181,9 +181,44 @@ hp autocomplete install
181
181
182
182
# Follow the instructions for your shell
183
183
```
184
+
## 🧠 Understanding State in Hackpack
185
+
186
+
Hackpack keeps track of your setup progress and project preferences using a persistent state file. This is especially useful when:
187
+
188
+
- You stop midway during setup (e.g., terminal closes unexpectedly)
189
+
- You want to resume an incomplete setup
190
+
- You're managing **multiple projects** at the same time
191
+
192
+
The state is stored in a hidden `.hackpack-state.json` file (in your project folder or home directory), and it keeps track of configuration choices and setup progress.
0 commit comments