Files
PDFToMD/phases/1-core-runtime-contracts/index.json
T
김경종 7e985ae94a add files
2026-04-30 17:05:19 +09:00

31 lines
971 B
JSON

{
"project": "PDFtoMD",
"phase": "1-core-runtime-contracts",
"steps": [
{
"step": 0,
"name": "input-normalization-slug",
"status": "completed",
"summary": "Added deterministic PDF path normalization, document identity creation, anchors, and output bundle path contracts."
},
{
"step": 1,
"name": "conversion-options-config",
"status": "completed",
"summary": "Added typed conversion options with runtime mode and formula parser defaults matching project policy."
},
{
"step": 2,
"name": "output-bundle-contract",
"status": "completed",
"summary": "Added deterministic output bundle paths and separated runtime artifact paths from document output."
},
{
"step": 3,
"name": "runtime-cache-policy",
"status": "completed",
"summary": "Added model cache and runtime artifact path policies with explicit offline environment mappings."
}
]
}