groove-utilities-memory-install
Outcome
Memory directories are created and ready for use.
Acceptance Criteria
.groove/memory/daily/,.groove/memory/weekly/,.groove/memory/monthly/,.groove/memory/git/exist.groove/memory/specs/directory exists (outcome specs; used by/groove-work-spec).groove/memory/learned/directory exists- User is shown the initialized paths
Constraints
- Memory path is always
.groove/memory/ - Create directories if they do not exist:
mkdir -p .groove/memory/daily .groove/memory/weekly .groove/memory/monthly .groove/memory/git .groove/memory/specs .groove/memory/learned - Report the initialized paths to user