Auto-sync: 2026-04-21 16:03

This commit is contained in:
2026-04-21 16:03:27 +08:00
parent b3b6be6114
commit 914c8f6925
42 changed files with 3923 additions and 1592 deletions

View File

@@ -0,0 +1,28 @@
---
title: "每日站会摘要"
type: concept
tags: [project-management, automation, standup]
---
## Summary
每日站会摘要是由 AI Agent 自动生成的每日项目进展报告,基于项目事件和 Git 提交记录。
## Definition
传统站会需要手动汇报AI 驱动的每日站会摘要系统自动从项目状态数据库和 Git 提交日志中提取信息,生成结构化报告。
## Key Components
- **昨日进展**:从事件日志中提取完成的任务
- **今日计划**:基于当前阶段和近期对话
- **当前阻碍**:列出所有 open 状态的阻碍项
- **Git 提交摘要**:过去 24 小时的代码提交记录
## Automation Trigger
通过 Cron Jobs 在每日固定时间自动执行:
1. 扫描过去 24 小时的 Git 提交
2. 关联提交到对应项目
3. 查询事件日志获取进展
4. 查询阻碍项状态
5. 生成并发送摘要到协作频道
## Relationship to Project State Management
每日站会是 Project State Management 系统的重要输出,通过保留事件历史和 Git 集成实现自动化。