All checks were successful
check / check (push) Successful in 36s
The watch daemon publishes bread.crumbs.profile.changed and bread.crumbs.health.changed on real transitions (not every poll tick) and honors bread.command.crumbs.set_profile via the existing state::set_profile path. BreadClient is fail-silent: if breadd is down, breadcrumbs behaves exactly as before. Document the contract in EVENTS.md. CLAUDE.md now points at CONTRIBUTING (single-trunk, no three-branch model), bakery, and EVENTS.md.
39 lines
679 B
Text
39 lines
679 B
Text
# Build output
|
|
/target/
|
|
|
|
# Secrets: live config holds plaintext Wi-Fi passwords (until NetworkManager
|
|
# takes over each one on first connect — see README's "Credential handling").
|
|
# Keep local only; see breadcrumbs.example.toml / networks.example.toml for
|
|
# the schemas.
|
|
/breadcrumbs.toml
|
|
/networks.toml
|
|
|
|
# Legacy plaintext credential store (migrated into breadcrumbs.toml on first run)
|
|
/Networks/
|
|
|
|
# Local diagnostic scripts (user-specific, not part of the tool)
|
|
diag.sh
|
|
diag_*.sh
|
|
|
|
# Editor / IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS artifacts
|
|
.DS_Store
|
|
Thumbs.db
|
|
desktop.ini
|
|
|
|
# Environment files
|
|
.env
|
|
.env.local
|
|
*.env.*
|
|
|
|
# Log files
|
|
*.log
|
|
|
|
# Claude Code local state
|
|
.claude/
|