Quickstart
Five minutes, one terminal, then you never touch the CLI again. This is the whole point of remindy in four steps.
1. Set it up once
Section titled “1. Set it up once”npm installnpm run build
# Start Supermemory Local (Unix binary; run inside WSL2 on Windows)curl -fsSL https://supermemory.ai/install | bashsupermemory-server # listens on http://localhost:6767
# Register the MCP server, drop the project rule, and seed rules from this reponpx remindy init --seedReload your editor so it spawns the MCP server. Then confirm you are on the shared store, not isolated memory:
npx remindy doctor # backend should read "Supermemory Local"2. Just code
Section titled “2. Just code”Ask your agent to build something. Before it writes, it calls remindy_recall and
pulls your seeded standards, so the first draft already avoids inline styles, slop
copy, and secrets in code.
3. Correct it once
Section titled “3. Correct it once”When the agent slips, say it writes “unlock a seamless experience” in a heading,
correct it in chat. It calls remindy_capture, and the rule’s burn count goes up so
it ranks higher next time.
you: don't use words like "unlock" or "seamless", keep copy plain→ captured [COPY] "unlock/seamless" slop → plain verbs (×3)4. Switch tools, same standard
Section titled “4. Switch tools, same standard”Open a different editor (Cursor to Claude to Kiro) and ask for the same kind of work. It already respects the correction, pulled from the same on-machine store, for about 15 tokens. That cross-tool moment is the whole product.