init: company-haness 설계

This commit is contained in:
DongHyeonka
2026-07-23 17:49:00 +09:00
parent 57d1bab894
commit f668d6a158
962 changed files with 98989 additions and 1 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "decision.schema.json",
"title": "decision report — delta over report.schema.json",
"description": "의사결정 산출물. 권고안(recommendation)을 반드시 명시한다. 로더가 공통 스키마의 required/properties에 이 델타를 병합한다.",
"type": "object",
"required": ["recommendation"],
"properties": {
"recommendation": {"type": "string"},
"decision-question": {"type": "string"},
"options": {"type": "array"}
}
}