14 lines
448 B
JSON
14 lines
448 B
JSON
{
|
|
"id": "<evidence-id>",
|
|
"kind": "terminal|browser|query-plan|benchmark|other",
|
|
"sourceRevision": "<git revision or snapshot>",
|
|
"executedAt": "<ISO-8601>",
|
|
"command": "<command without secrets or null>",
|
|
"cwd": "<working directory or null>",
|
|
"exitCode": null,
|
|
"rawPath": "evidence/raw/<file>",
|
|
"presentationPath": "evidence/terminal|browser|svg/<file>",
|
|
"proves": "<bounded claim>",
|
|
"doesNotProve": "<important limitation>"
|
|
}
|