refactor: migrate conversation-memory to me plugin - #423
Conversation
Migrates conversation-memory functionality into me plugin as a skill-only component. Removes the standalone plugin infrastructure (MCP server, CLI, hooks) and consolidates into a simpler skill-based approach. Changes: - Remove plugins/conversation-memory plugin entirely - Add plugins/me/skills/remembering-conversations/SKILL.md - Add vitest testing framework with helpers - Add vitest migration patterns documentation - Update package.json dependencies for vitest - Remove conversation-memory from marketplace.json Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
|
Caution Review failedThe pull request is closed. 📝 WalkthroughWalkthroughThe PR removes the entire conversation-memory plugin and its infrastructure while establishing a Vitest-based testing framework. It adds test helpers, plugin manifest validation, and migration documentation for transitioning from BATS to Vitest. The marketplace.json is updated to remove the conversation-memory entry, and a new skill documentation is introduced. Changes
Estimated code review effort🎯 4 (Complex) | ⏱️ ~60 minutes Possibly related PRs
Suggested labels
Poem
✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
Test plan
🤖 Generated with Claude Code
Summary by CodeRabbit
Release Notes
Breaking Changes
Documentation
Chores