@erosolaraijs/cure 2.7.0 → 3.0.0

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 (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -42,7 +42,7 @@ $ cure
42
42
  ...
43
43
 
44
44
  cure> /help # Show all commands
45
- cure> /tools # List all 116 health tools
45
+ cure> /tools # List all 216 health tools
46
46
  cure> /tool preventive-screening # Run preventive screening
47
47
  cure> /cure Lung IV EGFR # Generate cure protocol
48
48
  cure> What treatments are available for KRAS G12C lung cancer?
@@ -50,7 +50,7 @@ cure> What treatments are available for KRAS G12C lung cancer?
50
50
 
51
51
  ## Features
52
52
 
53
- ### 116 Health & Wellness Tools
53
+ ### 216 Health & Wellness Tools
54
54
 
55
55
  Run `/tools` to see all available tools, or `/tool <id>` to run a specific tool.
56
56
 
@@ -253,7 +253,7 @@ cure> /ehr connect cerner
253
253
  | Command | Description |
254
254
  |---------|-------------|
255
255
  | `/help` | Show all commands |
256
- | `/tools` | List all 116 health tools |
256
+ | `/tools` | List all 216 health tools |
257
257
  | `/tool <id>` | Run a specific tool |
258
258
  | `/tool all` | Run all tools |
259
259
  | `/selftest` | Run self-tests |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erosolaraijs/cure",
3
- "version": "2.7.0",
3
+ "version": "3.0.0",
4
4
  "description": "AI-powered unified cancer treatment framework with multi-provider support for medical research and patient care",
5
5
  "main": "dist/bin/cure.js",
6
6
  "type": "module",