test / unit + widget + golden + a11y (push) Failing after 29s
test / integration_test (xvfb) (push) Has been skipped
test / bundle smoke (xvfb 5s) (push) Has been skipped
test / daemon subprocess + web WASM smoke (push) Has been skipped
test / dart doc (lib API) (push) Failing after 1m2s
Two fault-injection test files driving every pql.* and git.* daemon handler with a Client whose toolchain points at a non-existent binary. Each underlying Process.run throws ProcessException → wrapped as PqlException / GitException → the handler's catch branch fires and surfaces a toolError IpcResponse. - pql_commands_errors_test (18 cases): every pql.* command lands in the catch + _pqlError helper. - git_commands_errors_test (14 cases): every git.* command lands in the catch + _gitError helper. Skipped: stage-hunk + unstage-hunk which go through GitClient._applyPatch (uses Process.start, throws ProcessException directly without rewrapping in GitException). Coverage: src/daemon/pql_commands.dart 105/149 -> 148/149 (99%); src/daemon/git_commands.dart 122/146 -> 142/146 (97%). Total coverage 91.59% -> 92.33%; floor bumped to 92. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>