Drop PDFs into inbox/. Run process. They land in library/ classified, renamed, and with a
Markdown transcript alongside each one.
npm run setup # install deps + configure git hooks
npm run check # format • lint • typecheck • testCopy .env.example → .env and fill in ANTHROPIC_API_KEY before running process.
npm run dev -- process # process all PDFs in inbox/
npm run dev -- process --dry-run # preview without moving files
npm run dev -- list # list all documents in library/