Public handling: selected full-text prompt with secret filtering.
Prompt Text
Read the docs folder first.Task:Implement the initial workflows:- DocumentUnderstandingWorkflow- GlucoseReviewWorkflow- DoctorSummaryWorkflow- SafetyReviewWorkflowScope:- packages/ai- packages/core- packages/dbRules:- All outputs must be structured JSON.- All outputs must be validated by Zod.- All outputs must be persisted.- SafetyReview must run before showing insights or summaries.- No diagnosis, prescription, medication-change, or insulin-dosing advice.Validation:End-to-end mock run:HealthDocument → DocumentUnderstanding → GlucoseReview → SafetyReview → Insight → DoctorSummary.
Reuse Notes
EXTRACTED: This is a selected Codex prompt or automation prompt from the local Codex corpus.
INFERRED: Future agents can reuse its structure, constraints, and acceptance criteria when creating similar Codex workflows.