bread/breadd/src/core
Breadway 72afe790fd
Some checks failed
dev release / build (push) Failing after 7s
Fix clippy warnings across workspace
- io.rs: factor the pending-RPC-replies map into a PendingReplies
  type alias (type_complexity)
- lua_env.rs: drop a redundant i64->i64 cast and an unneeded borrow
  before create_string (unnecessary_cast, needless_borrows_for_generic_args)
- state_engine.rs: iterate watches.values() instead of discarding the
  key from watches.iter() (for_kv_map)
- module_host_sandbox.rs: collapse nested if into a single condition
  (collapsible_if)

(cherry picked from commit 49063cb98ddfeae35d842a6cf439123cfda763d9)
2026-08-23 14:57:43 +08:00
..
config.rs Merge feature/rules-toml (Workstream E) 2026-08-04 22:38:05 +08:00
mod.rs Add rules.toml: declarative event->action automation without Lua 2026-08-04 22:05:26 +08:00
normalizer.rs State engine applies bread.hyprland.* and snapshots compositor topology 2026-08-15 22:03:30 +08:00
rules.rs Add rules.toml: declarative event->action automation without Lua 2026-08-04 22:05:26 +08:00
state_engine.rs Fix clippy warnings across workspace 2026-08-23 14:57:43 +08:00
subscriptions.rs Fix audit findings: path traversal, exec shell, glob dup, dead bread-sync, version drift 2026-07-17 03:20:14 +08:00
supervisor.rs Final Release of Version 1.0 2026-05-13 22:01:42 +08:00
types.rs Add capability-scoped module API (Workstream D) 2026-08-04 22:24:16 +08:00