mirror of
https://github.com/basicmachines-co/basic-memory
synced 2026-06-21 13:47:35 +00:00
a70b355838
Add full plugin infrastructure for distribution: Marketplace: - Add marketplace.json for self-hosting at basicmachines-co/basic-memory - Users can add via: /plugin marketplace add basicmachines-co/basic-memory Slash Commands: - /remember [title] - Capture insights to Basic Memory - /continue [topic] - Resume previous work with context - /context <url> - Build context from memory:// URLs - /recent [timeframe] - Show recent activity Hooks: - PostToolUse: Confirm when notes are saved - Stop: Suggest /remember for valuable conversations Updated PLUGIN.md with comprehensive documentation. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: phernandez <paul@basicmachines.co>
1.0 KiB
1.0 KiB
description: Show recent activity in Basic Memory argument-hint: [timeframe] [project] allowed-tools: mcp__basic-memory__recent_activity, mcp__basic-memory__read_note
Recent
Show recent activity in Basic Memory.
Arguments
$1- Timeframe (optional): "today", "1d", "3d", "1 week", "2 weeks" (default: "3d")$2- Project (optional): "main", "specs", etc.
Your Task
Show what's been happening in Basic Memory recently.
-
Get recent activity using
mcp__basic-memory__recent_activity:- timeframe: "$1" or "3d"
- project: "$2" or check all projects
-
Present activity:
- List recently modified notes
- Group by type or folder if helpful
- Highlight key changes
- Show dates of modifications
-
Offer to dive deeper:
- Ask if user wants to read any specific notes
- Suggest continuing work on active items
Timeframe Examples
today- Just today1doryesterday- Last 24 hours3d- Last 3 days1 week- Last week2 weeks- Last 2 weeks