mom-wrap-up

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese
Run only after explicit user request.
  1. Surface recent drafts:
bash
mom drafts
If user gives a Go duration window, use it:
bash
mom drafts --since 1h
  1. Synthesize a curation plan.
For each draft worth keeping, propose:
  • draft id
  • type:
    semantic
    ,
    procedural
    , or
    episodic
  • approved summary
  • reason to curate
Hide drafts you recommend discarding unless user asks to see them.
  1. Wait for user approval.
Do not curate anything before approval.
  1. Execute approved curation exactly:
bash
mom curate <id> --type <semantic|procedural|episodic> --summary "<approved summary>"
  1. Report:
text
undefined
仅在用户明确请求后执行。
  1. 展示近期草稿:
bash
mom drafts
如果用户提供Go duration时间范围,请使用它:
bash
mom drafts --since 1h
  1. 制定整理计划。
对于每个值得保留的草稿,建议包含:
  • draft id
  • type:
    semantic
    ,
    procedural
    , or
    episodic
  • 已批准的摘要
  • 整理理由
隐藏你建议丢弃的草稿,除非用户要求查看。
  1. 等待用户批准。
批准前不得进行任何整理操作。
  1. 严格执行已批准的整理操作:
bash
mom curate <id> --type <semantic|procedural|episodic> --summary "<approved summary>"
  1. 生成报告:
text
undefined

Wrap-up complete

收尾完成

Curated: <N> Deferred: <N or none>

Do not:
- Use MCP.
- Use ad hoc database queries.
- Use removed legacy curation commands.
- Rewrite draft content.
- Skip type or summary.
已整理: <N> 已暂缓: <N 或 none>

禁止操作:
- 使用MCP。
- 使用临时数据库查询。
- 使用已移除的旧版整理命令。
- 重写草稿内容。
- 跳过类型或摘要。