Skip to content

BabyPulmo/clinical-content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Baby Pulmo — Clinical Content (Private)

Canonical clinician-vetted content for Baby Pulmo runtime. Private — trade-secret protected.

Contents

File What it is
stock-bangla.json The 7 Romanized Bangla guidance scripts mapped to (coughClass:severity) tuples. Read at runtime via STOCK_BANGLA_JSON env var.
severity-rules.json The deterministic severity table mapping coughClass{mustEscalate, severity, action}. Read at runtime via SEVERITY_RULES_JSON env var.

How it's loaded

The public BabyPulmo/babypulmo repo no longer carries the literal values. At deploy time, the contents of these files are loaded into Vercel environment variables:

# Single-line JSON for env vars (no newlines)
export STOCK_BANGLA_JSON=$(jq -c . stock-bangla.json)
export SEVERITY_RULES_JSON=$(jq -c . severity-rules.json)

Then lib/tts.ts and lib/claude.ts JSON.parse them on cold start.

Update workflow

  1. Clinical Advisor (Dr. Al Muktafi Saadi, post-confirmation) reviews + edits.
  2. PR into this repo with the edit + reviewer signature in commit message.
  3. Update Vercel env var with new JSON.
  4. Re-deploy. No public-repo touch required.

License

Clinical content is owned by Baby Pulmo. Not licensed for redistribution.

About

Private clinician-vetted Bangla scripts + deterministic severity rules for Baby Pulmo runtime.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors