drop dead pql.decisions.coverage IPC command

The 'pql decisions coverage' subcommand was removed in pql 1.4.x — the
replacement is the 'coverage_gaps' field on 'pql plan status'. No
production callers used this IPC surface; only the unit test referenced
it.

Removes the IPC registration, the PqlClient helper, and the matching
test case. Net negative LOC.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-11 17:03:40 +02:00
co-authored by Claude Opus 4.7
parent d2e65d8821
commit eb32422e05
3 changed files with 0 additions and 20 deletions
-7
View File
@@ -95,13 +95,6 @@ void main() {
expect(r.error!.kind, 'user_error');
});
test('pql.decisions.coverage returns gaps', () async {
await call('pql.decisions.sync');
final r = await call('pql.decisions.coverage');
expect(r.ok, isTrue);
expect(r.data.containsKey('gaps'), isTrue);
});
test('pql.tickets.board returns columns', () async {
final r = await call('pql.tickets.board');
expect(r.ok, isTrue);