init: document-haness 설계

This commit is contained in:
DongHyeonka
2026-07-23 17:52:22 +09:00
parent 993788c14e
commit d6f78f92a0
127 changed files with 20099 additions and 1 deletions
@@ -0,0 +1,62 @@
{
"schema_version": "1.0",
"name": "technical-doc-flow",
"agents": [
"doc-evidence-curator",
"doc-logic-architect",
"doc-drafter",
"doc-logic-reviewer",
"doc-reader-reviewer",
"doc-finalizer"
],
"artifacts": {
"always": [
"00_run.json",
"01_input.md",
"01_sources.json",
"02_reader_contract.json",
"04_logic_map.json",
"05_term_ledger.json"
],
"light": [
"07_draft.md",
"08_lint.json",
"final.md",
"09_final_report.json"
],
"standard": [
"03_evidence_map.json",
"07_draft.md",
"08_logic_review.json",
"08_reader_review.json",
"08_lint.json",
"final.md",
"09_final_report.json"
],
"deep": [
"03_evidence_map.json",
"07_draft.md",
"08_logic_review.json",
"08_reader_review.json",
"08_lint.json",
"final.md",
"09_final_report.json"
],
"review_mode": [
"07_draft.md",
"08_logic_review.json",
"08_reader_review.json",
"08_lint.json",
"09_final_report.json"
]
},
"supported_document_kinds": [
"explanation",
"decision",
"how-to",
"reference"
],
"supported_output_formats": [
"markdown"
]
}