Persistent AI Advisor with Cross-Platform Memory: Tracks Decision History for 3 Months

A Reddit user shared a project they built to stop repeating themselves to AI tools. The result is a persistent AI advisor agent that maintains decision history over three months across multiple interfaces.
Key Features
- Cross-platform memory: Works across Claude Code, Cursor, and a web interface with the same unified memory.
- Decision tracking: Remembers every product decision and the reasoning behind it.
- Contradiction detection: Catches when the user contradicts something they said earlier.
- Activity log: Keeps a log so users can see what the agent actually did.
Most Valuable Behavior
The user notes the most valuable aspect isn't automation but continuity. Month 3 conversations are noticeably sharper than month 1 because the agent builds a model of the project over time.
Try It
A live version is available at: https://agentid.live/share/studio/saas-dream-team/895c1947b8184fd2. It's free to set up something similar.
📖 Read the full source: r/openclaw
👀 See Also

mindpm: A Free MCP Server for Persistent Project Memory with Claude
mindpm is a free, open-source MCP server that provides Claude with a local SQLite database to track tasks, decisions, notes, and session summaries across conversations. Setup takes 30 seconds with the command: claude mcp add mindpm -e MINDPM_DB_PATH=~/.mindpm/memory.db -- npx -y mindpm.

AxonFlow Plugin for OpenClaw: Pre-Run Tool Approval & PII Redaction
A self-hosted OpenClaw plugin that checks tool arguments before execution, pauses risky calls for human approval, and redacts PII from outbound messages. Uses OpenClaw lifecycle hooks — no agent code changes needed.

SigMap v8.9: Deterministic Context Layer Cuts Token Use 97% for AI Coding Agents
SigMap v8.9 achieves 97% token reduction, 88% hit@5 retrieval, and 49% fewer prompts per task. Works with Copilot, Claude Code, Cursor, Windsurf, Codex, OpenCode, Gemini CLI. Zero deps, fully offline.

A/B Test Results: oh-my-claudecode Hooks Show Minimal Impact on Claude Code Performance
A developer spent 7% of their weekly Max20 tokens testing oh-my-claudecode hooks with Claude Sonnet 4.6, finding no meaningful improvement in code quality or cost for a single-session coding task.