sciagent code + Gitea Actions CI/CD
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
"""Application layer — use cases that orchestrate domain objects via ports.
|
||||
|
||||
Depends on ``domain`` + ``shared_kernel`` only. Knows nothing about FastAPI,
|
||||
SQLAlchemy, JWT, or argon2 — those arrive as ``ports`` (Protocols) injected by the
|
||||
composition root. A use case is one business operation, testable with fakes.
|
||||
"""
|
||||
Reference in New Issue
Block a user