Files
document-haness/skills/technical-doc-flow/config/runtime-contract.json
T

63 lines
1.2 KiB
JSON

{
"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"
]
}