fix(commands): audit explicit task records · openclaw/openclaw@70defcc
vincentkoc
·
2026-05-07
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -221,7 +221,7 @@ function toSystemAuditFindings(params: {
|
221 | 221 | severityFilter?: TaskSystemAuditSeverity; |
222 | 222 | codeFilter?: TaskSystemAuditCode; |
223 | 223 | }) { |
224 | | -const taskFindings = listTaskAuditFindings(); |
| 224 | +const taskFindings = listTaskAuditFindings({ tasks: reconcileInspectableTasks() }); |
225 | 225 | const flowFindings = listTaskFlowAuditFindings(); |
226 | 226 | const allFindings: TaskSystemAuditFinding[] = [ |
227 | 227 | ...taskFindings.map((finding) => ({ |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。