groove-utilities-memory-install
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chinesegroove-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/exist<memory>/git/ - directory exists (outcome specs; used by
<memory>/specs/)/groove-work-spec - directory exists
<memory>/learned/ - User is shown the initialized paths
- 、
<memory>/daily/、<memory>/weekly/、<memory>/monthly/目录存在<memory>/git/ - 目录存在(存储结果规范,供
<memory>/specs/使用)/groove-work-spec - 目录存在
<memory>/learned/ - 向用户展示已初始化的路径
Constraints
约束条件
- Read from
memory:frontmatter (default:.groove/index.md).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 - 向用户告知已初始化的路径