Backlog item §B · B2 — mirrored from docs/roadmap/improvements-backlog.md.
What the audit found
Replace message.contains("ELEMENT_NOT_FOUND")
string matching (both hosts; Host/AgentBridge.swift:416-418) with an error
enum carrying the protocol code.
Milestone: Phase 2 — One host, written once
Before changing behaviour here, read docs/roadmap/what-is-excellent.md — the contracts listed there must survive the fix — and AGENTS.md for build, test, and review conventions.
Definition of done: the change ships with the test named above (or an equivalent), CI is green, and the corresponding line in the backlog file is checked off in the same PR.
What the audit found
Replace
message.contains("ELEMENT_NOT_FOUND")string matching (both hosts;
Host/AgentBridge.swift:416-418) with an errorenum carrying the protocol code.
Milestone: Phase 2 — One host, written once
Before changing behaviour here, read
docs/roadmap/what-is-excellent.md— the contracts listed there must survive the fix — andAGENTS.mdfor build, test, and review conventions.Definition of done: the change ships with the test named above (or an equivalent), CI is green, and the corresponding line in the backlog file is checked off in the same PR.