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.
This commit is contained in:
2026-03-14 05:36:51 +00:00
parent 9148ebaad5
commit 1f4e7bea6b
5 changed files with 110 additions and 0 deletions
@@ -0,0 +1 @@
# Framework commands
@@ -0,0 +1 @@
# Generate command
+1
View File
@@ -0,0 +1 @@
# Serve command