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": "blocked.schema.json",
"title": "blocked report — delta over report.schema.json",
"description": "블로커 산출물. 무엇이 막았는지 blocker를 명시한다(사람 게이트/외부 의존 등).",
"type": "object",
"required": ["blocker", "resume-condition"],
"properties": {
"blocker": {},
"resume-condition": {}
}
}