fischer-agentkit/tests/unit/cli
chiguyong 6016c087fe feat(cli): U6 CLI 协同事件 Rich 渲染
- 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
2026-06-24 14:57:49 +08:00
..
__init__.py feat(admin): U8 — CLI admin command group 2026-06-21 18:56:14 +08:00
test_admin_commands.py fix(review): U6 frontend field alignment + CLI top-users field fix 2026-06-22 16:28:44 +08:00
test_chat_multiagent.py feat(cli): U6 CLI 协同事件 Rich 渲染 2026-06-24 14:57:49 +08:00