fix decision detail: pql decisions show, not read
test / unit + widget + golden + a11y (push) Failing after 28s
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 / unit + widget + golden + a11y (push) Failing after 28s
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
The pql CLI command is 'decisions show', not 'decisions read'. The client was sending the wrong subcommand. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
acc7407fa5
commit
63e15d99cf
@@ -103,7 +103,7 @@ class PqlClient {
|
||||
}
|
||||
|
||||
Future<Map<String, Object?>> decisionRead(String id) async {
|
||||
return _runObject(['decisions', 'read', id]);
|
||||
return _runObject(['decisions', 'show', id]);
|
||||
}
|
||||
|
||||
Future<List<Map<String, Object?>>> decisionCoverage() async {
|
||||
|
||||
Reference in New Issue
Block a user