groove-utilities-memory-doctor
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chinesegroove-utilities-memory-doctor
groove-utilities-memory-doctor
Outcome
结果
All memory health checks pass. User knows if the memory file structure is correctly configured and accessible.
所有内存健康检查均通过。用户可了解内存文件结构是否配置正确且可访问。
Acceptance Criteria
验收标准
- Each check is reported with ✓ or ✗
- Each failure includes a specific remediation command
- Checks cover memory path and directory structure
- 每项检查结果以 ✓ 或 ✗ 标识
- 每项失败检查均包含具体的修复命令
- 检查覆盖内存路径与目录结构
Checks (run in order)
检查项(按顺序执行)
- exists at git root
.groove/index.md - key is present and has a valid path
memory: - Memory base path exists (e.g. )
.groove/memory/ - Memory log subdirectories exist: ,
daily/,weekly/,monthly/git/ - Specs directory exists: (used by
specs/)/groove-work-spec
- 仓库根目录下存在 文件
.groove/index.md - 键存在且包含有效路径
memory: - 内存基础路径存在(例如 )
.groove/memory/ - 内存日志子目录存在:、
daily/、weekly/、monthly/git/ - 规格目录存在:(供
specs/使用)/groove-work-spec
Remediation hints
修复提示
| Failure | Remediation |
|---|---|
| |
| Memory path missing | |
| Log subdirectory missing | |
| Specs directory missing | |
| 失败情况 | 修复方法 |
|---|---|
缺少 | 执行 |
| 缺少内存路径 | 执行 |
| 缺少日志子目录 | 执行 |
| 缺少规格目录 | 执行 |
Constraints
约束条件
- Report all checks even if an early one fails
- Do not attempt to fix issues — report and suggest only
- 即使早期检查失败,仍需报告所有检查结果
- 请勿尝试自动修复问题,仅需报告并给出建议