refactor: 분리되어 관리하고 있던 문서 시스템을 하나로 통일

This commit is contained in:
DongHyeonka
2026-09-04 18:56:01 +09:00
parent 4b9e7148b5
commit 43bccd08a8
121 changed files with 2861 additions and 534 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"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>"
}