Files
opus-orchestrator-ai/opus_orchestrator/cli/commands/generate.py
T
mrhavens 1f4e7bea6b fix(validation): Add Pydantic request validation
- Created schemas/requests.py with validated models:
  - GenerateRequest
  - IngestRequest
  - ConfigRequest
- Validates: concept length, repo format, numeric ranges
- Prevents invalid input from reaching handlers

This addresses input validation concern.
2026-03-14 05:36:51 +00:00

2 lines
19 B
Python