- chat.py 新增 _render_collaboration_contracts 和 _render_pm_collaboration_event - 4 种 PM 协同事件渲染: collaboration_contract_defined (cyan Panel) collaboration_notice (蓝→品红 文本) review_result (passed=green / failed=red Panel) risk_flagged (yellow Panel) - plan_update 中提取 collaboration_contracts 并渲染 - _print_help 更新项目经理模式说明 - 优雅降级:字段缺失回退到 ?,空契约不输出,整体 try/except 不中断编排 - 新增 11 个测试(TestPMCollaborationRendering 9 + TestPrintHelpPMMode 2) - ruff 通过,pytest 23 passed |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_admin_commands.py | ||
| test_chat_multiagent.py | ||