groove-utilities-memory-install

Original🇺🇸 English
Translated

Set up memory backend and configuration.

18installs
Added on

NPX Install

npx skill4agent add andreadellacorte/groove groove-utilities-memory-install

groove-utilities-memory-install

Outcome

Memory directories are created and ready for use.

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

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