Commit d0dfce2
committed
refactor(web_chat): name the surface subscribers after their new module (#5002)
The four EventHandler::name() returns still read `channels::web::*`, naming a
module that no longer exists after the relocation. AGENTS.md's convention is
`<domain>::<purpose>`, and sibling subscribers follow it (`cron::delivery`,
`memory::conversations::persistence`).
Log-output only: `name()` is consumed at src/core/event_bus/bus.rs:145,169 and
both uses are tracing fields. Dispatch filters on `domains()`, not `name()`.
Verified nothing keys on the old strings — no classifier, filter, or frontend
reference.1 parent 92041df commit d0dfce2
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
181 | | - | |
| 181 | + | |
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
| |||
326 | 326 | | |
327 | 327 | | |
328 | 328 | | |
329 | | - | |
| 329 | + | |
330 | 330 | | |
331 | 331 | | |
332 | 332 | | |
| |||
411 | 411 | | |
412 | 412 | | |
413 | 413 | | |
414 | | - | |
| 414 | + | |
415 | 415 | | |
416 | 416 | | |
417 | 417 | | |
| |||
0 commit comments