bread/breadd
Breadway 7286b49457
Some checks failed
check / check (push) Failing after 3m23s
test: stop emitting reserved bread.reload.* from the reload-storm test
`daemon_survives_repeated_reloads_and_pipeline_resumes` manually emitted
`bread.reload.before` / `.after`. Since "Allow well-formed bread.command
events on the emit bus" tightened the normalizer, a manual emit of an
adapter-owned domain (`reload`) is rejected, so this test — and every
push to main since — failed at the test step, blocking the dev-track
publish.

The event names are incidental here; the test only checks that events
flow through the pipeline before and after a reload storm. Renamed to
`bread.reloadtest.*` (a non-reserved domain).
2026-08-31 19:55:31 +08:00
..
src Fix clippy warnings across workspace 2026-08-23 14:57:43 +08:00
tests test: stop emitting reserved bread.reload.* from the reload-storm test 2026-08-31 19:55:31 +08:00
Cargo.toml Bump workspace crate versions to 0.8.0 ahead of v0.8.0-rc.1 2026-08-05 08:40:03 +08:00