feat: bound and redact console operation evidence

This commit is contained in:
lda
2026-08-11 19:47:03 +07:00 Verified
parent 32c99cbeb0
commit 3231a1d943
17 changed files with 481 additions and 9 deletions
@@ -8,6 +8,7 @@ import {
const record = (response: unknown): EvidenceRecord => ({
id: "run-start",
target: "http://console.test/rpc",
operation: "workflow.runs.start",
label: "Start run",
equivalentCli: "uv run wf run start demo.default",