chore: 一致性门禁收尾(plan 计数、尾换行、消息与注释润色)

This commit is contained in:
lhl
2026-08-09 17:11:38 +08:00
parent f6172903b8
commit 464423b7ef
3 changed files with 5 additions and 3 deletions
@@ -28,7 +28,7 @@
- Modify: `_AI_USAGE_LOG.md`(追加一行)
**Interfaces:**
- Consumes: `src/genesis/inference/exceptions.py``LLMError.error_code` 类属性(基类 `None`;四子类 `LLM_TIMEOUT`/`LLM_NETWORK_ERROR`/`LLM_NOT_CONFIGURED`/`LLM_PARSE_ERROR`);`docs/api-design.md` §7 表格(L311-314 行 LLM 行,行格式 `| \`CODE\` | 含义 | ... | exceptions.Xxx |`
- Consumes: `src/genesis/inference/exceptions.py``LLMError.error_code` 类属性(基类 `None`;四子类 `LLM_TIMEOUT`/`LLM_NETWORK_ERROR`/`LLM_NOT_CONFIGURED`/`LLM_PARSE_ERROR`);`docs/api-design.md` §7 表格(L311-314 行 LLM 行,行格式 `| \`CODE\` | 含义 | ... | exceptions.Xxx |`
- Produces: 无(测试文件独立,无下游依赖)
- [ ] **Step 1: 写失败测试**