Use when generating PDFs, typesetting compliance documents, rendering markdown to PDF, creating client agreements, producing Form ADV brochures, or any request involving PDF export from the repo. Triggers on "generate PDF", "typeset", "render to PDF", "export PDF", "create PDF", "print-ready".
Generate branded ECIC PDFs from markdown or Typst source using the report_writer/ toolkit.
cd /Users/srvo/dev/monocloud/report_writer
# Markdown → PDF (most common)
uv run python cli.py from-md INPUT.md -o OUTPUT.pdf
uv run python cli.py from-md INPUT.md --template agreement -o OUTPUT.pdf
# Typst → PDF (direct, for custom layouts)
uv run python cli.py compile INPUT.typ -o OUTPUT.pdf
| Template | Flag | Use For |
|---|---|---|
compliance (default) | --template compliance | Form ADV, Code of Ethics, annual reviews, policies, regulatory filings |
agreement | --template agreement | Client agreements, engagement letters, any doc needing signatures |
Add YAML frontmatter to control the cover page and template:
---