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
+12
View File
@@ -0,0 +1,12 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "work.schema.json",
"title": "work report — delta over report.schema.json",
"description": "작업 산출물. 무엇을 했는지 work-summary를 명시한다.",
"type": "object",
"required": ["work-summary"],
"properties": {
"work-summary": {"type": "string"},
"next-actions": {"type": "array"}
}
}