README
GitHub 首頁封面,說明雙軌產品、shared core、CLI 與 Windows desktop。The GitHub landing page describing the dual-track product, shared core, CLI, and Windows desktop app.
知識庫Knowledge Base
這一頁整理 `v1.7` 的 shared-core 文件與對外展示入口。它不只是文件清單,而是讓訪客能快速理解:哪些檔案定義 workflow,哪些檔案定義 config,哪些檔案屬於 Windows desktop 交付。
This page gathers the shared-core documents and public surfaces behind `v1.7`. It helps visitors see which files define workflows, which files define configuration, and which files belong to the Windows desktop delivery.
GitHub 首頁封面,說明雙軌產品、shared core、CLI 與 Windows desktop。The GitHub landing page describing the dual-track product, shared core, CLI, and Windows desktop app.
定義 skill 的實際操作方式與 shared-core 原則。Defines how the skill should operate and the shared-core rule.
公開說明桌面版頁籤、打包策略與 shared-core 關係。Explains the desktop tabs, packaging posture, and the relationship to the shared core.
展示單股委員會如何輸出正式決策文件。Shows how the single-stock committee produces a formal decision packet.
| 資源Resource | 角色Role |
|---|---|
| workflows.py | 四條 shared workflow 入口。The four shared workflow entry points. |
| single_stock_committee.py | 單股委員會 engine。The executable single-stock committee engine. |
| output_store.py | latest 與 archive output 管理。Manages latest outputs and archive history. |
| Daily market brief framework v1.7 | 定義 08:30 報告的來源、10 大訊息與容錯規則。Defines the 08:30 report sources, ten-message mix, and fallback logic. |
| Taiwan indicator framework v1.7 | 定義六層訊號引擎與三種 style。Defines the six signal engines and three trading styles. |
| Windows desktop framework v1.7 | 定義桌面版角色、頁籤與打包策略。Defines the desktop role, tabs, and packaging posture. |
| settings.yaml | 唯一版本號來源與交付模式設定。The single version source and delivery-mode configuration. |
| style_weights.yaml | 交易風格權重切換。The style-weight switching rules. |
| apps/windows/main.py | PySide6 桌面版主入口。The PySide6 desktop entry point. |
| build_windows_app.py | Windows 打包腳本。The Windows packaging script. |