This directory is the publication source for ActiveBlockference. It follows the ordered manuscript convention used by the Institute template code project:
00_...mdthrough09_...mdcontain the narrative in compilation order.99_references.mdis deliberately last so the references heading remains contiguous with the bibliography in rendered formats.config.yamlrecords paper metadata and the reproducible experiment used by the figures.references.bibis the complete citation database.preamble.mddocuments renderer expectations and the PDF command.figures/contains the publication figures generated byscripts/build_manuscript.py.
From the repository root:
uv run python scripts/validate_manuscript.py
uv run python scripts/build_manuscript.py
uv run python scripts/build_manuscript.py --checkThe builder numbers equations, definitions, propositions, algorithms,
figures, tables, and sections from their source order. Cross-references use
the labels in SYNTAX.md, and citations use keys from references.bib.
The composed Markdown and optional PDF live under docs/_build/, which is
reproducible and excluded from version control. Change the ordered source,
then rerun the builder and validation commands.