log_module
Record a module modification with change description, files, and decisions. Use after modifying code to log the update for the module.
Instructions
【模块记录】按模块记录一次修改(目录式)。修改功能前先 read_module,修改后调用此工具。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| moduleName | Yes | 模块名称(如 auth、rag-upload、frontend) | |
| change | Yes | 变更内容描述 | |
| files | No | 涉及的文件列表 | |
| decisions | No | 本次决策 |