feat: 安徽运八需求全流水线输出同步 + 知识库/agents/资源文件更新
This commit is contained in:
@@ -475,6 +475,8 @@ def iter_requirement_documents() -> list[Path]:
|
||||
continue
|
||||
if item.stat().st_size == 0:
|
||||
continue
|
||||
if item.name.startswith("~$"): # 跳过 Office 临时锁定文件
|
||||
continue
|
||||
result.append(item)
|
||||
return result
|
||||
|
||||
|
||||
Reference in New Issue
Block a user