add files

This commit is contained in:
김경종
2026-04-30 17:05:19 +09:00
parent f3e01b5a8c
commit 7e985ae94a
135 changed files with 41205 additions and 0 deletions
@@ -0,0 +1,30 @@
{
"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."
}
]
}