feat: add verification evidence presets

This commit is contained in:
ejclaw
2026-05-26 02:04:04 +09:00
parent 48ee682b3e
commit c4c590ec9b
14 changed files with 1435 additions and 75 deletions

View File

@@ -320,6 +320,16 @@ async function handleHostEvidenceRequest(
action: data.action,
tailLines:
typeof data.tail_lines === 'number' ? data.tail_lines : undefined,
taskId: typeof data.task_id === 'string' ? data.task_id : undefined,
minutes: typeof data.minutes === 'number' ? data.minutes : undefined,
limit: typeof data.limit === 'number' ? data.limit : undefined,
repo: typeof data.repo === 'string' ? data.repo : undefined,
prNumber: typeof data.pr_number === 'number' ? data.pr_number : undefined,
runId: typeof data.run_id === 'number' ? data.run_id : undefined,
artifactKind:
typeof data.artifact_kind === 'string' ? data.artifact_kind : undefined,
sourceGroup,
isMain,
});
writeHostEvidenceResponse(sourceGroup, {