Skip to content

feat: add obsidian-memory plugin#6

Open
katzboaz wants to merge 1 commit intoMSApps-Mobile:mainfrom
katzboaz:feat/obsidian-memory
Open

feat: add obsidian-memory plugin#6
katzboaz wants to merge 1 commit intoMSApps-Mobile:mainfrom
katzboaz:feat/obsidian-memory

Conversation

@katzboaz
Copy link
Copy Markdown

Summary

  • Adds obsidian-memory plugin — a port of notion-memory that uses a local Obsidian vault instead of Notion API
  • Uses Claude's built-in filesystem tools (Read/Write/Edit/Glob/Grep) — no external connector needed
  • Reuses existing vault structure (Preferences/, Projects/, People/, Daily/) and adds a Claude Memory/ folder for decisions log, quick facts, and session archive
  • Supports Obsidian-native formatting: wiki-links, YAML frontmatter, callouts, tags

Test plan

  • Install plugin and run "set up memory" to verify Claude Memory folder creation
  • Test "remember" workflow — confirm it writes to the correct vault location
  • Test "recall" workflow — confirm it reads from existing vault files
  • Test "forget" workflow — confirm content is removed
  • Test session archive — confirm end-of-session save writes to Session Archive.md
  • Verify Obsidian can open and render all created files correctly

🤖 Generated with Claude Code

Port of the notion-memory plugin to work with Obsidian vaults.
Uses local filesystem (Read/Write/Edit/Glob/Grep) instead of Notion API,
reuses existing vault structure, and adds a Claude Memory/ folder for
decisions log, quick facts, and session archive.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy link
Copy Markdown

@claude claude Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Claude Code Review

This pull request is from a fork — automated review is disabled. A repository maintainer can comment @claude review to run a one-time review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant