groove-utilities-memory-install

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

groove-utilities-memory-install

groove-utilities-memory-install

Outcome

结果

Memory directories are created and ready for use.
memory目录已创建完成,可投入使用。

Acceptance Criteria

验收标准

  • <memory>/daily/
    ,
    <memory>/weekly/
    ,
    <memory>/monthly/
    ,
    <memory>/git/
    exist
  • <memory>/specs/
    directory exists (outcome specs; used by
    /groove-work-spec
    )
  • <memory>/learned/
    directory exists
  • User is shown the initialized paths
  • <memory>/daily/
    <memory>/weekly/
    <memory>/monthly/
    <memory>/git/
    目录存在
  • <memory>/specs/
    目录存在(存储结果规范,供
    /groove-work-spec
    使用)
  • <memory>/learned/
    目录存在
  • 向用户展示已初始化的路径

Constraints

约束条件

  • Read
    memory:
    from
    .groove/index.md
    frontmatter (default:
    .groove/memory/
    )
  • Create directories if they do not exist:
    bash
    mkdir -p <memory>/daily <memory>/weekly <memory>/monthly <memory>/git <memory>/specs <memory>/learned
  • Report the initialized paths to user
  • .groove/index.md
    的前置元数据中读取
    memory:
    配置(默认值为
    .groove/memory/
  • 若目录不存在则创建:
    bash
    mkdir -p <memory>/daily <memory>/weekly <memory>/monthly <memory>/git <memory>/specs <memory>/learned
  • 向用户告知已初始化的路径