init: company-haness 설계
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"$id": "completion.schema.json",
|
||||
"title": "completion report — delta over report.schema.json",
|
||||
"description": "완료 산출물. 실물 산출물(primary-artifacts, report와 분리·실존)과 수행한 검증(verification-performed)을 명시한다. output-artifacts는 사람이 읽는 요약 목록.",
|
||||
"type": "object",
|
||||
"required": ["primary-artifacts", "verification-performed"],
|
||||
"properties": {
|
||||
"primary-artifacts": {"type": "array"},
|
||||
"output-artifacts": {"type": "array"},
|
||||
"verification-performed": {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user