feat: complete heaven readings and screener publication
This commit is contained in:
+6
-2
@@ -95,8 +95,12 @@ background scheduler
|
||||
six-line input validation and safety gates belong to `manual.py`; trend setup, market mode,
|
||||
source disclosure, and quality checks belong to `trend.py`; stock, index, and sector context
|
||||
collection belongs to `market_context.py`; personal fields, hexagrams, saved readings, and
|
||||
model interpretation belong to `readings.py`. These owners cooperate through the composed
|
||||
service object and do not duplicate or delegate method bodies through the facade.
|
||||
interpretation orchestration belong to `readings.py`; deterministic Jing Fang Na Jia, eight
|
||||
palaces, six relatives, self/response, six spirits, calendar relations, and hidden spirits
|
||||
belong to `six_yao.py`; source-traceable Wentian knowledge retrieval and the only LLM-bound
|
||||
context projection belong to `knowledge.py`; prompt construction and answer validation remain
|
||||
in `agent.py`. These owners cooperate through the composed service object and do not duplicate
|
||||
or delegate method bodies through the facade.
|
||||
- Application-facing system credentials, data/LLM status, and administrator settings belong
|
||||
to `backend/features/system/service.py`; account-context delegation belongs to
|
||||
`backend/features/accounts/application.py`. They are composed into `DashboardService` and
|
||||
|
||||
Reference in New Issue
Block a user