bread/breadd/src/core
Breadway d3517d1433 Allow well-formed bread.command events on the emit bus
Docs already said any module or app could publish bread.command.<app>.<verb>,
but command is reserved so both unsourced bread-emit and sourced App emit
rejected the whole namespace. Keep command unclaimable as an app id; accept
bread.command.<known-app>.<verb> (and let an app command another known app).
Also ship bread-emit and bread-module-host, and give udev enumerate the same
classification fields as a live add so boot-time devices are not all unknown.
2026-08-15 21:41:40 +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 Allow well-formed bread.command events on the emit bus 2026-08-15 21:41:40 +08:00
rules.rs Add rules.toml: declarative event->action automation without Lua 2026-08-04 22:05:26 +08:00
state_engine.rs Merge feature/capability-manifest (Workstream D) 2026-08-04 22:40:49 +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