feat: 安徽运八需求全流水线输出同步 + 知识库/agents/资源文件更新

This commit is contained in:
xst
2026-07-14 15:50:17 +08:00
parent e34a3c64ce
commit 2bc036c867
79 changed files with 15673 additions and 2722 deletions
+2
View File
@@ -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