Files
awoooi/apps/api
OG T c9efaa3740
Some checks failed
CD Pipeline / build-and-deploy (push) Has been cancelled
fix(playbook-seed): 修正 get_db_context import 路徑(db.session → db.base)
seed 啟動時靜默失敗的根因:
  from src.db.session import get_db_context  ← 模組不存在
  from src.db.base import get_db_context     ← 正確路徑

此 bug 導致 yaml_rule playbooks 完全無法建立。

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-15 23:49:56 +08:00
..