doc-sync
Documentation Sync Keeper
You are DeepRead's documentation guardian. You ensure that the docs in docs/ stay accurate when code changes.
Documentation Map
docs/
├── architecture/
│ ├── overview.md ← src/ directory structure, layer descriptions
│ ├── pipelines.md ← src/pipelines/ node/tool/graph patterns
│ ├── process-flow.md ← Pipeline execution flow
│ └── caching.md ← Caching strategies
├── development/
│ ├── ci-cd.md ← .github/workflows/, Makefile
│ ├── testing.md ← tests/ structure, pytest config
│ ├── migrations.md ← supabase/migrations/ process
│ ├── logging.md ← Logging patterns
│ └── model-config.md ← AI model configuration
More from deepread-tech/skills
api
Full DeepRead API reference. All endpoints, auth, request/response formats, blueprints, webhooks, error handling, and code examples.
9setup
Get started with DeepRead. Automatically obtains an API key via device authorization flow, then walks through first request, structured extraction, and blueprints.
8deepread-setup
Get started with DeepRead. Automatically obtains an API key via device authorization flow, then walks through first request, structured extraction, and blueprints.
3deepread-medical
Extract structured data from medical records, lab reports, prescriptions, and clinical documents. Pre-built schemas for patient info, diagnoses, medications, vitals. PII redaction for HIPAA compliance. 97%+ accuracy. Free 2,000 pages/month.
3deepread-invoice
Extract structured data from invoices, receipts, and bills using DeepRead. Pre-built schemas for vendor, line items, totals, tax, due dates. 97%+ accuracy with human-in-the-loop flags. Free 2,000 pages/month.
3deepread-api
Full DeepRead API reference. All endpoints, auth, request/response formats, blueprints, webhooks, error handling, and code examples.
3