Commit Graph

12 Commits

Author SHA1 Message Date
ee0bacafc2 [REFACTOR] 修正技能觸發規範文件檔名與內容
All checks were successful
ERP-Deploy-Demo / deploy-demo (push) Successful in 1m20s
2026-03-06 10:48:01 +08:00
93390aad80 docs: 調整技能觸發規範格式 2026-03-06 10:44:39 +08:00
6b6e840f35 docs: 整合與優化 Agent Skills 規範及新增技能觸發準則 2026-03-06 10:43:23 +08:00
e4c83ebd6d [DOCS] 優化 now-push 工作流:新增 main 分支從 demo 分支合併之規範提醒
All checks were successful
ERP-Deploy-Demo / deploy-demo (push) Successful in 58s
ERP-Deploy-Production / deploy-production (push) Successful in 57s
2026-03-05 16:59:46 +08:00
d9edc603c7 [FEAT] 新增專案專屬的 now-push 工作流
All checks were successful
ERP-Deploy-Demo / deploy-demo (push) Successful in 1m1s
2026-03-05 16:51:18 +08:00
7c395c89b5 [STYLE] 修正 git 工作流文件命名規範
All checks were successful
ERP-Deploy-Demo / deploy-demo (push) Successful in 1m3s
2026-03-05 11:22:32 +08:00
ed264b031a [DOCS] 優化 Git 規範:明確 dev->demo->main 鏈路與發布時段限制
All checks were successful
ERP-Deploy-Demo / deploy-demo (push) Successful in 1m21s
ERP-Deploy-Production / deploy-production (push) Successful in 1m11s
2026-03-05 09:02:46 +08:00
b498fe93ff [DOCS] 更新 Git 規範:加入新功能合併至 main 的時段限制 2026-03-05 08:51:43 +08:00
6b324b4bd0 [DOCS] 將 Git 規範整合至開發 Rules 並移除重複文件 2026-03-05 08:49:05 +08:00
183583c739 feat: API調整訂單與販賣機訂單同步強制使用warehouse_code,更新API對接文件,及優化生產與配方模組UI顯示
All checks were successful
ERP-Deploy-Demo / deploy-demo (push) Successful in 55s
2026-03-03 14:28:15 +08:00
f960aaaeb2 feat(Inventory): 實作批號溯源完整功能與 UI 呈現,包含文字敘述卡片與更完整的關聯屬性 2026-02-26 10:39:24 +08:00
deef3baacc refactor: 重構模組通訊與調整儀表板功能
All checks were successful
ERP-Deploy-Demo / deploy-demo (push) Successful in 57s
- 依循跨模組通訊規範,將 Sales 與 Production 模組中對 Inventory 的直接模型關聯改為透過 InventoryServiceInterface 取得
- 於 InventoryService 實作獲取最高庫存價值、即將過期商品等方法,供儀表板使用
- 確保所有跨模組調用皆採用手動水和(Manual Hydration)方式組合資料
- 移除本地已歸檔的 .agent 規範檔案
2026-02-25 11:48:52 +08:00