mirror of
https://github.com/basicmachines-co/basic-memory
synced 2026-06-21 13:47:35 +00:00
4f2b1b2fd3
Add two new skills for editing Basic Memory notes: edit-note (MCP-based): - Works with both cloud and local installations - Conversational editing workflow via MCP tools - Uses edit_note operations: append, prepend, find_replace, replace_section - Shows before/after state for user verification edit-note-local (file-based): - For local installations with file system access - Edits markdown files directly using Claude Code's Read/Edit/Write - Changes sync automatically via `basic-memory sync --watch` - Full file access including frontmatter editing 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: phernandez <paul@basicmachines.co>