feat: add us-cpa pdf renderer

This commit is contained in:
Stefano Fiorini
2026-03-15 01:26:29 -05:00
parent c3c0d85908
commit decf3132d5
4 changed files with 158 additions and 0 deletions

View File

@@ -54,5 +54,6 @@ skills/us-cpa/scripts/us-cpa extract-docs --tax-year 2025 --case-dir ~/tax-cases
- `fetch-year` downloads the bootstrap IRS form/instruction corpus into `~/.cache/us-cpa` by default
- override the cache root with `US_CPA_CACHE_DIR` when you need an isolated run or fixture generation
- `extract-docs` creates or opens a case, registers documents, stores facts, and stops with a structured issue if facts conflict
- rendered form artifacts are currently generated by overlaying values onto the official IRS PDFs and are flagged for human review
For operator details, limitations, and the planned case structure, see `docs/us-cpa.md`.