0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
0
  1. ai-dev-workflow
  2. /
  3. gitcode-pipeline-analyzer
Aaflyingtofix(pipeline-analyzer): adapt script for Windows platform compatibility
043e56b2创建于 8 天前历史提交
文件最后提交记录最后更新时间
scripts
fix(pipeline-analyzer): adapt script for Windows platform compatibility - Add encoding='utf-8' and errors='replace' to subprocess.run calls to prevent GBK decoding errors on Chinese Windows - Add None guard in split_comment_blocks() to avoid AttributeError when gitcode CLI returns empty output - Switch run_gitcode_pr_list() to use --json flag with JSON parsing and fallback to regex for robustness - Reconfigure sys.stdout/stderr to UTF-8 in main() to prevent UnicodeEncodeError when printing emoji status markers Co-authored-by: Trae <noreply@trae.ai> Generated-by: glm-5.1 8 天前
SKILL.md
feat: initialize generic AI dev workflow framework Adapt OpenLibing AI dev workflow to a generic, technology-agnostic framework: - Parameterized project names (no OpenLibing-specific references) - Slot-based quality gates (business repo fills in commands) - Generic specs repo structure (replaces openlibing-docs) - 11 gitcode skills + 14 superpowers skills - Universal initialization playbook (README.md) - Universal AGENTS.md + AI-DELIVERY-WORKFLOW.md Co-authored-by: Trae <noreply@trae.ai> Generated-by: claude-sonnet-4-6 9 天前