You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -128,6 +128,17 @@ npm run dev
128
128
129
129
Requires `.env` with Supabase and OpenMail credentials pointing to the cloud instance — see `.env.example`.
130
130
131
+
## Verification
132
+
133
+
```bash
134
+
npm run lint
135
+
npm run typecheck
136
+
npm run build
137
+
npm test
138
+
```
139
+
140
+
GitHub Actions runs the same checks on every push and pull request.
141
+
131
142
## Limitations
132
143
133
144
Hackathon prototype. Supports clinical decision-making — does not replace clinical judgement. AI verification layer and regulatory compliance work are in active development.
0 commit comments