Skip to content

Commit a01305d

Browse files
committed
Auto recovery and detection of hivebox corruption
1 parent dc9dd3f commit a01305d

File tree

11 files changed

+871
-29
lines changed

11 files changed

+871
-29
lines changed

.claude/settings.local.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,17 @@
1919
"Bash(dart run:*)",
2020
"Bash(dart analyze:*)",
2121
"Bash(git add:*)",
22-
"Bash(git commit:*)"
22+
"Bash(git commit:*)",
23+
"Bash(flutter pub:*)",
24+
"Bash(dart pub global activate:*)",
25+
"Bash(dart pub outdated:*)",
26+
"Bash(dart pub cache:*)",
27+
"Bash(flutter downgrade:*)",
28+
"Bash(flutter channel:*)",
29+
"Bash(flutter version:*)",
30+
"Bash(git checkout:*)",
31+
"Bash(git fetch:*)",
32+
"Bash(python3:*)"
2333
]
2434
}
2535
}

0 commit comments

Comments
 (0)