Documentation
README
Update Setup
Generate a personalized upgrade skill for this workspace.
Step 1: Check Existing
Use read_file to check if skills/update/SKILL.md already exists in the workspace.
If it exists, ask the user: "An upgrade skill already exists. Reconfigure?" Wait for the user's reply. If no, stop here.
Step 2: Current Version and Install Clues
Use exec to run memmy --version. Tell the user the current version.
Then collect install clues with exec. These commands are best-effort; if one fails,
keep going and show the useful output:
command -v memmy || true
npm list -g memmy-agent --depth=0 || true
pnpm list -g memmy-agent --depth=0 || true
yarn global list --pattern memmy-agent || true
This is the opening of the README. Read the full README on GitHub.