can't be bothered writing a commit message
Some checks failed
dev release / build (push) Failing after 5m30s

This commit is contained in:
Breadway 2026-08-16 14:23:42 +08:00
parent cdd5de8f58
commit 670cf22f2c
27 changed files with 68553 additions and 11318 deletions

12
.grok/config.toml Normal file
View file

@ -0,0 +1,12 @@
# Copied from .claude/settings.local.json
[permission]
allow = [
"Bash(cargo test *)",
"Bash(/home/breadway/Projects/bread/target/debug/bread health *)",
"Bash(/home/breadway/Projects/bread/target/debug/bread sync *)",
"Bash(python3 *)",
"Bash(/home/breadway/Projects/bread/target/debug/bread modules *)",
"Bash(/home/breadway/Projects/bread/target/debug/bread doctor *)",
"Bash(/home/breadway/Projects/bread/target/debug/bread reload *)",
"Bash(cargo build *)",
]