Commit 01fb089
fix: reset command now clears project configuration
The reset command was only removing the SQLite database but leaving
project configuration intact in ~/.basic-memory/config.json. This
caused projects to be recreated on next startup.
Now the reset command:
- Removes the SQLite database (existing behavior)
- Resets project configuration to default state
- Recreates empty database (existing behavior)
Fixes #151
Co-authored-by: Paul Hernandez <phernandez@users.noreply.github.com>1 parent b8191d0 commit 01fb089
1 file changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
10 | | - | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
28 | 35 | | |
29 | 36 | | |
30 | 37 | | |
| |||
0 commit comments