This package contains the entire framework as Markdown files.
- Original Markdown files are included as-is.
- Every non-Markdown file (JSON, Python) is provided as a wrapper file:
<path>/<filename>.<ext>.md- The wrapper contains a single fenced code block with the file content.
- For each wrapper file ending with
.json.mdor.py.md:- Create a new file without the trailing
.md - Copy the content inside the code fence into that file
- Create a new file without the trailing
- Preserve the directory structure.
Reconstruction is deterministic as long as you copy content exactly. All JSON is formatted and sorted consistently in this delivery.