Public handling: selected full-text prompt with secret filtering.
Prompt Text
Read the docs folder first.Task:Implement the AI workflow layer.Scope:- packages/ai- LLMProvider interface- MockLLMProvider- WorkflowRunner- AgentRunService- SourceReference service- Zod schemas- SafetyGuard interfaceNon-goals:- Do not connect real OpenAI yet.- Do not build chat UI.- Do not put model calls inside UI or API routes.Validation:A mock workflow run creates AgentRun, validates structured output, creates SourceReference, and stores safety status.
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.