Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 739 Bytes

File metadata and controls

19 lines (15 loc) · 739 Bytes

HOW_TO_RECONSTRUCT.md

This package contains the entire framework as Markdown files.

What you have

  • 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.

How to reconstruct the runnable repository

  1. For each wrapper file ending with .json.md or .py.md:
    • Create a new file without the trailing .md
    • Copy the content inside the code fence into that file
  2. Preserve the directory structure.

Determinism note

Reconstruction is deterministic as long as you copy content exactly. All JSON is formatted and sorted consistently in this delivery.