bread-theme moves to git.breadway.dev v0.7.1. bread-utils and bread-screenshots pin ecosystem origin/main (v0.7.1 has no BreadClient::request and predates the screenshots crate). bread-shared pins bread v0.8.0-rc.1 — latest existing tag with widget wire types (v0.7.0 has none; v0.8.0 was never cut). bakery.toml sets bread_deps = ["bread"] so the daemon is installed alongside the bar. CLAUDE.md records the single-trunk workflow and the bar / notifications / OSD / widgets split.
37 lines
351 B
Text
37 lines
351 B
Text
# Build artifacts
|
|
/target/
|
|
|
|
# Editor files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS artifacts
|
|
.DS_Store
|
|
Thumbs.db
|
|
desktop.ini
|
|
|
|
# Environment / secrets
|
|
.env
|
|
.env.*
|
|
*.env
|
|
*.pem
|
|
*.key
|
|
*.p12
|
|
secrets/
|
|
|
|
# Log files
|
|
*.log
|
|
logs/
|
|
|
|
# Runtime files
|
|
*.sock
|
|
*.pid
|
|
|
|
# Claude Code session data
|
|
.claude/
|
|
|
|
# Internal design documents (not for distribution)
|
|
aster-brief.md
|