group_summarizer
Read all markdown files in "~/openclawagent/src/tempsync/" recursively.
Logic
- 1. Reading: Read all markdown files in "~/openclawagent/src/tempsync/" recursively.
- Grouping: Categorize all content by the parent folder name (which represents the Team Member).
- Synthesis: For each member, treat multiple days of reports as a single, continuous progress narrative. Do not repeat daily headers; blend them into a coherent update.
- Exclusion: Do not include any meta-talk (e.g., "Here is the summary...") or technical details about how the file was generated. Provide only the synthesized content.
- Formatting:
- Use
## [Member Name] as the primary headers.
- Use standard markdown for the body.
Output
- - Target Path: "~/openclawagent/src/latestsummaries/daily/{{date}}.md"
- Date Variable: Use the current UTC+8 date in
YYYY-MM-DD format.
Usage Examples
- - "Run groupsummarizer"
- "Generate the daily report using groupsummarizer"
group_summarizer
递归读取~/openclawagent/src/tempsync/目录下的所有markdown文件。
逻辑
- 1. 读取:递归读取~/openclawagent/src/tempsync/目录下的所有markdown文件。
- 分组:根据父文件夹名称(代表团队成员)对所有内容进行分类。
- 综合:针对每位成员,将多日的报告视为一个连续、连贯的进展叙述。不重复每日标题,而是将其融合为一份连贯的更新。
- 排除:不包含任何元语言(例如以下是摘要……)或关于文件生成方式的技术细节。仅提供综合后的内容。
- 格式:
- 使用## [成员姓名]作为一级标题。
- 正文使用标准markdown格式。
输出
- - 目标路径:~/openclawagent/src/latestsummaries/daily/{{date}}.md
- 日期变量:使用当前UTC+8时间,格式为YYYY-MM-DD。
使用示例
- - 运行groupsummarizer
- 使用groupsummarizer生成日报