feat(api): add Pydantic schemas

This commit is contained in:
bwstudio
2026-05-21 20:45:41 +08:00
parent 16baff934a
commit 29e06517cb
12 changed files with 120 additions and 1 deletions
+2 -1
View File
@@ -5,7 +5,8 @@
"Skill(writing-plans)",
"Skill(subagent-driven-development)",
"Bash(git add *)",
"Bash(git commit *)"
"Bash(git commit *)",
"Bash(python -c \"from app.models import Joke, JokeType, JokeCrowd, AdminUser; print\\('All models imported successfully'\\)\")"
]
}
}