daily

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese
<!-- groove:managed — do not edit; changes will be overwritten by groove update -->
<!-- groove:managed — do not edit; changes will be overwritten by groove update -->

daily

daily

Thin orchestrator for the daily rhythm. Bookends the workday by calling
task
and
memory
skills in the right order. Does not duplicate their logic.
用于日常工作节奏的轻量编排工具。通过按正确顺序调用
task
memory
技能来标记工作日的开始与结束。不会重复它们的逻辑。

Git Root Detection

Git根目录检测

Before running any command, detect the git root:
bash
git rev-parse --show-toplevel
All config reads use
.groove/index.md
at git root.
在运行任何命令之前,先检测git根目录:
bash
git rev-parse --show-toplevel
所有配置读取都使用git根目录下的
.groove/index.md
文件。

Commands

命令

CommandDescription
startup
Start the workday: verify yesterday's closeout, load tasks, prepare agenda
closeout
End the workday: write memory, analyse tasks, commit if configured
命令描述
startup
启动工作日:验证昨日收尾情况、加载任务、准备日程
closeout
结束工作日:写入记忆、分析任务、若已配置则提交

$ARGUMENTS Routing

$ARGUMENTS 路由

$ARGUMENTSAction
help
commands/help.md
startup
commands/startup.md
closeout
commands/closeout.md
(empty)
commands/help.md
$ARGUMENTS操作
help
commands/help.md
startup
commands/startup.md
closeout
commands/closeout.md
(空)
commands/help.md

Bootstrap

引导设置

Reads
.groove/index.md
for config. If not present, create from
skills/groove/templates/index.md
before proceeding.
读取
.groove/index.md
获取配置。如果该文件不存在,会先从
skills/groove/templates/index.md
创建,然后再继续执行。

Design Note

设计说明

daily
is intentionally thin. It sequences calls to
task
and
memory
— it does not re-implement task listing, memory writing, or git analysis. When those skills evolve,
daily
benefits automatically.
daily
被设计为轻量型工具。它负责按顺序调用
task
memory
——不会重新实现任务列表、记忆写入或git分析功能。当这些技能更新时,
daily
会自动受益。