add claude spec generation

This commit is contained in:
Auto
2025-12-30 14:35:51 +02:00
parent 38b1c03c23
commit 5ffb6a4c5e
13 changed files with 2051 additions and 68 deletions

View File

@@ -8,5 +8,6 @@ FastAPI routers for different API endpoints.
from .projects import router as projects_router
from .features import router as features_router
from .agent import router as agent_router
from .spec_creation import router as spec_creation_router
__all__ = ["projects_router", "features_router", "agent_router"]
__all__ = ["projects_router", "features_router", "agent_router", "spec_creation_router"]