This directory contains source-map and documentation files for the Pozsar corpus pipeline.
This repository does not redistribute Pozsar PDFs. PDF files are ignored by git and excluded from release archives. Rebuild them locally from the public source links recorded in SOURCE_MAP.md:
cargo run -p corpus-cli -- download-sources --docs docs --source-map docs/SOURCE_MAP.md
cargo run -p corpus-cli -- verify-sources --docs docs --bibliography Zoltan-Pozsar-Bibliography.html --source-map docs/SOURCE_MAP.mdSee SOURCE_MAP.md for the public source URL and SHA-256 hash of each PDF.
docs/
Bretton-Woods-III-Zoltan-Pozsar.pdf
The_Safe_Asset_Glut.pdf
...
Rebuild generated artifacts after changing the PDF set:
cargo run -p corpus-cli -- build --docs docs --out data/knowledge
cargo run -p corpus-cli -- inspect --out data/knowledgeDownloaded PDFs and generated artifacts under data/knowledge/ are reproducible and ignored by git.