- 新增 PROJECT_OUTPUT (项目根/output/),统一所有输出文件 - IR 中间产物 → output/ir/,最终交付物 → output/final/ - agent_poller.py 新增 pr-status/merge-pr/close-issue/lifecycle 命令 - DEV_AGENT.md 同步更新完整闭环流程 - 更新 conftest/test_sample 中的默认路径 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -83,7 +83,7 @@ def test_sample_ir_json_is_valid():
|
||||
"""The sample IR JSON file should be valid JSON."""
|
||||
sample_path = os.path.join(
|
||||
os.path.dirname(os.path.dirname(__file__)),
|
||||
"skills", "ir_generation_skill",
|
||||
"output",
|
||||
"车机娱乐系统禁止功能文档_精简_updated.json"
|
||||
)
|
||||
if os.path.exists(sample_path):
|
||||
|
||||
Reference in New Issue
Block a user