get_daily_log
Read a project's daily log to get a human-readable timeline of sessions, including lesson and decision counts, for a quick overview of what happened today.
Instructions
读取项目的每日日志(人类可读的会话时间线)。 / Read a project's daily log (human-readable session timeline).
用途:v3.30 新增——每次 wrap_up_session 会在 ``~/.engram/daily/<pid>/<YYYY-MM-DD>.md``
追加一条带时间戳的条目(含 lesson/decision/playbook 计数 + 摘要前 600 字符)。
新会话需要"上次到底干了什么"的快速概览时调本工具,比 search_knowledge 更直观。
Purpose (v3.30): every wrap_up_session appends a timestamped entry to
``~/.engram/daily/<pid>/<YYYY-MM-DD>.md`` with a lesson/decision tally
and the first ~600 chars of the summary. Call this when a new session
needs a glance-able "what happened today" timeline — faster than
search_knowledge for recall.
Args:
project_folder: 项目文件夹路径。 / Project folder path.
date: ISO 日期 ``YYYY-MM-DD``(可选,默认今天)。 / ISO date (optional, defaults to today).Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_folder | Yes | ||
| date | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |