log_dialog
Record a dialog with title, request, code changes, decisions, and todos into a daily log chain for persistent project context.
Instructions
【记录日志】记录一次对话到传递链(daily + recent-5 + summary-10 + log-state.json)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | 对话简明标题 | |
| request | Yes | 清洗后的用户需求 | |
| changes | No | 代码变更文件列表 | |
| decisions | No | 本次技术决策 | |
| todos | No | 遗留待办项 |