llmcodegen/issues/feature.issue

10 lines
478 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 需求工单示例
name: 添加日志记录功能
description: 为所有核心函数增加日志输出,记录调用参数和执行时间。
affected_files: # 可能影响到的文件(可选,留空则让 LLM 自动分析)
- src/llm_codegen/core.py
- src/llm_codegen/utils.py
acceptance_criteria: # 验收条件(列表)
- 每个公共函数应记录开始和结束日志
- 日志级别为 INFO包含函数名和参数
- 使用 loguru 记录