ceddcozum 0.2.2 → 0.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +2 -2
  2. package/dist/index.js +4093 -1337
  3. package/package.json +3 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # ceddcozum / childmetrics
2
2
 
3
- Pediatric clinical calculators from the terminal. 32 tools for growth, neonatal, bone mineral, diabetes, puberty, organ size, blood pressure, and more.
3
+ Pediatric clinical calculators from the terminal. 33 tools for growth, neonatal, bone mineral, diabetes, puberty, organ size, blood pressure, and more.
4
4
 
5
5
  All calculations run locally — no API keys, no network requests, no patient data transmitted.
6
6
 
@@ -45,7 +45,7 @@ ceddcozum --schemas
45
45
 
46
46
  | Command | Description |
47
47
  |---------|-------------|
48
- | `ceddcozum --list` | List all 32 available tools |
48
+ | `ceddcozum --list` | List all 33 available tools |
49
49
  | `ceddcozum <tool> key=value ...` | Run a calculator |
50
50
  | `ceddcozum <tool> --args '{...}'` | Run with JSON args |
51
51
  | `ceddcozum <tool> --schema` | Show tool schema (OpenAI format) |