Skip to content

v1.1.10 — ImportCompletenessCheck target_files 修复 + 工作流集成

Choose a tag to compare

@wang-jie-git wang-jie-git released this 14 Jul 07:32

🐛 Bug 修复

  • ImportCompletenessCheck 不再无视 target_files 配置。增量模式只扫指定文件,避免 84,723 个 .venv.prod/*.py 全量扫描挂死。

🔒 安全增强

  • moat check --scan-ai: 扫描 AI 工具配置目录(~/.claude/ ~/.codex/ ~/.grok/
  • moat audit --permissions: 权限审计 + 瘦身建议
  • SSH 密钥认证部署,替换 sshpass 明文密码

✨ 新功能

  • moat ci: 自动生成 GitHub Action / GitLab CI workflow
  • moat report --format pdf: 合规 PDF 报告
  • moat notify --webhook: Slack/飞书/Discord 通知推送

📝 文档

  • SECURITY.md(Zero-Telemetry + Transparent Audit)
  • README Security Manifesto + --scan-ai + --permissions